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="FileManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\bin\Debug\FileManager.dll</HintPath>
  40. </Reference>
  41. <Reference Include="MeasureData, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\bin\Debug\MeasureData.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Deployment" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="FormShowImage.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="FormShowImage.Designer.cs">
  62. <DependentUpon>FormShowImage.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="FormUCMain.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="FormUCMain.Designer.cs">
  68. <DependentUpon>FormUCMain.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="FormUnitControl.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="FormUnitControl.Designer.cs">
  74. <DependentUpon>FormUnitControl.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Program.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <EmbeddedResource Include="FormShowImage.resx">
  79. <DependentUpon>FormShowImage.cs</DependentUpon>
  80. </EmbeddedResource>
  81. <EmbeddedResource Include="FormUCMain.resx">
  82. <DependentUpon>FormUCMain.cs</DependentUpon>
  83. </EmbeddedResource>
  84. <EmbeddedResource Include="FormUnitControl.resx">
  85. <DependentUpon>FormUnitControl.cs</DependentUpon>
  86. </EmbeddedResource>
  87. <EmbeddedResource Include="Properties\Resources.resx">
  88. <Generator>ResXFileCodeGenerator</Generator>
  89. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  90. <SubType>Designer</SubType>
  91. </EmbeddedResource>
  92. <Compile Include="Properties\Resources.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. <DesignTime>True</DesignTime>
  96. </Compile>
  97. <None Include="Properties\Settings.settings">
  98. <Generator>SettingsSingleFileGenerator</Generator>
  99. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  100. </None>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="App.config" />
  109. </ItemGroup>
  110. <ItemGroup>
  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>