12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{C2D0D630-7F88-431B-9182-D6C0083EA934}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>WinExe</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>SunRoxmDTS</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System.ServiceProcess">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.ServiceProcess\2.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll</HintPath>
- </Reference>
- <Reference Include="System.Configuration.Install">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Configuration.Install\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
- </Reference>
- <Reference Include="SunRoxmDTS.Interface">
- <HintPath>E:\work\sanlu\program\SunRoxmDTSService\SunRoxmDTS.Interface.dll</HintPath>
- </Reference>
- <Reference Include="System.Data">
- <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Remoting">
- <HintPath>C:\Windows\assembly\GAC_MSIL\System.Runtime.Remoting\2.0.0.0__b77a5c561934e089\System.Runtime.Remoting.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SunRoxmDTS\Program.cs" />
- <Compile Include="SunRoxmDTS\ProjectInstaller.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SunRoxmDTS\SERVICE_STATUS.cs" />
- <Compile Include="SunRoxmDTS\State.cs" />
- <Compile Include="SunRoxmDTS\SunRoxmDTS.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="SunRoxmDTS\XMLProfile.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="installservice.bat">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="SunRoxmDTS.Config" />
- <None Include="uninstallservice.bat" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="SunRoxmDTS.exe" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|