<?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>{CD9AEF96-5048-47D1-B785-1F8C3FDC47C3}</ProjectGuid> <OutputType>WinExe</OutputType> <RootNamespace>Venus_RT</RootNamespace> <AssemblyName>Venus_RT</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <Deterministic>true</Deterministic> <IsWebBootstrapper>false</IsWebBootstrapper> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </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> <NoWarn>CS0168,CS0219</NoWarn> </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> <PropertyGroup> <ApplicationIcon>RT2.ico</ApplicationIcon> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <ItemGroup> <Reference Include="FabConnect"> <HintPath>..\ThirdParty\FabConnect.dll</HintPath> </Reference> <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\ThirdParty\log4net.dll</HintPath> </Reference> <Reference Include="Mono.Security"> <HintPath>..\ThirdParty\Mono.Security.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Configuration" /> <Reference Include="System.Data" /> <Reference Include="System.Management" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Text.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\ThirdParty\System.Text.Json.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.Net.Http" /> <Reference Include="System.Xaml"> <RequiredTargetFramework>4.0</RequiredTargetFramework> </Reference> <Reference Include="WindowsBase" /> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="Instances\App.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> <Compile Include="Backends\FSM.xaml.cs"> <DependentUpon>FSM.xaml</DependentUpon> </Compile> <Compile Include="Backends\IOMonitorView.xaml.cs"> <DependentUpon>IOMonitorView.xaml</DependentUpon> </Compile> <Compile Include="Devices\AdixenTurboPump.cs" /> <Compile Include="Devices\AdTecRF.cs" /> <Compile Include="Devices\AIRSYSChiller.cs" /> <Compile Include="Devices\CometRF.cs" /> <Compile Include="Devices\DataDefine.cs" /> <Compile Include="Devices\DeviceManager.cs" /> <Compile Include="Devices\EdwardsPump.cs" /> <Compile Include="Devices\EFEM\EfemBase.cs" /> <Compile Include="Devices\EFEM\EfemDevice.cs" /> <Compile Include="Devices\EFEM\EfemInterface.cs" /> <Compile Include="Devices\EFEM\EfemMessage.cs" /> <Compile Include="Devices\EFEM\JetEfem.cs" /> <Compile Include="Devices\EFEM\Loadport.cs" /> <Compile Include="Devices\EPDs\EPDDevice.cs" /> <Compile Include="Devices\EPDs\EPInterface\Datas\DataItemDefine.cs" /> <Compile Include="Devices\EPDs\EPInterface\Datas\EPDConfig.cs" /> <Compile Include="Devices\EPDs\EPInterface\Interface\EPDClient.cs" /> <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallback.cs" /> <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDCallbackService.cs" /> <Compile Include="Devices\EPDs\EPInterface\Interface\IEPDService.cs" /> <Compile Include="Devices\EPD\Data\ByteReader.cs" /> <Compile Include="Devices\EPD\Data\ByteStructConverter.cs" /> <Compile Include="Devices\EPD\Data\CytAsciiDefine.cs" /> <Compile Include="Devices\EPD\Data\EPDDefine.cs" /> <Compile Include="Devices\EPD\Data\EPDSocketClient.cs" /> <Compile Include="Devices\EPD\Data\LogItem.cs" /> <Compile Include="Devices\EPD\Data\NotifyObject.cs" /> <Compile Include="Devices\EPD\Data\SocketClientWrapper.cs" /> <Compile Include="Devices\EPD\Data\StepItem.cs" /> <Compile Include="Devices\EPD\EPDClient.cs" /> <Compile Include="Devices\ESC5HighVoltage.cs" /> <Compile Include="Devices\FinsPlc.cs" /> <Compile Include="Devices\IODevices\IoBacksideHe.cs" /> <Compile Include="Devices\IODevices\IoCylinder.cs" /> <Compile Include="Devices\IODevices\IoGasStick.cs" /> <Compile Include="Devices\IODevices\IoHeartbeat.cs" /> <Compile Include="Devices\IODevices\IoHeater.cs" /> <Compile Include="Devices\IODevices\IoHighTemperatureHeater.cs" /> <Compile Include="Devices\IODevices\IoLid.cs" /> <Compile Include="Devices\IODevices\IoMfc.cs" /> <Compile Include="Devices\IODevices\IoPressureControl.cs" /> <Compile Include="Devices\IODevices\IoPressureMeter.cs" /> <Compile Include="Devices\IODevices\IoSignalLight.cs" /> <Compile Include="Devices\IODevices\IoSignalTower.cs" /> <Compile Include="Devices\IODevices\IoSwitch.cs" /> <Compile Include="Devices\IODevices\IoTMPressureCtl.cs" /> <Compile Include="Devices\JetEPDBase.cs" /> <Compile Include="Devices\JetKepler2200APM.cs" /> <Compile Include="Devices\JetPMBase.cs" /> <Compile Include="Devices\JetVenusSEPM.cs" /> <Compile Include="Devices\JetVenusSEPMBase.cs" /> <Compile Include="Devices\JetVenusPM.cs" /> <Compile Include="Devices\JetKepler2300PM.cs" /> <Compile Include="Devices\PendulumValve.cs" /> <Compile Include="Devices\PlasmaController.cs" /> <Compile Include="Devices\PreAligner\HongHuVPA.cs" /> <Compile Include="Devices\PreAligner\IPreAlign.cs" /> <Compile Include="Devices\SkyPump.cs" /> <Compile Include="Devices\SMCChiller.cs" /> <Compile Include="Devices\TM\HongHuTM.cs" /> <Compile Include="Devices\TM\ITransferRobot.cs" /> <Compile Include="Devices\TM\JetTM.cs" /> <Compile Include="Devices\TM\SIASUNRobot.cs" /> <Compile Include="Devices\VCE\HongHuVce.cs" /> <Compile Include="Devices\TM\HongHuVR.cs" /> <Compile Include="Devices\VirgoSignalTower.cs" /> <Compile Include="FAs\FaEvent.cs" /> <Compile Include="FAs\FaEventItem.cs" /> <Compile Include="FAs\FaHost.cs" /> <Compile Include="FAs\FALogFileCleaner.cs" /> <Compile Include="FAs\FaManager.cs" /> <Compile Include="FAs\IFaHost.cs" /> <Compile Include="FAs\IHostCallback.cs" /> <Compile Include="FAs\VIDMap.cs" /> <Compile Include="Instances\App.xaml.cs"> <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> </ItemGroup> <ItemGroup> <Compile Include="Instances\RtInstance.cs" /> <Compile Include="Instances\ToolLoader.cs" /> <Compile Include="Modules\AutoCycle.cs" /> <Compile Include="Modules\Autotransfer_LP_FA.cs" /> <Compile Include="Modules\EFEM\EFEMAlignRoutine.cs" /> <Compile Include="Modules\EFEM\EfemEntity.cs" /> <Compile Include="Modules\EFEM\EfemHomeRoutine.cs" /> <Compile Include="Modules\EFEM\EfemPickRoutine.cs" /> <Compile Include="Modules\EFEM\EfemPlaceRoutine.cs" /> <Compile Include="Modules\EFEM\EfemSwapRoutine.cs" /> <Compile Include="Modules\EntityTaskBase.cs" /> <Compile Include="Modules\LLs\LLEntity.cs" /> <Compile Include="Modules\LPs\LoadPortClampRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortHomeRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortLoadRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortModule.cs" /> <Compile Include="Modules\LPs\LoadPortReadCarrierIdRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortReadTagDataRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortUnclampRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortUnloadRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortWriteCarrierIdRoutine.cs" /> <Compile Include="Modules\LPs\LoadPortWriteTagDataRoutine.cs" /> <Compile Include="Modules\ManualTransfer.cs" /> <Compile Include="Modules\PMs\GasBoxLeakCheckRoutine.cs" /> <Compile Include="Modules\PMs\GasFlowRoutine.cs" /> <Compile Include="Modules\PMs\LLPickRoutine.cs" /> <Compile Include="Modules\PMs\LLPlaceRoutine.cs" /> <Compile Include="Modules\PMs\LoadLockLeakCheckRoutine.cs" /> <Compile Include="Modules\PMs\LoadLockPumpRoutine.cs" /> <Compile Include="Modules\PMs\LoadLockPurgeRoutine.cs" /> <Compile Include="Modules\PMs\LoadLockVentRoutine.cs" /> <Compile Include="Modules\PMs\PMPartialPressureRoutine.cs" /> <Compile Include="Modules\PMs\PMEntity.cs" /> <Compile Include="Modules\PMs\PMGaslinePurgeRoutine.cs" /> <Compile Include="Modules\PMs\PMGasVerificationRoutine.cs" /> <Compile Include="Modules\PMs\PMHomeRoutine.cs" /> <Compile Include="Modules\PMs\PMLeakCheckRoutine.cs" /> <Compile Include="Modules\PMs\PMProcessRoutine.cs" /> <Compile Include="Modules\PMs\PMProcess_FA.cs" /> <Compile Include="Modules\PMs\PMPurgeRoutine.cs" /> <Compile Include="Modules\PMs\PMRoutineBase.cs" /> <Compile Include="Modules\PMs\PMVATPerformanceRoutine.cs" /> <Compile Include="Modules\PMs\ProcessDefine.cs" /> <Compile Include="Modules\PMs\PumpDownRoutine.cs" /> <Compile Include="Modules\PMs\RFPowerSwitchRoutine.cs" /> <Compile Include="Modules\PMs\StartDryPumpRoutine.cs" /> <Compile Include="Modules\PMs\StartTurboPumpRoutine.cs" /> <Compile Include="Modules\PMs\VentRoutine.cs" /> <Compile Include="Modules\PMs\VenusRecipeFileContext.cs" /> <Compile Include="Modules\PMs\VenusSequenceFileContext.cs" /> <Compile Include="Modules\ResourceMonitor.cs" /> <Compile Include="Modules\RouteManager.cs" /> <Compile Include="Modules\Schedulers\ISchedulerDBCallback.cs" /> <Compile Include="Modules\Schedulers\SchedulerAligner.cs" /> <Compile Include="Modules\Schedulers\SchedulerDBCallback.cs" /> <Compile Include="Modules\Schedulers\SchedulerEfemRobot.cs" /> <Compile Include="Modules\Schedulers\SchedulerLoadLock.cs" /> <Compile Include="Modules\Schedulers\SchedulerLoadPort.cs" /> <Compile Include="Modules\Schedulers\SchedulerModule.cs" /> <Compile Include="Modules\Schedulers\SchedulerPM.cs" /> <Compile Include="Modules\Schedulers\SchedulerTMRobot.cs" /> <Compile Include="Modules\Schedulers\TransferModule.cs" /> <Compile Include="Modules\TMCycle.cs" /> <Compile Include="Modules\TM\MFControlPressureRoutine.cs" /> <Compile Include="Modules\TM\MFHomeRoutine.cs" /> <Compile Include="Modules\TM\MFLeakCheckRoutine.cs" /> <Compile Include="Modules\TM\MFPickRoutine.cs" /> <Compile Include="Modules\TM\MFPlaceRoutine.cs" /> <Compile Include="Modules\TM\MFPMExtendRoutine.cs" /> <Compile Include="Modules\TM\MFPMPickRoutine.cs" /> <Compile Include="Modules\TM\MFPMPlaceRoutine.cs" /> <Compile Include="Modules\TM\MFPMRetractRoutine.cs" /> <Compile Include="Modules\TM\MFPMSwapRoutine.cs" /> <Compile Include="Modules\TM\MFPumpRoutine.cs" /> <Compile Include="Modules\TM\MFPurgeRoutine.cs" /> <Compile Include="Modules\TM\MFSwapRoutine.cs" /> <Compile Include="Modules\TM\MFVentRoutine.cs" /> <Compile Include="Modules\TM\TMEntity.cs" /> <Compile Include="Modules\TM\VenusEntity\SETMEntity.cs" /> <Compile Include="Modules\VCE\VceEntity.cs" /> <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> <Content Include="Config\PM\Kepler2200A\Kepler2200AIoDefine.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Kepler2200A\Kepler2200AInterlock.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Kepler2200A\Kepler2200ADeviceModel.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Kepler2300\Kepler2300DeviceModel.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\VenusSE\VenusSEIoDefine.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\VenusSE\VenusSEDeviceModel.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\DeviceModelVenus_MF.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Kepler2300\Kepler2300Interlock.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Kepler2300\Kepler2300IoDefine.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Venus\VenusInterlock.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\TMInterlock.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\VenusSE\_ioDefineVenus_MF.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\VenusSE\DeviceModelVenus_MF.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\VenusSE\TMInterlock.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\TM\_ioDefineVenus_MF.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Resource Include="RT2.ico" /> <Resource Include="defaultrt.ico" /> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <Content Include="Config\Account\Account.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\ClusterGemModel.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\DBModel.sql"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Venus\VenusDeviceModel.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\SignalTower.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\System.sccfg"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="Config\DeviceModel.xsd"> <SubType>Designer</SubType> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <Content Include="Config\LogDefine.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> </ItemGroup> <ItemGroup> <None Include="App.config" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Framework\Common\Common.csproj"> <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project> <Name>Common</Name> </ProjectReference> <ProjectReference Include="..\Framework\RTCore\RTCore.csproj"> <Project>{bcbd839a-c9a0-4be7-98ca-b0a88ad38e5a}</Project> <Name>RTCore</Name> </ProjectReference> <ProjectReference Include="..\Framework\RTEquipmentLibrary\RTEquipmentLibrary.csproj"> <Project>{090a1e9c-1087-4c8a-b4e0-ff074459e071}</Project> <Name>RTEquipmentLibrary</Name> </ProjectReference> <ProjectReference Include="..\Framework\RTModuleLibrary\RTModuleLibrary.csproj"> <Project>{7c395751-abe6-4b5b-8f3a-bda0fce08f6c}</Project> <Name>RTModuleLibrary</Name> </ProjectReference> <ProjectReference Include="..\Framework\SimulatorCore\SimulatorCore.csproj"> <Project>{ebe55e3f-6dce-47b9-ac61-54a8b9b3482a}</Project> <Name>SimulatorCore</Name> </ProjectReference> <ProjectReference Include="..\Framework\UICore\UICore.csproj"> <Project>{2c9e1df3-1aba-4972-be60-41dd9b3c47a7}</Project> <Name>UICore</Name> </ProjectReference> <ProjectReference Include="..\Venus_Core\Venus_Core.csproj"> <Project>{e40639dd-94a7-4ecd-8137-11496bd0bfa3}</Project> <Name>Venus_Core</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Page Include="Backends\FSM.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Backends\IOMonitorView.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> <Content Include="Config\EventDefine.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\IoProviderConfig.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\RecipeFormat.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\SequenceFormat.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\VenusPreProcess.py"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="Config\PM\Venus\VenusIoDefine.xml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Folder Include="Config\PM\Kepler2200B\" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>python.exe ../../Config/VenusPreProcess.py</PreBuildEvent> </PropertyGroup> <PropertyGroup> <PostBuildEvent>if $(ConfigurationName)==Release ( "$(SolutionDir)\Venus_Setup\Inno Setup 6\ISCC.exe" /Q "$(SolutionDir)\Venus_Setup\Venus_RT.iss" )</PostBuildEvent> </PropertyGroup> </Project>