HXX.Scanner.Starter.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{551A7EA6-1769-414B-B6F0-41160040B5DB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>HXX.Scanner.Starter</RootNamespace>
  10. <AssemblyName>HXX.Scanner.Starter</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\HXX.Scanner.Client\bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationIcon>desk.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Configuration" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="biza\biz.cs" />
  57. <Compile Include="biza\upgrade_entity.cs" />
  58. <Compile Include="forms\MainForm.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="forms\MainForm.Designer.cs" />
  62. <Compile Include="forms\roundButton.cs">
  63. <SubType>Component</SubType>
  64. </Compile>
  65. <Compile Include="forms\SkinForm.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="frmCheckUpdate.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="frmCheckUpdate.Designer.cs">
  72. <DependentUpon>frmCheckUpdate.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="frmStarter.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="frmStarter.Designer.cs">
  78. <DependentUpon>frmStarter.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="biza\Win32.cs" />
  83. <EmbeddedResource Include="forms\SkinForm.resx">
  84. <DependentUpon>SkinForm.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="frmCheckUpdate.resx">
  87. <DependentUpon>frmCheckUpdate.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="frmStarter.resx">
  90. <DependentUpon>frmStarter.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <Compile Include="Properties\Resources.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. <DesignTime>True</DesignTime>
  101. </Compile>
  102. <None Include="packages.config" />
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="App.config" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Resources\检测中.png" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\HXX.Scanner.Biz\HXX.Scanner.Biz.csproj">
  121. <Project>{93398c08-c6a8-4fec-b5c1-e100b7df9202}</Project>
  122. <Name>HXX.Scanner.Biz</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\HXX.Scanner.Common\HXX.Scanner.Common.csproj">
  125. <Project>{9bf65a62-0e22-4e6e-8cc0-39b89fea0668}</Project>
  126. <Name>HXX.Scanner.Common</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="Resources\弹窗.png" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Content Include="desk.ico" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  136. </Project>