123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{43A76F28-EF7C-48D0-84CE-A25897E2A616}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Aitex.RT</RootNamespace>
- <AssemblyName>Triton160RT</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>
- </ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="FabConnect">
- <HintPath>..\ThirdParty\dlls\FabConnect.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\ThirdParty\dlls\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Windows.Input.Manipulations" />
- <Reference Include="System.Windows.Interactivity">
- <HintPath>..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
- </Reference>
- <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.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="WindowsFormsIntegration" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Device\Custom\IoSignalTower.cs" />
- <Compile Include="Device\DeviceEntity.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Device\DeviceManager.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Device\DeviceModel.cs" />
- <Compile Include="FactoryAutomation\FaEventItem.cs" />
- <Compile Include="FactoryAutomation\FaHost.cs" />
- <Compile Include="FactoryAutomation\FALogFileCleaner.cs" />
- <Compile Include="FactoryAutomation\FaManager.cs" />
- <Compile Include="FactoryAutomation\IFaHost.cs" />
- <Compile Include="FactoryAutomation\IHostCallback.cs" />
- <Compile Include="FactoryAutomation\VIDMap.cs" />
- <Compile Include="Module\DataLogManager.cs" />
- <Compile Include="Module\LeakCheckResultManager.cs" />
- <Compile Include="Module\PMEntity.cs" />
- <Compile Include="Module\RouteManager.cs" />
- <Compile Include="Module\RtDataCollectionCallback.cs" />
- <Compile Include="Module\RtRecipeFileContext.cs" />
- <Compile Include="PLC\FinsDataDevice.cs" />
- <Compile Include="PLC\PLCDataStructure.cs" />
- <Compile Include="PLC\PLCData.cs" />
- <Compile Include="PLC\PLCEntity.cs" />
- <Compile Include="Progam.cs" />
- <Compile Include="Properties\Resources.en-US.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.en-US.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Resources.zh-CN.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.zh-CN.resx</DependentUpon>
- </Compile>
- <Compile Include="Routine\CommonRoutine.cs" />
- <Compile Include="Routine\PM\CyclePurgeRoutine.cs" />
- <Compile Include="Routine\PM\GasFlowRoutine.cs" />
- <Compile Include="Routine\PM\LeakCheckRoutine.cs" />
- <Compile Include="Routine\PM\PumpDownRoutine.cs" />
- <Compile Include="Routine\PM\RfPowerRoutine.cs" />
- <Compile Include="Routine\PM\StopPumpRoutine.cs" />
- <Compile Include="Routine\PM\VentRountine.cs" />
- <Compile Include="Routine\Process\PostProcess.cs" />
- <Compile Include="Routine\Process\PreProcess.cs" />
- <Compile Include="Routine\Process\Process.cs" />
- <Compile Include="Routine\Process\ProcessRecord.cs" />
- <Compile Include="Routine\Process\Recipe.cs" />
- <Compile Include="Routine\RT\InitRoutine.cs" />
- <Compile Include="Routine\RT\TermRoutine.cs" />
- <Compile Include="RtApplication.cs" />
- <Compile Include="RTEntity.cs" />
- <Compile Include="RtInstance.cs" />
- <Compile Include="Simulator\ISimulatorManager.cs" />
- <Compile Include="Simulator\SimulatorBuffer.cs" />
- <Compile Include="Simulator\SimulatorFinsDataDevice.cs" />
- <Compile Include="Simulator\SimulatorTriton160.cs" />
- <Compile Include="Simulator\_ioNameTriton160.cs" />
- <Compile Include="WCF\InvokeService.cs" />
- <Compile Include="WCF\QueryDataService.cs" />
- <Compile Include="WCF\RecipeService.cs" />
- </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.en-US.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.en-US.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\DeviceModel.xsd">
- <SubType>Designer</SubType>
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <AppDesigner Include="Properties\" />
- <Compile Include="Routine\PM\StopGasFlowRoutine.cs" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Properties\Resources.zh-CN.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.zh-CN.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="SciChartLicense.xml" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Core\Core.csproj">
- <Project>{0e266dbd-0dc2-4b5f-b5ea-58c6df66912c}</Project>
- <Name>Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\Triton160Common\Triton160Common.csproj">
- <Project>{f5c6659d-7a3f-4d28-84e9-6abbf7cd02c7}</Project>
- <Name>Triton160Common</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Resources\" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="logo.ico" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Config\DeviceModel.Hz.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </Content>
- <None Include="Config\_ioDefineTriton160.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <Resource Include="ReleaseNotes.txt" />
- <None Include="Config\RecipeFormat.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\Interlock.triton160.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\EventDefine.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\SCDefaultConfig.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="Config\GemModel.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <Content Include="Config\SqlUpdate.sql">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <None Include="Config\RtEventDefine.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>echo 复制文件,
- xcopy /e "$(ProjectDir)..\Common\Core\Config\DeviceModel.xsd" "$(ProjectDir)\Config\" /q/Y
- xcopy /e "$(ProjectDir)..\Common\Core\Config\EventDefine.xml" "$(ProjectDir)\Config\" /q/Y
- xcopy /e "$(ProjectDir)..\Common\Core\Config\SCDefaultConfig.xml" "$(ProjectDir)\Config\" /q/Y
- </PreBuildEvent>
- </PropertyGroup>
- <PropertyGroup>
- <PostBuildEvent>REM 输出到安装目录,供安装打包使用
- if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT" /s /q
- md "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\"
- echo 复制文件到安装目录,"$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\"
- xcopy /e "$(TargetDir)*.*" "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\" /q
- REM 配置文件Copy
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\*.pdb"
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe"
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe.config"
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Triton160RT.vshost.exe.manifest"
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Config\PmConfig.xml"
- del "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Config\PmConfig.xml.bak"
- if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Logs" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Logs" /s /q
- if exist "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Recipes" rd "$(ProjectDir)..\Triton160Setup\Packages\Triton160RT\Recipes" /s /q</PostBuildEvent>
- </PropertyGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|