ServiceHelper.csproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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>{590549FA-E057-4032-8329-214103B0F5FF}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ServiceHelper</RootNamespace>
  12. <AssemblyName>ServiceHelper</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  33. <PlatformTarget>x86</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>AnyCPU</PlatformTarget>
  57. <CodeAnalysisLogFile>bin\Debug\DicomServiceHelper.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  58. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  59. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. <CodeAnalysisRuleSetDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  63. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  64. <CodeAnalysisRuleDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  65. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  66. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  69. <OutputPath>bin\Release\</OutputPath>
  70. <DefineConstants>TRACE</DefineConstants>
  71. <Optimize>true</Optimize>
  72. <DebugType>pdbonly</DebugType>
  73. <PlatformTarget>AnyCPU</PlatformTarget>
  74. <CodeAnalysisLogFile>bin\Release\DicomServiceHelper.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  75. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  76. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. <CodeAnalysisRuleSetDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  80. <CodeAnalysisRuleDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  83. <DebugSymbols>true</DebugSymbols>
  84. <OutputPath>bin\x64\Debug\</OutputPath>
  85. <DefineConstants>DEBUG;TRACE</DefineConstants>
  86. <DebugType>full</DebugType>
  87. <PlatformTarget>x64</PlatformTarget>
  88. <CodeAnalysisLogFile>bin\Debug\DicomServiceHelper.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  89. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  90. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  91. <ErrorReport>prompt</ErrorReport>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. <CodeAnalysisRuleSetDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  94. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  95. <CodeAnalysisRuleDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  96. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  99. <OutputPath>bin\x64\Release\</OutputPath>
  100. <DefineConstants>TRACE</DefineConstants>
  101. <Optimize>true</Optimize>
  102. <DebugType>pdbonly</DebugType>
  103. <PlatformTarget>x64</PlatformTarget>
  104. <CodeAnalysisLogFile>bin\Release\DicomServiceHelper.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  105. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  106. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  107. <ErrorReport>prompt</ErrorReport>
  108. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  109. <CodeAnalysisRuleSetDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  110. <CodeAnalysisRuleDirectories>;D:\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  111. </PropertyGroup>
  112. <ItemGroup>
  113. <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.2.2.26204, Culture=neutral, PublicKeyToken=0d013ddd5178a2ae, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>Libs\Microsoft.Win32.TaskScheduler.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System" />
  118. <Reference Include="System.Configuration.Install" />
  119. <Reference Include="System.Core" />
  120. <Reference Include="System.ServiceProcess" />
  121. <Reference Include="System.Xml.Linq" />
  122. <Reference Include="System.Data.DataSetExtensions" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Deployment" />
  126. <Reference Include="System.Drawing" />
  127. <Reference Include="System.Windows.Forms" />
  128. <Reference Include="System.Xml" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Compile Include="ServiceHelper.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="ServiceHelper.Designer.cs">
  135. <DependentUpon>ServiceHelper.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="ManagerXml.cs" />
  138. <Compile Include="Program.cs" />
  139. <Compile Include="Progress.cs">
  140. <SubType>Form</SubType>
  141. </Compile>
  142. <Compile Include="Progress.Designer.cs">
  143. <DependentUpon>Progress.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <Compile Include="QueryPerformance.cs" />
  147. <Compile Include="ServiceControl.cs" />
  148. <Compile Include="Settings.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Settings.Designer.cs">
  152. <DependentUpon>Settings.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="TaskControl.cs" />
  155. <EmbeddedResource Include="ServiceHelper.resx">
  156. <DependentUpon>ServiceHelper.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="Progress.resx">
  159. <DependentUpon>Progress.cs</DependentUpon>
  160. </EmbeddedResource>
  161. <EmbeddedResource Include="Properties\Resources.resx">
  162. <Generator>ResXFileCodeGenerator</Generator>
  163. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  164. <SubType>Designer</SubType>
  165. </EmbeddedResource>
  166. <Compile Include="Properties\Resources.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DependentUpon>Resources.resx</DependentUpon>
  169. <DesignTime>True</DesignTime>
  170. </Compile>
  171. <EmbeddedResource Include="Settings.resx">
  172. <DependentUpon>Settings.cs</DependentUpon>
  173. </EmbeddedResource>
  174. <None Include="Properties\Settings.settings">
  175. <Generator>SettingsSingleFileGenerator</Generator>
  176. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  177. </None>
  178. <Compile Include="Properties\Settings.Designer.cs">
  179. <AutoGen>True</AutoGen>
  180. <DependentUpon>Settings.settings</DependentUpon>
  181. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  182. </Compile>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Content Include="Libs\Microsoft.Win32.TaskScheduler.dll" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  189. <Visible>False</Visible>
  190. <ProductName>.NET Framework 3.5 SP1</ProductName>
  191. <Install>false</Install>
  192. </BootstrapperPackage>
  193. </ItemGroup>
  194. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  195. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  196. Other similar extension points exist, see Microsoft.Common.targets.
  197. <Target Name="BeforeBuild">
  198. </Target>
  199. <Target Name="AfterBuild">
  200. </Target>
  201. -->
  202. </Project>