UnitControl.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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>{ABBA5E64-536B-4EA0-8305-490A48822C89}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>HOZProject</RootNamespace>
  10. <AssemblyName>HOZProject</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Deployment" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="FormShowImage.cs">
  51. <SubType>Form</SubType>
  52. </Compile>
  53. <Compile Include="FormShowImage.Designer.cs">
  54. <DependentUpon>FormShowImage.cs</DependentUpon>
  55. </Compile>
  56. <Compile Include="FormUCMain.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="FormUCMain.Designer.cs">
  60. <DependentUpon>FormUCMain.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="FormUnitControl.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="FormUnitControl.Designer.cs">
  66. <DependentUpon>FormUnitControl.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <EmbeddedResource Include="FormShowImage.resx">
  71. <DependentUpon>FormShowImage.cs</DependentUpon>
  72. </EmbeddedResource>
  73. <EmbeddedResource Include="FormUCMain.resx">
  74. <DependentUpon>FormUCMain.cs</DependentUpon>
  75. </EmbeddedResource>
  76. <EmbeddedResource Include="FormUnitControl.resx">
  77. <DependentUpon>FormUnitControl.cs</DependentUpon>
  78. </EmbeddedResource>
  79. <EmbeddedResource Include="Properties\Resources.resx">
  80. <Generator>ResXFileCodeGenerator</Generator>
  81. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  82. <SubType>Designer</SubType>
  83. </EmbeddedResource>
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Resources.resx</DependentUpon>
  87. <DesignTime>True</DesignTime>
  88. </Compile>
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="App.config" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\FileManager\FileManager.csproj">
  104. <Project>{14c99f54-b3c2-47cf-adb3-e79fdd2d382f}</Project>
  105. <Name>FileManager</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\MeasureData\MeasureData.csproj">
  108. <Project>{12617585-8d9a-4ad4-b6c4-6894a48cee9e}</Project>
  109. <Name>MeasureData</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
  112. <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
  113. <Name>SmartSEMControl</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Resources\exit_Gray.png" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Resources\exit_Red.png" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="Resources\Min_Blue.png" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="Resources\Min_Gray.png" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="Resources\ON.png" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="Resources\OFF.png" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="Resources\FunItemBG.jpg" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="Resources\Set.jpg" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="Resources\Get.jpg" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="Resources\GetLocationBG.jpg" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Resources\buttonBG.jpg" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\CloseImg.jpg" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="Resources\ConnectImg.jpg" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Resources\UCMain.png" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="Resources\GetImage.jpg" />
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  162. </Project>