SCC.Crawler.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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>{90DB117C-51F3-4E3F-B821-72B6D41E3C8D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SCC.Crawler</RootNamespace>
  12. <AssemblyName>SCC.Crawler</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <StartupObject />
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <ManifestCertificateThumbprint>A9B901F5ED8EFC305053EA7C6AAACF7517B86839</ManifestCertificateThumbprint>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <ManifestKeyFile>SCC.Crawler_TemporaryKey.pfx</ManifestKeyFile>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <GenerateManifests>true</GenerateManifests>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <SignManifests>true</SignManifests>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="Common.Logging.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="HtmlAgilityPack, Version=1.4.9.5, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net40\HtmlAgilityPack.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\log4net.2.0.5\lib\net40-client\log4net.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Quartz, Version=2.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Quartz.2.3.3\lib\net40\Quartz.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.Configuration" />
  93. <Reference Include="System.Configuration.Install" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="System.Management" />
  96. <Reference Include="System.Web.Extensions" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="Microsoft.CSharp" />
  100. <Reference Include="System.Data" />
  101. <Reference Include="System.ServiceProcess" />
  102. <Reference Include="System.Xml" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckAnHui25X5Job.cs" />
  106. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckDF6J1Job.cs" />
  107. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFJ31X7Job.cs" />
  108. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFJ36X7Job.cs" />
  109. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckFuJian22x5Job.cs" />
  110. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGD36X7Job.cs" />
  111. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGDHC1Job.cs" />
  112. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangDong26X5Job.cs" />
  113. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangDongSZFCJob.cs" />
  114. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckGuangXiKLSCJob.cs" />
  115. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHBHYC2Job.cs" />
  116. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHBHYC3Job.cs" />
  117. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHD15X5Job.cs" />
  118. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBei20X5Job.cs" />
  119. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBeiPL5Job.cs" />
  120. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeBeiPL7Job.cs" />
  121. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiang36x7Job.cs" />
  122. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangLJFC22x5Job.cs" />
  123. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangP62.cs" />
  124. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeiLongJiangTC6J1Job.cs" />
  125. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHeNan22X5Job.cs" />
  126. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckHuBei30X5Job.cs" />
  127. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckJSTC7WSJob.cs" />
  128. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckLiaoNingFC35X7Job.cs" />
  129. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckShangHaiTTCX4Job.cs" />
  130. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC18X7Job.cs" />
  131. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC25X7Job.cs" />
  132. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckXinJiangFC35X7Job.cs" />
  133. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckZJ20X5Job.cs" />
  134. <Compile Include="AutoCheckJob\AutoCheckDFJob\AutoCheckZJ6+1Job.cs" />
  135. <Compile Include="AutoCheckJob\AutoCheckKJDLTJob.cs" />
  136. <Compile Include="AutoCheckJob\AutoCheckKJFC3DJob.cs" />
  137. <Compile Include="AutoCheckJob\AutoCheckKJP3Job.cs" />
  138. <Compile Include="AutoCheckJob\AutoCheckKJP5Job.cs" />
  139. <Compile Include="AutoCheckJob\AutoCheckKJQLCJob.cs" />
  140. <Compile Include="AutoCheckJob\AutoCheckKJQXCJob.cs" />
  141. <Compile Include="AutoCheckJob\AutoCheckKJSSQJob.cs" />
  142. <Compile Include="DT\AnHui25x5Job.cs" />
  143. <Compile Include="DT\DF6J1Job.cs" />
  144. <Compile Include="DT\FJ31X7Job.cs" />
  145. <Compile Include="DT\FJ36X7Job.cs" />
  146. <Compile Include="DT\FuJian22x5Job.cs" />
  147. <Compile Include="DT\GD36X7Job.cs" />
  148. <Compile Include="DT\GDHC1Job.cs" />
  149. <Compile Include="DT\GuangDong26X5Job.cs" />
  150. <Compile Include="DT\GuangDongSZFCJob.cs" />
  151. <Compile Include="DT\GuangXiKLSCJob.cs" />
  152. <Compile Include="DT\HaiNan4J1Job.cs" />
  153. <Compile Include="DT\HD15X5Job.cs" />
  154. <Compile Include="DT\HeBei20X5Job.cs" />
  155. <Compile Include="DT\HeBeiHYC2Job.cs" />
  156. <Compile Include="DT\HeBeiHYC3Job.cs" />
  157. <Compile Include="DT\HeBeiPL5Job.cs" />
  158. <Compile Include="DT\HeBeiPL7Job.cs" />
  159. <Compile Include="DT\HeiLongJiang36x7Job.cs" />
  160. <Compile Include="DT\HeiLongJiangLJFC22x5Job.cs" />
  161. <Compile Include="DT\HeiLongJiangP62Job.cs" />
  162. <Compile Include="DT\HeiLongJiangTC6J1Job.cs" />
  163. <Compile Include="DT\HeNan22X5Job.cs" />
  164. <Compile Include="DT\HongKongSMHLHCJob.cs" />
  165. <Compile Include="DT\HuBei30X5Job.cs" />
  166. <Compile Include="DT\JSTC7WSJob.cs" />
  167. <Compile Include="DT\LiaoNingFC35X7Job.cs" />
  168. <Compile Include="DT\ShangHaiTTCX4Job.cs" />
  169. <Compile Include="DT\TrendChart\ChartFunction.cs" />
  170. <Compile Include="DT\TrendChart\CssValueFunction.cs" />
  171. <Compile Include="DT\TrendChart\Extends.cs" />
  172. <Compile Include="DT\TrendChart\LotteryUtils.cs" />
  173. <Compile Include="DT\TrendChart\MultiValueFunction.cs" />
  174. <Compile Include="DT\TrendChart\SingleValueFunction.cs" />
  175. <Compile Include="DT\TrendChart\SpecialValueFunction.cs" />
  176. <Compile Include="DT\TrendChart\TrendChartHelper.cs" />
  177. <Compile Include="DT\TrendChart\TrendChartItemHelper.cs" />
  178. <Compile Include="DT\XinJiangFC18X7Job.cs" />
  179. <Compile Include="DT\XinJiangFC25X7Job.cs" />
  180. <Compile Include="DT\XinJiangFC35X7Job.cs" />
  181. <Compile Include="DT\XJ35X7Job.cs" />
  182. <Compile Include="DT\ZheJiang20x5Job.cs" />
  183. <Compile Include="DT\ZJTC6J1Job.cs" />
  184. <Compile Include="GP\AH11X5Job.cs" />
  185. <Compile Include="GP\AHK3Job.cs" />
  186. <Compile Include="GP\BeiJin11X5Job.cs" />
  187. <Compile Include="GP\BeiJingKZCJob.cs" />
  188. <Compile Include="GP\BJK3Job.cs" />
  189. <Compile Include="GP\BJKL8Job.cs" />
  190. <Compile Include="GP\BJPK10Job.cs" />
  191. <Compile Include="GP\ChongQingSSCJob.cs" />
  192. <Compile Include="GP\CQKL10FJob.cs" />
  193. <Compile Include="GP\FJ11X5Job.cs" />
  194. <Compile Include="GP\FuJianK3Job.cs" />
  195. <Compile Include="GP\GanSuK3Job.cs" />
  196. <Compile Include="GP\GD11X5Job.cs" />
  197. <Compile Include="GP\GDKL10FJob.cs" />
  198. <Compile Include="GP\GS11X5Job.cs" />
  199. <Compile Include="GP\GuangXi11X5Job.cs" />
  200. <Compile Include="GP\GuangXiK3Job.cs" />
  201. <Compile Include="GP\GuiZhou11X5Job.cs" />
  202. <Compile Include="GP\GuiZhouK3Job.cs" />
  203. <Compile Include="GP\GXKL10FJob.cs" />
  204. <Compile Include="GP\GZ11X5Job.cs" />
  205. <Compile Include="GP\HeBei11X5Job.cs" />
  206. <Compile Include="GP\HeBeiK3Job.cs" />
  207. <Compile Include="GP\HeiLongJiangKL10FJob.cs" />
  208. <Compile Include="GP\HeiLongJiangSSCJob.cs" />
  209. <Compile Include="GP\HeNanK3Job.cs" />
  210. <Compile Include="GP\HENKY481Job.cs" />
  211. <Compile Include="GP\HLJ11X5Job.cs" />
  212. <Compile Include="GP\HUB11X5Job.cs" />
  213. <Compile Include="GP\HUBK3Job.cs" />
  214. <Compile Include="GP\HUNKL10FJob.cs" />
  215. <Compile Include="GP\HUNXYSCJob.cs" />
  216. <Compile Include="GP\JiangXiK3Job.cs" />
  217. <Compile Include="GP\JL11X5Job.cs" />
  218. <Compile Include="GP\JLK3Job.cs" />
  219. <Compile Include="GP\JS11X5Job.cs" />
  220. <Compile Include="GP\JSK3Job.cs" />
  221. <Compile Include="GP\JX11X5Job.cs" />
  222. <Compile Include="GP\LN11x5Job.cs" />
  223. <Compile Include="GP\LNKL12Job.cs" />
  224. <Compile Include="GP\NMG11X5Job.cs" />
  225. <Compile Include="GP\NMGK3Job.cs" />
  226. <Compile Include="GP\QingHaiK3Job.cs" />
  227. <Compile Include="GP\SCKL12Job.cs" />
  228. <Compile Include="GP\SD11X5Job.cs" />
  229. <Compile Include="GP\SDKLPK3Job.cs" />
  230. <Compile Include="GP\SDQYHJob.cs" />
  231. <Compile Include="GP\SH11x5Job.cs" />
  232. <Compile Include="GP\ShangHaiK3Job.cs" />
  233. <Compile Include="GP\ShanXiTaiYuan11x5Job.cs" />
  234. <Compile Include="GP\ShanXiTaiYuanKL10FJob.cs" />
  235. <Compile Include="GP\ShanXiTaiYuanYTDJJob.cs" />
  236. <Compile Include="GP\ShanXiXiAn11x5Job.cs" />
  237. <Compile Include="GP\ShanXiXiAnKL10FJob.cs" />
  238. <Compile Include="GP\SHSSLJob.cs" />
  239. <Compile Include="GP\TianJin11X5Job.cs" />
  240. <Compile Include="GP\TianJinSSCJob.cs" />
  241. <Compile Include="GP\TJKL10FJob.cs" />
  242. <Compile Include="GP\XinJiangSSCJob.cs" />
  243. <Compile Include="GP\XinJiangXLCJob.cs" />
  244. <Compile Include="GP\XJ11X5Job.cs" />
  245. <Compile Include="GP\YN11X5Job.cs" />
  246. <Compile Include="GP\YunNanKL10FJob.cs" />
  247. <Compile Include="GP\YunNanSSCJob.cs" />
  248. <Compile Include="GP\ZJ11X5Job.cs" />
  249. <Compile Include="GP\ZJKL12Job.cs" />
  250. <Compile Include="JobManage.cs" />
  251. <Compile Include="LotteryGlossary\DLTGlossaryJob.cs" />
  252. <Compile Include="LotteryGlossary\FC3DGlossaryJob.cs" />
  253. <Compile Include="LotteryGlossary\P3GlossaryJob.cs" />
  254. <Compile Include="LotteryGlossary\QLCGlossaryJob.cs" />
  255. <Compile Include="LotteryGlossary\QXCGlossaryJob.cs" />
  256. <Compile Include="LotteryGlossary\SSQGlossaryJob.cs" />
  257. <Compile Include="LotteryNews\FC3DNewsJob.cs" />
  258. <Compile Include="LotteryNews\QLCNewsJob.cs" />
  259. <Compile Include="LotteryNews\QTNewsJob.cs" />
  260. <Compile Include="LotteryNews\SSQLotteryNewsJob.cs" />
  261. <Compile Include="LotteryNews\SSQZhongJiangNewsJob.cs" />
  262. <Compile Include="LotterySkill\CQSSCSkillJob.cs" />
  263. <Compile Include="LotterySkill\DLTSkillJob.cs" />
  264. <Compile Include="LotterySkill\FC3DSkillJob.cs" />
  265. <Compile Include="LotterySkill\KL123SkillJob.cs" />
  266. <Compile Include="LotterySkill\PL3SkillJob.cs" />
  267. <Compile Include="LotterySkill\QLCSkillJob.cs" />
  268. <Compile Include="LotterySkill\QXCSkillJob.cs" />
  269. <Compile Include="LotterySkill\QYHSkillJob.cs" />
  270. <Compile Include="LotterySkill\SHSSCSkillJob.cs" />
  271. <Compile Include="LotterySkill\SSqSkillJob.cs" />
  272. <Compile Include="LotterySkill\SYYDJSkillJob.cs" />
  273. <Compile Include="ProjectInstaller.cs">
  274. <SubType>Component</SubType>
  275. </Compile>
  276. <Compile Include="ProjectInstaller.Designer.cs">
  277. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="QG\DLTJob.cs" />
  280. <Compile Include="QG\FC3DJob.cs" />
  281. <Compile Include="QG\P3Job.cs" />
  282. <Compile Include="QG\P5Job.cs" />
  283. <Compile Include="QG\QLCJob.cs" />
  284. <Compile Include="QG\QXCJob.cs" />
  285. <Compile Include="QG\SSQJob.cs" />
  286. <Compile Include="SendEmailJob.cs" />
  287. <Compile Include="Program.cs" />
  288. <Compile Include="Properties\AssemblyInfo.cs" />
  289. <Compile Include="Service1.cs">
  290. <SubType>Component</SubType>
  291. </Compile>
  292. <Compile Include="Service1.Designer.cs">
  293. <DependentUpon>Service1.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="Tools\CheckDataHelper.cs" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <EmbeddedResource Include="ProjectInstaller.resx">
  299. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  300. </EmbeddedResource>
  301. </ItemGroup>
  302. <ItemGroup>
  303. <None Include="app.config">
  304. <SubType>Designer</SubType>
  305. </None>
  306. <None Include="job_scheduling_data_2_0.xsd">
  307. <SubType>Designer</SubType>
  308. </None>
  309. <None Include="log4net.config">
  310. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  311. </None>
  312. <None Include="packages.config">
  313. <SubType>Designer</SubType>
  314. </None>
  315. <None Include="SCC.Crawler_TemporaryKey.pfx" />
  316. <None Include="卸载.bat">
  317. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  318. </None>
  319. <None Include="安装.bat">
  320. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  321. </None>
  322. </ItemGroup>
  323. <ItemGroup>
  324. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  325. <Visible>False</Visible>
  326. <ProductName>.NET Framework 3.5 SP1</ProductName>
  327. <Install>false</Install>
  328. </BootstrapperPackage>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <ProjectReference Include="..\SCC.Common\SCC.Common.csproj">
  332. <Project>{D32362DC-FF23-45A5-9EA9-18E3AC26E48B}</Project>
  333. <Name>SCC.Common</Name>
  334. </ProjectReference>
  335. <ProjectReference Include="..\SCC.Interface\SCC.Interface.csproj">
  336. <Project>{1C91B09A-FF04-40C7-BC95-BADFF1771115}</Project>
  337. <Name>SCC.Interface</Name>
  338. </ProjectReference>
  339. <ProjectReference Include="..\SCC.Models\SCC.Models.csproj">
  340. <Project>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</Project>
  341. <Name>SCC.Models</Name>
  342. </ProjectReference>
  343. <ProjectReference Include="..\SCC.Services\SCC.Services.csproj">
  344. <Project>{08688BE4-FB60-4F1C-A129-87DAAA4EDD3E}</Project>
  345. <Name>SCC.Services</Name>
  346. </ProjectReference>
  347. </ItemGroup>
  348. <ItemGroup>
  349. <Content Include="SCCConfig.xml">
  350. <SubType>Designer</SubType>
  351. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  352. </Content>
  353. </ItemGroup>
  354. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  355. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  356. Other similar extension points exist, see Microsoft.Common.targets.
  357. <Target Name="BeforeBuild">
  358. </Target>
  359. <Target Name="AfterBuild">
  360. </Target>
  361. -->
  362. </Project>