VirgoSimulator.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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>{FDF5BB48-689B-4B88-BABC-110F3DC07C67}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>VirgoSimulator</RootNamespace>
  10. <AssemblyName>VirgoSimulator</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>Resources\simulator.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="log4net">
  42. <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
  43. </Reference>
  44. <Reference Include="OpenSEMI.Ctrlib">
  45. <HintPath>..\ThirdParty\dlls\selfbuild\OpenSEMI.Ctrlib.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PresentationFramework.Aero" />
  48. <Reference Include="System" />
  49. <Reference Include="System.configuration" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.ServiceModel" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xaml">
  59. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="WindowsBase" />
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="PresentationFramework" />
  64. <Reference Include="WPFToolkit">
  65. <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Xceed.Wpf.Toolkit">
  68. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ApplicationDefinition Include="App.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </ApplicationDefinition>
  76. <Compile Include="App.xaml.cs">
  77. <DependentUpon>App.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="Devices\AdTecGeneratorMockPMA.cs" />
  81. <Compile Include="Devices\AdTecGeneratorMockPMB.cs" />
  82. <Compile Include="Devices\AdTecMatchMockPMB.cs" />
  83. <Compile Include="Devices\AdTecMatchMockPMA.cs" />
  84. <Compile Include="Devices\EdwardsPumpMockPMB.cs" />
  85. <Compile Include="Devices\EdwardsPumpMockPMA.cs" />
  86. <Compile Include="Devices\EfemSimulator.cs" />
  87. <Compile Include="Devices\RevtechMatchMockPMA.cs" />
  88. <Compile Include="Devices\RevtechMatchMockPMB.cs" />
  89. <Compile Include="Devices\SkyPumpMockPMB.cs" />
  90. <Compile Include="Devices\SkyPumpMockPMA.cs" />
  91. <Compile Include="Devices\SMCChillerMockPMA.cs" />
  92. <Compile Include="Devices\SMCChillerMockPMB.cs" />
  93. <Compile Include="Instances\AppSettingHelper.cs" />
  94. <Compile Include="Instances\SimulatorPlc.cs" />
  95. <Compile Include="Instances\SimulatorSystem.cs" />
  96. <Compile Include="Devices\CometRFSocketServer.cs" />
  97. <Compile Include="Instances\SimulatorSystem_R.cs" />
  98. <Compile Include="Instances\UiInstance.cs" />
  99. <Compile Include="Views\IoViewModelBase.cs" />
  100. <Compile Include="Views\Converters\CassetteConverter.cs" />
  101. <Compile Include="Views\Converters\IoConvert.cs" />
  102. <Compile Include="Views\SimuAdTecGeneratorPMAView.xaml.cs">
  103. <DependentUpon>SimuAdTecGeneratorPMAView.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\SimuAdTecGeneratorPMBView.xaml.cs">
  106. <DependentUpon>SimuAdTecGeneratorPMBView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\SimuAdTecMatchPMAView.xaml.cs">
  109. <DependentUpon>SimuAdTecMatchPMAView.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Views\SimuAdTecMatchPMBView.xaml.cs">
  112. <DependentUpon>SimuAdTecMatchPMBView.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="Views\SimuEdwardsPumpPMAView.xaml.cs">
  115. <DependentUpon>SimuEdwardsPumpPMAView.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Views\SimuEdwardsPumpPMBView.xaml.cs">
  118. <DependentUpon>SimuEdwardsPumpPMBView.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  121. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  124. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Views\SimuRevtechMatchPMAView.xaml.cs">
  127. <DependentUpon>SimuRevtechMatchPMAView.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\SimuRevtechMatchPMBView.xaml.cs">
  130. <DependentUpon>SimuRevtechMatchPMBView.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\SimuSkyPumpPMAView.xaml.cs">
  133. <DependentUpon>SimuSkyPumpPMAView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\SimuSkyPumpPMBView.xaml.cs">
  136. <DependentUpon>SimuSkyPumpPMBView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\SimuSMCChillerGridPMAView.xaml.cs">
  139. <DependentUpon>SimuSMCChillerGridPMAView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\SimuSMCChillerGridPMBView.xaml.cs">
  142. <DependentUpon>SimuSMCChillerGridPMBView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\SimuSMCChillerPMAView.xaml.cs">
  145. <DependentUpon>SimuSMCChillerPMAView.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\SimuSMCChillerPMBView.xaml.cs">
  148. <DependentUpon>SimuSMCChillerPMBView.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\Simu_CometRFView.xaml.cs">
  151. <DependentUpon>Simu_CometRFView.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Views\Simu_EfemView.xaml.cs">
  154. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  155. </Compile>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include="Properties\AssemblyInfo.cs">
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="Properties\Resources.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DesignTime>True</DesignTime>
  164. <DependentUpon>Resources.resx</DependentUpon>
  165. </Compile>
  166. <Compile Include="Properties\Settings.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DependentUpon>Settings.settings</DependentUpon>
  169. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  170. </Compile>
  171. <EmbeddedResource Include="Properties\Resources.resx">
  172. <Generator>ResXFileCodeGenerator</Generator>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. </EmbeddedResource>
  175. <None Include="Properties\Settings.settings">
  176. <Generator>SettingsSingleFileGenerator</Generator>
  177. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  178. </None>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="App.config">
  182. <SubType>Designer</SubType>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <ProjectReference Include="..\Framework\Common\Common.csproj">
  187. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  188. <Name>Common</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  191. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  192. <Name>RTCore</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  195. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  196. <Name>RTEquipmentLibrary</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  199. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  200. <Name>SimulatorCore</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  203. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  204. <Name>UICore</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\VirgoCommon\VirgoCommon.csproj">
  207. <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
  208. <Name>VirgoCommon</Name>
  209. </ProjectReference>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <None Include="Config\UILayout.xml">
  213. <SubType>Designer</SubType>
  214. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  215. </None>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Page Include="Views\SimuAdTecGeneratorPMAView.xaml">
  219. <SubType>Designer</SubType>
  220. <Generator>MSBuild:Compile</Generator>
  221. </Page>
  222. <Page Include="Views\SimuAdTecGeneratorPMBView.xaml">
  223. <SubType>Designer</SubType>
  224. <Generator>XamlIntelliSenseFileGenerator</Generator>
  225. </Page>
  226. <Page Include="Views\SimuAdTecMatchPMAView.xaml">
  227. <SubType>Designer</SubType>
  228. <Generator>MSBuild:Compile</Generator>
  229. </Page>
  230. <Page Include="Views\SimuAdTecMatchPMBView.xaml">
  231. <SubType>Designer</SubType>
  232. <Generator>XamlIntelliSenseFileGenerator</Generator>
  233. </Page>
  234. <Page Include="Views\SimuEdwardsPumpPMAView.xaml">
  235. <SubType>Designer</SubType>
  236. <Generator>XamlIntelliSenseFileGenerator</Generator>
  237. </Page>
  238. <Page Include="Views\SimuEdwardsPumpPMBView.xaml">
  239. <SubType>Designer</SubType>
  240. <Generator>XamlIntelliSenseFileGenerator</Generator>
  241. </Page>
  242. <Page Include="Views\SimulatorIo2View.xaml">
  243. <Generator>MSBuild:Compile</Generator>
  244. <SubType>Designer</SubType>
  245. </Page>
  246. <Page Include="Views\SimulatorIo1View.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="Views\SimuRevtechMatchPMAView.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Page Include="Views\SimuRevtechMatchPMBView.xaml">
  255. <Generator>MSBuild:Compile</Generator>
  256. <SubType>Designer</SubType>
  257. </Page>
  258. <Page Include="Views\SimuSkyPumpPMAView.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Views\SimuSkyPumpPMBView.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>XamlIntelliSenseFileGenerator</Generator>
  265. </Page>
  266. <Page Include="Views\SimuSMCChillerGridPMAView.xaml">
  267. <Generator>MSBuild:Compile</Generator>
  268. <SubType>Designer</SubType>
  269. </Page>
  270. <Page Include="Views\SimuSMCChillerGridPMBView.xaml">
  271. <Generator>MSBuild:Compile</Generator>
  272. <SubType>Designer</SubType>
  273. </Page>
  274. <Page Include="Views\SimuSMCChillerPMAView.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="Views\SimuSMCChillerPMBView.xaml">
  279. <SubType>Designer</SubType>
  280. <Generator>MSBuild:Compile</Generator>
  281. </Page>
  282. <Page Include="Views\Simu_CometRFView.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="Views\Simu_EfemView.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. </ItemGroup>
  291. <ItemGroup>
  292. <Resource Include="Resources\simulator.ico" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="Config\_ioDefineVirgo.xml">
  296. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  297. <SubType>Designer</SubType>
  298. </None>
  299. </ItemGroup>
  300. <ItemGroup>
  301. <None Include="Config\_ioDefineVirgo_R.xml">
  302. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  303. </None>
  304. </ItemGroup>
  305. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  306. </Project>