UnitControl.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{ABBA5E64-536B-4EA0-8305-490A48822C89}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>HOZProject</RootNamespace>
  11. <AssemblyName>HOZProject</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.DataAnnotations" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net46\System.Data.SQLite.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Data.SQLite.EF6, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  54. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.113.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Data.SQLite.Linq, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Windows.Forms.DataVisualization" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Deployment" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Colors\TextColors.cs" />
  72. <Compile Include="FormMove.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="FormMove.Designer.cs">
  76. <DependentUpon>FormMove.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="FormHOZMain.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="FormHOZMain.Designer.cs">
  82. <DependentUpon>FormHOZMain.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="FormShowImage.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="FormShowImage.Designer.cs">
  88. <DependentUpon>FormShowImage.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="FormUnitControl.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="FormUnitControl.Designer.cs">
  94. <DependentUpon>FormUnitControl.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="Helpers\ControlHelper.cs" />
  97. <Compile Include="Helpers\NativeMethods.cs" />
  98. <Compile Include="MeasureMsgDispose\MeasureMsgManage.cs" />
  99. <Compile Include="Program.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="UserControls\UControl_CutHole.cs">
  102. <SubType>UserControl</SubType>
  103. </Compile>
  104. <Compile Include="UserControls\UControl_CutHole.Designer.cs">
  105. <DependentUpon>UControl_CutHole.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="UserControls\UControl_Init.cs">
  108. <SubType>UserControl</SubType>
  109. </Compile>
  110. <Compile Include="UserControls\UControl_Init.Designer.cs">
  111. <DependentUpon>UControl_Init.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="UserControls\UControl_Log.cs">
  114. <SubType>UserControl</SubType>
  115. </Compile>
  116. <Compile Include="UserControls\UControl_Log.Designer.cs">
  117. <DependentUpon>UControl_Log.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="UserControls\UControl_ParaInfo.cs">
  120. <SubType>UserControl</SubType>
  121. </Compile>
  122. <Compile Include="UserControls\UControl_ParaInfo.Designer.cs">
  123. <DependentUpon>UControl_ParaInfo.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="UserControls\UCTimeLine.cs">
  126. <SubType>UserControl</SubType>
  127. </Compile>
  128. <Compile Include="UserControls\UCTimeLine.designer.cs">
  129. <DependentUpon>UCTimeLine.cs</DependentUpon>
  130. </Compile>
  131. <EmbeddedResource Include="FormHOZMain.resx">
  132. <DependentUpon>FormHOZMain.cs</DependentUpon>
  133. </EmbeddedResource>
  134. <EmbeddedResource Include="FormMove.resx">
  135. <DependentUpon>FormMove.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="FormShowImage.resx">
  138. <DependentUpon>FormShowImage.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="FormUnitControl.resx">
  141. <DependentUpon>FormUnitControl.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Resources.resx</DependentUpon>
  151. <DesignTime>True</DesignTime>
  152. </Compile>
  153. <EmbeddedResource Include="UserControls\UControl_CutHole.resx">
  154. <DependentUpon>UControl_CutHole.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="UserControls\UControl_Init.resx">
  157. <DependentUpon>UControl_Init.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="UserControls\UControl_Log.resx">
  160. <DependentUpon>UControl_Log.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="UserControls\UControl_ParaInfo.resx">
  163. <DependentUpon>UControl_ParaInfo.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="UserControls\UCTimeLine.resx">
  166. <DependentUpon>UCTimeLine.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <None Include="DataBase\MeasureFile.db" />
  169. <None Include="Macro\1-Deposition.ely" />
  170. <None Include="Macro\2-CrossSection.ely" />
  171. <None Include="Macro\Export TIFF.MLF" />
  172. <None Include="Macro\GIS Insert.MLF" />
  173. <None Include="Macro\GIS Retract.MLF" />
  174. <None Include="Macro\Good picture.MLF" />
  175. <None Include="Macro\Scan picture.MLF" />
  176. <None Include="packages.config" />
  177. <None Include="Properties\Settings.settings">
  178. <Generator>SettingsSingleFileGenerator</Generator>
  179. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  180. </None>
  181. <Compile Include="Properties\Settings.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DependentUpon>Settings.settings</DependentUpon>
  184. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  185. </Compile>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="App.config">
  189. <SubType>Designer</SubType>
  190. </None>
  191. </ItemGroup>
  192. <ItemGroup>
  193. <ProjectReference Include="..\DBManager\DBManager.csproj">
  194. <Project>{5674dd32-3a9f-4d74-b177-a693a75a0255}</Project>
  195. <Name>DBManager</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\ExtenderControl\Extender.csproj">
  198. <Project>{f5092f52-1fbd-4882-bb9c-399809d87779}</Project>
  199. <Name>Extender</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\FileManager\FileManager.csproj">
  202. <Project>{14c99f54-b3c2-47cf-adb3-e79fdd2d382f}</Project>
  203. <Name>FileManager</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\MeasureData\MeasureData.csproj">
  206. <Project>{12617585-8d9a-4ad4-b6c4-6894a48cee9e}</Project>
  207. <Name>MeasureData</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\MeasureThread\MeasureThread.csproj">
  210. <Project>{9a5851e4-73fd-48e1-876c-68bed40a0512}</Project>
  211. <Name>MeasureThread</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
  214. <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
  215. <Name>SmartSEMControl</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\WebManager\WebManager.csproj">
  218. <Project>{00319b6f-fad0-46b5-b76b-7164dc5ca0d5}</Project>
  219. <Name>WebManager</Name>
  220. </ProjectReference>
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Content Include="MeasureXML\MeasureStructXml.xml">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. <SubType>Designer</SubType>
  226. </Content>
  227. <Content Include="Resources\BatchImport.png" />
  228. <Content Include="Resources\CutHole_Gray.png" />
  229. <Content Include="Resources\CutHole_Green.png" />
  230. <Content Include="Resources\CutHole_Red.png" />
  231. <Content Include="Resources\CutHole_Yellow.png" />
  232. <Content Include="Resources\Exit.png" />
  233. <None Include="Resources\HomePageImport.png" />
  234. <None Include="Resources\Exit_Gray.png" />
  235. <None Include="Resources\Exit_Red.png" />
  236. <Content Include="Resources\ImportLeave.png" />
  237. <Content Include="Resources\InitLeave.png" />
  238. <Content Include="Resources\LogLeave.png" />
  239. <Content Include="Resources\Max.png" />
  240. <Content Include="Resources\Max_Blue.png" />
  241. <Content Include="Resources\Max_Gray.png" />
  242. <Content Include="Resources\Min.png" />
  243. <Content Include="Resources\Min_Blue.png" />
  244. <Content Include="Resources\Min_Gray.png" />
  245. <Content Include="Resources\OpenLeave.png" />
  246. <Content Include="Resources\SaveLeave.png" />
  247. <Content Include="Resources\StartLeave.png" />
  248. <Content Include="Resources\StopLeave.png" />
  249. </ItemGroup>
  250. <ItemGroup />
  251. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  252. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  253. <PropertyGroup>
  254. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  255. </PropertyGroup>
  256. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
  257. <Error Condition="!Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
  258. <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
  259. </Target>
  260. <Import Project="..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
  261. <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
  262. </Project>