WCF.WindowsService.csproj 6.8 KB

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