| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <ProjectGuid>{FDF5BB48-689B-4B88-BABC-110F3DC07C67}</ProjectGuid>    <OutputType>WinExe</OutputType>    <RootNamespace>FurnaceSimulator</RootNamespace>    <AssemblyName>FurnaceSimulator</AssemblyName>    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>    <FileAlignment>512</FileAlignment>    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>    <WarningLevel>4</WarningLevel>    <Deterministic>true</Deterministic>    <TargetFrameworkProfile />  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugSymbols>true</DebugSymbols>    <DebugType>full</DebugType>    <Optimize>false</Optimize>    <OutputPath>bin\Debug\</OutputPath>    <DefineConstants>DEBUG;TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">    <PlatformTarget>AnyCPU</PlatformTarget>    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>    <OutputPath>bin\Release\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>  </PropertyGroup>  <ItemGroup>    <Reference Include="log4net, Version=2.0.9.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">      <HintPath>..\packages\log4net.2.0.10\lib\net45\log4net.dll</HintPath>    </Reference>    <Reference Include="MECF.Framework.Common">      <HintPath>..\..\FrameworkLocal\Output\MECF.Framework\MECF.Framework.Common.dll</HintPath>    </Reference>    <Reference Include="MECF.Framework.UI.Core">      <HintPath>..\..\FrameworkLocal\Output\MECF.Framework\MECF.Framework.UI.Core.dll</HintPath>    </Reference>    <Reference Include="OpenSEMI.ClientBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">      <SpecificVersion>False</SpecificVersion>      <HintPath>..\..\ThirdParty\dlls\OpenSEMI.ClientBase.dll</HintPath>    </Reference>    <Reference Include="OpenSEMI.Ctrlib">      <HintPath>..\..\ThirdParty\dlls\OpenSEMI.Ctrlib.dll</HintPath>    </Reference>    <Reference Include="PresentationFramework.Aero" />    <Reference Include="System" />    <Reference Include="System.Configuration" />    <Reference Include="System.Data" />    <Reference Include="System.ServiceModel" />    <Reference Include="System.Web" />    <Reference Include="System.Xml" />    <Reference Include="Microsoft.CSharp" />    <Reference Include="System.Core" />    <Reference Include="System.Xml.Linq" />    <Reference Include="System.Data.DataSetExtensions" />    <Reference Include="System.Net.Http" />    <Reference Include="System.Xaml">      <RequiredTargetFramework>4.0</RequiredTargetFramework>    </Reference>    <Reference Include="WindowsBase" />    <Reference Include="PresentationCore" />    <Reference Include="PresentationFramework" />    <Reference Include="WPFToolkit">      <HintPath>..\..\ThirdParty\dlls\WPFToolkit.dll</HintPath>    </Reference>    <Reference Include="Xceed.Wpf.Toolkit">      <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>    </Reference>  </ItemGroup>  <ItemGroup>    <ApplicationDefinition Include="App.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </ApplicationDefinition>    <Compile Include="App.xaml.cs">      <DependentUpon>App.xaml</DependentUpon>      <SubType>Code</SubType>    </Compile>    <Compile Include="Instances\SimulatorPlcService.cs" />    <Compile Include="Instances\SimulatorPlc.cs" />    <Compile Include="Instances\SimulatorSystem.cs" />    <Compile Include="Instances\UiInstance.cs" />    <Compile Include="Properties\Annotations.cs" />    <Compile Include="Views\PLCView.xaml.cs">      <DependentUpon>PLCView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\LPView.xaml.cs">      <DependentUpon>LPView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\PlcViewModelBase.cs" />    <Compile Include="Views\Converters\CassetteConverter.cs" />    <Compile Include="Views\Converters\IoConvert.cs" />    <Compile Include="Views\SimulatorIOHeaterView.xaml.cs">      <DependentUpon>SimulatorIOHeaterView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\SimulatorPlcInt16IOView.xaml.cs">      <DependentUpon>SimulatorPlcInt16IOView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\SimulatorPMIOView.xaml.cs">      <DependentUpon>SimulatorPMIOView.xaml</DependentUpon>    </Compile>    <Compile Include="Views\SimulatorPlcFloatIOView.xaml.cs">      <DependentUpon>SimulatorPlcFloatIOView.xaml</DependentUpon>    </Compile>  </ItemGroup>  <ItemGroup>    <Compile Include="Properties\AssemblyInfo.cs">      <SubType>Code</SubType>    </Compile>    <Compile Include="Properties\Resources.Designer.cs">      <AutoGen>True</AutoGen>      <DesignTime>True</DesignTime>      <DependentUpon>Resources.resx</DependentUpon>    </Compile>    <Compile Include="Properties\Settings.Designer.cs">      <AutoGen>True</AutoGen>      <DependentUpon>Settings.settings</DependentUpon>      <DesignTimeSharedInput>True</DesignTimeSharedInput>    </Compile>    <EmbeddedResource Include="Properties\Resources.resx">      <Generator>ResXFileCodeGenerator</Generator>      <LastGenOutput>Resources.Designer.cs</LastGenOutput>    </EmbeddedResource>    <None Include="packages.config" />    <None Include="Properties\Settings.settings">      <Generator>SettingsSingleFileGenerator</Generator>      <LastGenOutput>Settings.Designer.cs</LastGenOutput>    </None>  </ItemGroup>  <ItemGroup>    <None Include="App.config">      <SubType>Designer</SubType>    </None>  </ItemGroup>  <ItemGroup>    <Page Include="Styles\Button.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\PLCView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\LPView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\SimulatorIOHeaterView.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\SimulatorPlcInt16IOView.xaml">      <SubType>Designer</SubType>      <Generator>MSBuild:Compile</Generator>    </Page>    <Page Include="Views\SimulatorPMIOView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>    <Page Include="Views\SimulatorPlcFloatIOView.xaml">      <Generator>MSBuild:Compile</Generator>      <SubType>Designer</SubType>    </Page>  </ItemGroup>  <ItemGroup>    <Resource Include="Resources\simulator.ico" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\..\FrameworkLocal\RTCore\RTCore.csproj">      <Project>{f913dfcb-9319-4fe9-98a5-2428cf6744de}</Project>      <Name>RTCore</Name>    </ProjectReference>    <ProjectReference Include="..\..\FrameworkLocal\SimulatorCore\SimulatorCore.csproj">      <Project>{be21b571-0145-447b-88da-61e621d60e0c}</Project>      <Name>SimulatorCore</Name>    </ProjectReference>    <ProjectReference Include="..\FurnaceRT\FurnaceRT.csproj">      <Project>{5eafa05f-c2c0-40b3-9c8f-46d8559148d0}</Project>      <Name>FurnaceRT</Name>    </ProjectReference>  </ItemGroup>  <ItemGroup>    <None Include="Config\UILayout.xml">      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\_ioDefinePM.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\_ioDefineHeater.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\ELK\_ioDefineGasLine.xml">      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup />  <ItemGroup>    <None Include="Config\SiBCN\_ioDefinePM.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\SiBCN\_ioDefineHeater.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\ELK\_ioDefinePM.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\ELK\_ioDefineHeater.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\NTP\_ioDefinePM.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <ItemGroup>    <None Include="Config\NTP\_ioDefineHeater.xml">      <SubType>Designer</SubType>      <CopyToOutputDirectory>Always</CopyToOutputDirectory>    </None>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <PropertyGroup>    <PostBuildEvent>if exist "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator" rd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator"  /s /qmd "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\" echo 复制文件到安装目录,"$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\" xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\FurnaceSetup\Packages\FurnaceSimulator\" /q</PostBuildEvent>  </PropertyGroup></Project>
 |