FurnaceSimulator.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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>FurnaceSimulator</RootNamespace>
  10. <AssemblyName>FurnaceSimulator</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. <ItemGroup>
  38. <Reference Include="log4net">
  39. <HintPath>..\..\ThirdParty\dlls\log4net.dll</HintPath>
  40. </Reference>
  41. <Reference Include="MECF.Framework.Common">
  42. <HintPath>..\..\FrameworkLocal\Output\MECF.Framework\MECF.Framework.Common.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MECF.Framework.UI.Core">
  45. <HintPath>..\..\FrameworkLocal\Output\MECF.Framework\MECF.Framework.UI.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\ThirdParty\dlls\OpenSEMI.ClientBase.dll</HintPath>
  50. </Reference>
  51. <Reference Include="OpenSEMI.Ctrlib">
  52. <HintPath>..\..\ThirdParty\dlls\OpenSEMI.Ctrlib.dll</HintPath>
  53. </Reference>
  54. <Reference Include="PresentationFramework.Aero" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.ServiceModel" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xaml">
  65. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="WindowsBase" />
  68. <Reference Include="PresentationCore" />
  69. <Reference Include="PresentationFramework" />
  70. <Reference Include="WPFToolkit">
  71. <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Xceed.Wpf.Toolkit">
  74. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  75. </Reference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ApplicationDefinition Include="App.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </ApplicationDefinition>
  82. <Compile Include="App.xaml.cs">
  83. <DependentUpon>App.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="Instances\SimulatorPlcService.cs" />
  87. <Compile Include="Instances\SimulatorPlc.cs" />
  88. <Compile Include="Instances\SimulatorSystem.cs" />
  89. <Compile Include="Instances\UiInstance.cs" />
  90. <Compile Include="Properties\Annotations.cs" />
  91. <Compile Include="Views\PLCView.xaml.cs">
  92. <DependentUpon>PLCView.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Views\LPView.xaml.cs">
  95. <DependentUpon>LPView.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="Views\PlcViewModelBase.cs" />
  98. <Compile Include="Views\Converters\CassetteConverter.cs" />
  99. <Compile Include="Views\Converters\IoConvert.cs" />
  100. <Compile Include="Views\SimulatorIOHeaterView.xaml.cs">
  101. <DependentUpon>SimulatorIOHeaterView.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="Views\SimulatorPlcInt16IOView.xaml.cs">
  104. <DependentUpon>SimulatorPlcInt16IOView.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Views\SimulatorPMIOView.xaml.cs">
  107. <DependentUpon>SimulatorPMIOView.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="Views\SimulatorPlcFloatIOView.xaml.cs">
  110. <DependentUpon>SimulatorPlcFloatIOView.xaml</DependentUpon>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="Properties\AssemblyInfo.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="Properties\Resources.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DesignTime>True</DesignTime>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. </Compile>
  122. <Compile Include="Properties\Settings.Designer.cs">
  123. <AutoGen>True</AutoGen>
  124. <DependentUpon>Settings.settings</DependentUpon>
  125. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  126. </Compile>
  127. <EmbeddedResource Include="Properties\Resources.resx">
  128. <Generator>ResXFileCodeGenerator</Generator>
  129. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  130. </EmbeddedResource>
  131. <None Include="Properties\Settings.settings">
  132. <Generator>SettingsSingleFileGenerator</Generator>
  133. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  134. </None>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="App.config">
  138. <SubType>Designer</SubType>
  139. </None>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Page Include="Styles\Button.xaml">
  143. <SubType>Designer</SubType>
  144. <Generator>MSBuild:Compile</Generator>
  145. </Page>
  146. <Page Include="Views\PLCView.xaml">
  147. <Generator>MSBuild:Compile</Generator>
  148. <SubType>Designer</SubType>
  149. </Page>
  150. <Page Include="Views\LPView.xaml">
  151. <Generator>MSBuild:Compile</Generator>
  152. <SubType>Designer</SubType>
  153. </Page>
  154. <Page Include="Views\SimulatorIOHeaterView.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="Views\SimulatorPlcInt16IOView.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="Views\SimulatorPMIOView.xaml">
  163. <Generator>MSBuild:Compile</Generator>
  164. <SubType>Designer</SubType>
  165. </Page>
  166. <Page Include="Views\SimulatorPlcFloatIOView.xaml">
  167. <Generator>MSBuild:Compile</Generator>
  168. <SubType>Designer</SubType>
  169. </Page>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Resource Include="Resources\simulator.ico" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">
  176. <Project>{f913dfcb-9319-4fe9-98a5-2428cf6744de}</Project>
  177. <Name>RTCore</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\..\FrameworkLocal\SimulatorCore\SimulatorCore.csproj">
  180. <Project>{be21b571-0145-447b-88da-61e621d60e0c}</Project>
  181. <Name>SimulatorCore</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\FurnaceRT\FurnaceRT.csproj">
  184. <Project>{5eafa05f-c2c0-40b3-9c8f-46d8559148d0}</Project>
  185. <Name>FurnaceRT</Name>
  186. </ProjectReference>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="Config\UILayout.xml">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </None>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <None Include="Config\_ioDefinePM.xml">
  195. <SubType>Designer</SubType>
  196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  197. </None>
  198. </ItemGroup>
  199. <ItemGroup>
  200. <None Include="Config\_ioDefineHeater.xml">
  201. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  202. </None>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <None Include="Config\ELK\_ioDefineGasLine.xml">
  206. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  207. </None>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Resource Include="Config\NTP02\_ioDefineHeater.xml" />
  211. <Resource Include="Config\NTP02\_ioDefinePM.xml" />
  212. </ItemGroup>
  213. <ItemGroup />
  214. <ItemGroup>
  215. <None Include="Config\SiBCN\_ioDefinePM.xml">
  216. <SubType>Designer</SubType>
  217. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  218. </None>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <None Include="Config\SiBCN\_ioDefineHeater.xml">
  222. <SubType>Designer</SubType>
  223. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  224. </None>
  225. </ItemGroup>
  226. <ItemGroup>
  227. <None Include="Config\ELK\_ioDefinePM.xml">
  228. <SubType>Designer</SubType>
  229. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  230. </None>
  231. </ItemGroup>
  232. <ItemGroup>
  233. <None Include="Config\ELK\_ioDefineHeater.xml">
  234. <SubType>Designer</SubType>
  235. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  236. </None>
  237. </ItemGroup>
  238. <ItemGroup>
  239. <None Include="Config\NTP\_ioDefinePM.xml">
  240. <SubType>Designer</SubType>
  241. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  242. </None>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="Config\NTP\_ioDefineHeater.xml">
  246. <SubType>Designer</SubType>
  247. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  248. </None>
  249. </ItemGroup>
  250. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  251. <PropertyGroup>
  252. <PostBuildEvent>if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator" /s /q
  253. md "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\"
  254. echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\"
  255. xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\" /q</PostBuildEvent>
  256. </PropertyGroup>
  257. </Project>