WpfApp1.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. <UseWPF>true</UseWPF>
  8. <UseWindowsForms>true</UseWindowsForms>
  9. <ImplicitUsings>disable</ImplicitUsings>
  10. <LangVersion>latest</LangVersion>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Compile Remove="View\Device\**" />
  14. <Compile Remove="View\Plan\Shaker\**" />
  15. <Compile Remove="View\Plan\TestChambersPlan\**" />
  16. <EmbeddedResource Remove="View\Device\**" />
  17. <EmbeddedResource Remove="View\Plan\Shaker\**" />
  18. <EmbeddedResource Remove="View\Plan\TestChambersPlan\**" />
  19. <None Remove="View\Device\**" />
  20. <None Remove="View\Plan\Shaker\**" />
  21. <None Remove="View\Plan\TestChambersPlan\**" />
  22. <Page Remove="View\Device\**" />
  23. <Page Remove="View\Plan\Shaker\**" />
  24. <Page Remove="View\Plan\TestChambersPlan\**" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <Compile Remove="View\BaseSystemConfig.xaml.cs" />
  28. <Compile Remove="View\EditSampleStatus.xaml.cs" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Page Remove="View\BaseSystemConfig.xaml" />
  32. <Page Remove="View\EditSampleStatus.xaml" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Compile Include="View\Device\ConstantTemperatureHumiditySegmentView.xaml.cs" />
  36. <Compile Include="View\Device\ConstantTemperatureSegmentView.xaml.cs" />
  37. <Compile Include="View\Device\DeviceBaseConfigView.xaml.cs" />
  38. <Compile Include="View\Device\HighLowTemperatureHumiditySegmentView.xaml.cs" />
  39. <Compile Include="View\Device\HighLowTemperatureSegmentView.xaml.cs" />
  40. <Compile Include="View\Device\ShakerConsoleView.xaml.cs" />
  41. <Compile Include="View\Device\TestChambersConfigListView.xaml.cs" />
  42. <Compile Include="View\Device\InternalHeatSourceConsoleView.xaml.cs" />
  43. <Compile Include="View\Device\InternalHeatSourceConfigListView.xaml.cs" />
  44. <Compile Include="View\Device\SetWindVelocityView.xaml.cs" />
  45. <Compile Include="View\Device\ShakerConfigListView.xaml.cs" />
  46. <Compile Include="View\Device\DeviceConfigWindow.xaml.cs" />
  47. <Compile Include="View\Device\InternalHeatSourceConfigView.xaml.cs" />
  48. <Compile Include="View\Device\ShakerConfigView.xaml.cs" />
  49. <Compile Include="View\Device\TestChambersConfigView.xaml.cs" />
  50. <Compile Include="View\Device\TestChambersConsoleView.xaml.cs" />
  51. <Compile Include="View\Device\TestChambersConstantHLTestStatusView.xaml.cs">
  52. <SubType>Code</SubType>
  53. </Compile>
  54. <Compile Include="View\Device\TestChambersConstantTemperatureTestStatusView.xaml.cs" />
  55. <Compile Include="View\Device\TestChambersOtherFunctionView.xaml.cs" />
  56. <Compile Include="View\Device\TestChambersSampleView.xaml.cs" />
  57. <Compile Include="View\Device\ThermalCameraConfigView.xaml.cs" />
  58. <Compile Include="View\Device\TestChambersControlView.xaml.cs" />
  59. <Compile Include="View\Device\ThermalCameraConsoleView.xaml.cs" />
  60. <Compile Include="View\Device\ThermalCameraControlView.xaml.cs" />
  61. <Compile Include="View\Device\InternalHeatSourceControlView.xaml.cs" />
  62. <Compile Include="View\Device\ShakerControlView.xaml.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\AppResource\AppResource.csproj" />
  66. <ProjectReference Include="..\ColorPicker\ColorPicker.csproj" />
  67. <ProjectReference Include="..\EventBroker\EventBroker\EventBroker.csproj" />
  68. <ProjectReference Include="..\GongSolutions.WPF.DragDrop\GongSolutions.WPF.DragDrop.csproj" />
  69. <ProjectReference Include="..\HandyControl\HandyControl\HandyControl.csproj" />
  70. <ProjectReference Include="..\InternalHeatSourceControl_TCP\InternalHeatSourceControl_TCP.csproj" />
  71. <ProjectReference Include="..\OfficeIMO.Word\OfficeIMO.Word.csproj" />
  72. <ProjectReference Include="..\OxyPlot\OxyPlot.SkiaSharp.Wpf\OxyPlot.SkiaSharp.Wpf.csproj" />
  73. <ProjectReference Include="..\TestChambersControl\TestChambers.csproj" />
  74. <ProjectReference Include="..\VibExpert\VibExpertNet.csproj" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Page Update="View\DeviceControlView.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. </Page>
  80. <Page Update="View\HistoryView.xaml">
  81. <Generator>MSBuild:Compile</Generator>
  82. </Page>
  83. <Page Update="View\InfoView.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. </Page>
  86. <Page Update="View\MainView.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. </Page>
  89. <Page Update="View\PlanControlView.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. </Page>
  92. <Page Update="View\Plan\PlanInfoEditListView.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. </Page>
  95. <Page Update="View\Plan\PlanInfoEditView.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. </Page>
  98. <Page Update="View\Plan\PlanInfoHistoryListView.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. </Page>
  101. <Page Update="View\Plan\StopPlanView.xaml">
  102. <Generator>MSBuild:Compile</Generator>
  103. </Page>
  104. <Page Update="View\Plan\WaitTimeView.xaml">
  105. <Generator>MSBuild:Compile</Generator>
  106. </Page>
  107. <Page Update="View\ReportView.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Page Include="View\Device\ConstantTemperatureHumiditySegmentView.xaml" />
  113. <Page Include="View\Device\ConstantTemperatureSegmentView.xaml" />
  114. <Page Include="View\Device\DeviceBaseConfigView.xaml">
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. <Page Include="View\Device\HighLowTemperatureHumiditySegmentView.xaml" />
  118. <Page Include="View\Device\HighLowTemperatureSegmentView.xaml" />
  119. <Page Include="View\Device\ShakerConsoleView.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. </Page>
  122. <Page Include="View\Device\TestChambersConfigListView.xaml">
  123. <SubType>Designer</SubType>
  124. </Page>
  125. <Page Include="View\Device\InternalHeatSourceConsoleView.xaml" />
  126. <Page Include="View\Device\InternalHeatSourceConfigListView.xaml">
  127. <SubType>Designer</SubType>
  128. </Page>
  129. <Page Include="View\Device\SetWindVelocityView.xaml">
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="View\Device\ShakerConfigListView.xaml" />
  133. <Page Include="View\Device\DeviceConfigWindow.xaml">
  134. <Generator>MSBuild:Compile</Generator>
  135. </Page>
  136. <Page Include="View\Device\InternalHeatSourceConfigView.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="View\Device\ShakerConfigView.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. </Page>
  142. <Page Include="View\Device\TestChambersConfigView.xaml">
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="View\Device\TestChambersConsoleView.xaml" />
  146. <Page Include="View\Device\TestChambersConstantHLTestStatusView.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="View\Device\TestChambersConstantTemperatureTestStatusView.xaml">
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. <Page Include="View\Device\TestChambersOtherFunctionView.xaml">
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="View\Device\TestChambersSampleView.xaml">
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. <Page Include="View\Device\ThermalCameraConfigView.xaml">
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="View\Device\TestChambersControlView.xaml">
  163. <Generator>MSBuild:Compile</Generator>
  164. </Page>
  165. <Page Include="View\Device\ThermalCameraConsoleView.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="View\Device\ThermalCameraControlView.xaml">
  169. <Generator>MSBuild:Compile</Generator>
  170. </Page>
  171. <Page Include="View\Device\InternalHeatSourceControlView.xaml">
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="View\Device\ShakerControlView.xaml">
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Folder Include="Style\" />
  180. <Folder Include="View\Device\ConfigView\" />
  181. <Folder Include="View\Device\ControlView\" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Reference Include="DnsClient">
  185. <HintPath>..\Import\DnsClient.dll</HintPath>
  186. </Reference>
  187. <Reference Include="HarfBuzzSharp">
  188. <HintPath>..\Import\HarfBuzzSharp.dll</HintPath>
  189. </Reference>
  190. <Reference Include="MongoDB.Bson">
  191. <HintPath>..\Import\MongoDB.Bson.dll</HintPath>
  192. </Reference>
  193. <Reference Include="MongoDB.Driver">
  194. <HintPath>..\Import\MongoDB.Driver.dll</HintPath>
  195. </Reference>
  196. <Reference Include="MongoDB.Driver.Core">
  197. <HintPath>..\Import\MongoDB.Driver.Core.dll</HintPath>
  198. </Reference>
  199. <Reference Include="MongoDB.Libmongocrypt">
  200. <HintPath>..\Import\MongoDB.Libmongocrypt.dll</HintPath>
  201. </Reference>
  202. <Reference Include="Quartz">
  203. <HintPath>..\Import\Quartz.dll</HintPath>
  204. </Reference>
  205. <Reference Include="SharpCompress">
  206. <HintPath>..\Import\SharpCompress.dll</HintPath>
  207. </Reference>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Compile Update="View\OperationCondition\InternalHeatSourceOperationConditionView.xaml.cs">
  211. <SubType>Code</SubType>
  212. </Compile>
  213. <Compile Update="View\OperationCondition\EmptyOperationConditionView.xaml.cs">
  214. <SubType>Code</SubType>
  215. </Compile>
  216. <Compile Update="View\OperationCondition\TestChambersOperationConditionView.xaml.cs">
  217. <SubType>Code</SubType>
  218. </Compile>
  219. <Compile Update="View\Plan\TestChambersItemView.xaml.cs">
  220. <SubType>Code</SubType>
  221. </Compile>
  222. <Compile Update="View\Plan\InternalHeatSourceItemView.xaml.cs">
  223. <SubType>Code</SubType>
  224. </Compile>
  225. <Compile Update="View\Report\InternalHeatSourceDeviceInfoItemView.xaml.cs">
  226. <SubType>Code</SubType>
  227. </Compile>
  228. <Compile Update="View\Report\InternalHeatSourceDeviceChartItemView.xaml.cs">
  229. <SubType>Code</SubType>
  230. </Compile>
  231. <Compile Update="View\Report\InternalHeatSourceDeviceTableItemView.xaml.cs">
  232. <SubType>Code</SubType>
  233. </Compile>
  234. <Compile Update="View\Report\ShakerDeviceChartItemView.xaml.cs">
  235. <SubType>Code</SubType>
  236. </Compile>
  237. <Compile Update="View\Report\ShakerDeviceInfoItemView.xaml.cs">
  238. <SubType>Code</SubType>
  239. </Compile>
  240. <Compile Update="View\Report\ShakerDeviceTableItemView.xaml.cs">
  241. <SubType>Code</SubType>
  242. </Compile>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Update="libHarfBuzzSharp.dll">
  246. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  247. </None>
  248. <None Update="libSkiaSharp.dll">
  249. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  250. </None>
  251. <None Update="runtimes\linux\native\libmongocrypt.so">
  252. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  253. </None>
  254. <None Update="runtimes\osx\native\libHarfBuzzSharp.dylib">
  255. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  256. </None>
  257. <None Update="runtimes\osx\native\libmongocrypt.dylib">
  258. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  259. </None>
  260. <None Update="runtimes\osx\native\libSkiaSharp.dylib">
  261. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  262. </None>
  263. <None Update="runtimes\win-arm64\native\libHarfBuzzSharp.dll">
  264. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  265. </None>
  266. <None Update="runtimes\win-arm64\native\libSkiaSharp.dll">
  267. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  268. </None>
  269. <None Update="runtimes\win-x64\native\libHarfBuzzSharp.dll">
  270. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  271. </None>
  272. <None Update="runtimes\win-x64\native\libSkiaSharp.dll">
  273. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  274. </None>
  275. <None Update="runtimes\win-x86\native\libHarfBuzzSharp.dll">
  276. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  277. </None>
  278. <None Update="runtimes\win-x86\native\libSkiaSharp.dll">
  279. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  280. </None>
  281. <None Update="runtimes\win\native\mongocrypt.dll">
  282. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  283. </None>
  284. </ItemGroup>
  285. </Project>