Virgo_DSimulator.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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>Virgo_DSimulator</RootNamespace>
  10. <AssemblyName>Virgo_DSimulator</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.Data" />
  50. <Reference Include="System.ServiceModel" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. <Reference Include="WPFToolkit">
  64. <HintPath>..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Xceed.Wpf.Toolkit">
  67. <HintPath>..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ApplicationDefinition Include="App.xaml">
  72. <Generator>MSBuild:Compile</Generator>
  73. <SubType>Designer</SubType>
  74. </ApplicationDefinition>
  75. <Compile Include="App.xaml.cs">
  76. <DependentUpon>App.xaml</DependentUpon>
  77. <SubType>Code</SubType>
  78. </Compile>
  79. <Compile Include="Devices\AdTecGeneratorMock.cs" />
  80. <Compile Include="Devices\AdTecMatchMock.cs" />
  81. <Compile Include="Devices\EdwardsPumpMock.cs" />
  82. <Compile Include="Devices\EfemSimulator.cs" />
  83. <Compile Include="Devices\SkyPumpMock.cs" />
  84. <Compile Include="Instances\SimulatorPlc.cs" />
  85. <Compile Include="Instances\SimulatorSystem.cs" />
  86. <Compile Include="Instances\UiInstance.cs" />
  87. <Compile Include="Views\IoViewModelBase.cs" />
  88. <Compile Include="Views\Converters\CassetteConverter.cs" />
  89. <Compile Include="Views\Converters\IoConvert.cs" />
  90. <Compile Include="Views\SimuAdTecGeneratorView.xaml.cs">
  91. <DependentUpon>SimuAdTecGeneratorView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Views\SimuAdTecMatchView.xaml.cs">
  94. <DependentUpon>SimuAdTecMatchView.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="Views\SimuEdwardsPumpView.xaml.cs">
  97. <DependentUpon>SimuEdwardsPumpView.xaml</DependentUpon>
  98. </Compile>
  99. <Compile Include="Views\SimulatorIo2View.xaml.cs">
  100. <DependentUpon>SimulatorIo2View.xaml</DependentUpon>
  101. </Compile>
  102. <Compile Include="Views\SimulatorIo1View.xaml.cs">
  103. <DependentUpon>SimulatorIo1View.xaml</DependentUpon>
  104. </Compile>
  105. <Compile Include="Views\SimuSkyPumpView.xaml.cs">
  106. <DependentUpon>SimuSkyPumpView.xaml</DependentUpon>
  107. </Compile>
  108. <Compile Include="Views\Simu_EfemView.xaml.cs">
  109. <DependentUpon>Simu_EfemView.xaml</DependentUpon>
  110. </Compile>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="Properties\AssemblyInfo.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="Properties\Resources.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>Resources.resx</DependentUpon>
  120. </Compile>
  121. <Compile Include="Properties\Settings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. <EmbeddedResource Include="Properties\Resources.resx">
  127. <Generator>ResXFileCodeGenerator</Generator>
  128. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  129. </EmbeddedResource>
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <None Include="App.config">
  137. <SubType>Designer</SubType>
  138. </None>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\Framework\Common\Common.csproj">
  142. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  143. <Name>Common</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\Framework\RTCore\RTCore.csproj">
  146. <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project>
  147. <Name>RTCore</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj">
  150. <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project>
  151. <Name>RTEquipmentLibrary</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj">
  154. <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project>
  155. <Name>SimulatorCore</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\Framework\UICore\UICore.csproj">
  158. <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project>
  159. <Name>UICore</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\Virgo_DCommon\Virgo_DCommon.csproj">
  162. <Project>{e7966f9d-09af-42f5-9bfe-f5c070b1b565}</Project>
  163. <Name>Virgo_DCommon</Name>
  164. </ProjectReference>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="Config\UILayout.xml">
  168. <SubType>Designer</SubType>
  169. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  170. </None>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Page Include="Views\SimuAdTecGeneratorView.xaml">
  174. <SubType>Designer</SubType>
  175. <Generator>MSBuild:Compile</Generator>
  176. </Page>
  177. <Page Include="Views\SimuAdTecMatchView.xaml">
  178. <SubType>Designer</SubType>
  179. <Generator>MSBuild:Compile</Generator>
  180. </Page>
  181. <Page Include="Views\SimuEdwardsPumpView.xaml">
  182. <SubType>Designer</SubType>
  183. <Generator>MSBuild:Compile</Generator>
  184. </Page>
  185. <Page Include="Views\SimulatorIo2View.xaml">
  186. <Generator>MSBuild:Compile</Generator>
  187. <SubType>Designer</SubType>
  188. </Page>
  189. <Page Include="Views\SimulatorIo1View.xaml">
  190. <Generator>MSBuild:Compile</Generator>
  191. <SubType>Designer</SubType>
  192. </Page>
  193. <Page Include="Views\SimuSkyPumpView.xaml">
  194. <SubType>Designer</SubType>
  195. <Generator>MSBuild:Compile</Generator>
  196. </Page>
  197. <Page Include="Views\Simu_EfemView.xaml">
  198. <SubType>Designer</SubType>
  199. <Generator>MSBuild:Compile</Generator>
  200. </Page>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Resource Include="Resources\simulator.ico" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="Config\_ioDefineVirgo_D.xml">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. <SubType>Designer</SubType>
  209. </None>
  210. </ItemGroup>
  211. <ItemGroup />
  212. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  213. </Project>