SCC.Crawler.csproj 18 KB

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