SunRoxmDTS.csproj 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{C2D0D630-7F88-431B-9182-D6C0083EA934}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>WinExe</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>SunRoxmDTS</AssemblyName>
  10. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  18. <OutputPath>bin\Debug\</OutputPath>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  24. <OutputPath>bin\Release\</OutputPath>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="System.ServiceProcess">
  31. <HintPath>C:\Windows\assembly\GAC_MSIL\System.ServiceProcess\2.0.0.0__b03f5f7f11d50a3a\System.ServiceProcess.dll</HintPath>
  32. </Reference>
  33. <Reference Include="System.Configuration.Install">
  34. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Configuration.Install\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System">
  37. <HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
  38. </Reference>
  39. <Reference Include="SunRoxmDTS.Interface">
  40. <HintPath>E:\work\sanlu\program\SunRoxmDTSService\SunRoxmDTS.Interface.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System.Data">
  43. <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System.Xml">
  46. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.Runtime.Remoting">
  49. <HintPath>C:\Windows\assembly\GAC_MSIL\System.Runtime.Remoting\2.0.0.0__b77a5c561934e089\System.Runtime.Remoting.dll</HintPath>
  50. </Reference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="SunRoxmDTS\Program.cs" />
  55. <Compile Include="SunRoxmDTS\ProjectInstaller.cs">
  56. <SubType>Component</SubType>
  57. </Compile>
  58. <Compile Include="SunRoxmDTS\SERVICE_STATUS.cs" />
  59. <Compile Include="SunRoxmDTS\State.cs" />
  60. <Compile Include="SunRoxmDTS\SunRoxmDTS.cs">
  61. <SubType>Component</SubType>
  62. </Compile>
  63. <Compile Include="SunRoxmDTS\XMLProfile.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="installservice.bat">
  67. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  68. </None>
  69. <None Include="SunRoxmDTS.Config" />
  70. <None Include="uninstallservice.bat" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Content Include="SunRoxmDTS.exe" />
  74. </ItemGroup>
  75. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  76. </Project>