WCF.WindowsService.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{90C58C37-B4C9-4045-8388-89B548CDC697}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.WCF.WindowsService</RootNamespace>
  11. <AssemblyName>IBOSS.PRD.WindowsService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  52. <OutputPath>bin\x86\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <Optimize>true</Optimize>
  55. <DebugType>pdbonly</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  61. <DebugSymbols>true</DebugSymbols>
  62. <OutputPath>bin\x64\Debug\</OutputPath>
  63. <DefineConstants>DEBUG;TRACE</DefineConstants>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x64</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  70. <OutputPath>bin\x64\Release\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <Optimize>true</Optimize>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="System" />
  80. <Reference Include="System.Configuration.Install" />
  81. <Reference Include="System.Core" />
  82. <Reference Include="System.Management" />
  83. <Reference Include="System.ServiceModel" />
  84. <Reference Include="System.Windows.Forms" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.ServiceProcess" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="ConfigConst.cs" />
  94. <Compile Include="FileOperation.cs" />
  95. <Compile Include="Program.cs" />
  96. <Compile Include="ProjectInstaller.cs">
  97. <SubType>Component</SubType>
  98. </Compile>
  99. <Compile Include="ProjectInstaller.Designer.cs">
  100. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="Service1.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="Service1.Designer.cs">
  107. <DependentUpon>Service1.cs</DependentUpon>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <EmbeddedResource Include="ProjectInstaller.resx">
  112. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Service1.resx">
  115. <DependentUpon>Service1.cs</DependentUpon>
  116. </EmbeddedResource>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  120. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  121. <Name>BaseResources</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  124. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  125. <Name>DataAccess</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  128. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  129. <Name>Library</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\WCF.Services\WCF.Services.csproj">
  132. <Project>{20e7bf78-5301-4d5a-a7a0-fa24c0f32cdc}</Project>
  133. <Name>WCF.Services</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="App.config">
  138. <SubType>Designer</SubType>
  139. </None>
  140. <None Include="Config.ini">
  141. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  142. </None>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. <PropertyGroup>
  146. <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Service\*.dll
  147. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  148. Del $(SolutionDir)IBOSS.PRD.Service\*.manifest</PreBuildEvent>
  149. </PropertyGroup>
  150. <PropertyGroup>
  151. <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Service\
  152. Del $(SolutionDir)IBOSS.PRD.Service\*.pdb
  153. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe
  154. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.config
  155. Del $(SolutionDir)IBOSS.PRD.Service\*.vshost.exe.manifest</PostBuildEvent>
  156. </PropertyGroup>
  157. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  158. Other similar extension points exist, see Microsoft.Common.targets.
  159. <Target Name="BeforeBuild">
  160. </Target>
  161. <Target Name="AfterBuild">
  162. </Target>
  163. -->
  164. </Project>