LYFZ.WcfSystemService.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3E5724C5-80AD-489B-9CD7-E8E51FD16AC0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LYFZ.WcfSystmeService</RootNamespace>
  12. <AssemblyName>LYFZ.WcfSystmeService</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <ApplicationIcon>Service9.ico</ApplicationIcon>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  65. <OutputPath>bin\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>AnyCPU</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="System" />
  75. <Reference Include="System.Configuration.Install" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Management" />
  78. <Reference Include="System.Windows.Forms" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.ServiceProcess" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="LYFZ_ErpService.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="LYFZ_ErpService.Designer.cs">
  91. <DependentUpon>LYFZ_ErpService.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="ProjectInstaller.cs">
  95. <SubType>Component</SubType>
  96. </Compile>
  97. <Compile Include="ProjectInstaller.Designer.cs">
  98. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <EmbeddedResource Include="LYFZ_ErpService.resx">
  104. <DependentUpon>LYFZ_ErpService.cs</DependentUpon>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="ProjectInstaller.resx">
  107. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  108. </EmbeddedResource>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="app.config" />
  112. <None Include="Install.bat" />
  113. <None Include="Uninstall.bat" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  117. <Visible>False</Visible>
  118. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  132. <Visible>False</Visible>
  133. <ProductName>Windows Installer 3.1</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="Service9.ico" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
  142. <Project>{4e43b937-8720-41d3-8863-88cbf4ab2194}</Project>
  143. <Name>LYFZ.StandardInterface</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\LYFZ.WindowsServiceHandling\LYFZ.WindowsServiceHandling.csproj">
  146. <Project>{e2adc77e-6898-4be4-aaae-e7160447534a}</Project>
  147. <Name>LYFZ.WindowsServiceHandling</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  152. Other similar extension points exist, see Microsoft.Common.targets.
  153. <Target Name="BeforeBuild">
  154. </Target>
  155. <Target Name="AfterBuild">
  156. </Target>
  157. -->
  158. </Project>