You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb none #jira UE-70509 [FYI] Peter.Sauerbrei #ROBOMERGE-OWNER: ryan.gerleve #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 5174514 in //UE4/Release-4.22/... via CL 5207569 #ROBOMERGE-BOT: ENGINE (Main -> Dev-Networking) [CL 5235370 by ben marsh in Dev-Networking branch]
416 lines
18 KiB
XML
416 lines
18 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Development</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{FD7C5E1A-CFE4-4FD5-A525-1EB1599A39AC}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>UnrealBuildTool</RootNamespace>
|
|
<AssemblyName>UnrealBuildTool</AssemblyName>
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<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)' == 'Development|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\Binaries\DotNET\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<DocumentationFile>..\..\..\Binaries\DotNET\UnrealBuildTool.xml</DocumentationFile>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>..\..\..\Binaries\DotNET\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<Optimize>false</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<DocumentationFile>..\..\..\Binaries\DotNET\UnrealBuildTool.XML</DocumentationFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Ionic.Zip.Reduced">
|
|
<HintPath>..\..\..\Binaries\DotNET\Ionic.Zip.Reduced.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.Setup.Configuration.Interop">
|
|
<HintPath>..\..\..\Binaries\ThirdParty\VisualStudio\Microsoft.VisualStudio.Setup.Configuration.Interop.dll</HintPath>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\XboxOne\UEBuildXboxOne.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\XboxOne\UEBuildXboxOne.cs" />
|
|
<Compile Include="Platform\XboxOne\XboxOneToolChain.cs" />
|
|
<Compile Include="Platform\XboxOne\XboxOneDeploy.cs" />
|
|
<Compile Include="Platform\XboxOne\XboxOneExports.cs" />
|
|
<Compile Include="Platform\XboxOne\XboxOneProjectGenerator.cs" />
|
|
<Compile Include="Platform\XboxOne\XboxOneManifestGenerator.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Switch\UEBuildSwitch.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Switch\SwitchExports.cs" />
|
|
<Compile Include="Platform\Switch\SwitchProjectGenerator.cs" />
|
|
<Compile Include="Platform\Switch\SwitchToolChain.cs" />
|
|
<Compile Include="Platform\Switch\UEBuildSwitch.cs" />
|
|
<Compile Include="Platform\Switch\UEDeploySwitch.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\PS4\UEBuildPS4.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\PS4\PS4ProjectGenerator.cs" />
|
|
<Compile Include="Platform\PS4\PS4ToolChain.cs" />
|
|
<Compile Include="Platform\PS4\UEBuildPS4.cs" />
|
|
<Compile Include="Platform\PS4\UEDeployPS4.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Lumin\UEBuildLumin.cs')" />
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Mac\UEBuildMac.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Mac\MacExports.cs" />
|
|
<Compile Include="Platform\Mac\MacToolChain.cs" />
|
|
<Compile Include="Platform\Mac\UEBuildMac.cs" />
|
|
<Compile Include="Platform\Mac\MacProjectGenerator.cs" />
|
|
<Compile Include="Platform\Mac\UEDeployMac.cs" />
|
|
<Compile Include="ToolChain\AppleToolChain.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Quail\UEBuildQuail.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Quail\QuailProjectGenerator.cs" />
|
|
<Compile Include="Platform\Quail\QuailToolChain.cs" />
|
|
<Compile Include="Platform\Quail\UEBuildQuail.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<ItemGroup>
|
|
<Compile Include="Executors\HybridExecutor.cs" />
|
|
<Compile Include="Modes\BuildMode.cs" />
|
|
<Compile Include="Modes\CleanMode.cs" />
|
|
<Compile Include="Modes\DeployMode.cs" />
|
|
<Compile Include="Modes\JsonExportMode.cs" />
|
|
<Compile Include="Modes\GenerateProjectFilesMode.cs" />
|
|
<Compile Include="Modes\SetupPlatformsMode.cs" />
|
|
<Compile Include="Modes\ValidatePlatformsMode.cs" />
|
|
<Compile Include="Modes\WriteDocumentationMode.cs" />
|
|
<Compile Include="Configuration\ModuleRules.cs" />
|
|
<Compile Include="Configuration\PlatformTargetRules.cs" />
|
|
<Compile Include="Configuration\TargetDescriptor.cs" />
|
|
<Compile Include="Configuration\UEBuildModuleExternal.cs" />
|
|
<Compile Include="Configuration\UEBuildPlatformFactory.cs" />
|
|
<Compile Include="Configuration\UEBuildPlatformSDK.cs" />
|
|
<Compile Include="Configuration\UEBuildPlugin.cs" />
|
|
<Compile Include="Executors\Distcc.cs" />
|
|
<Compile Include="Executors\LocalExecutor.cs" />
|
|
<Compile Include="Executors\ParallelExecutor.cs" />
|
|
<Compile Include="Executors\SNDBS.cs" />
|
|
<Compile Include="Executors\XGE.cs" />
|
|
<Compile Include="Modes\WriteMetadataMode.cs" />
|
|
<Compile Include="Platform\IOS\IOSPostBuildSyncMode.cs" />
|
|
<Compile Include="Platform\IOS\MobileProvisionContents.cs" />
|
|
<Compile Include="Platform\Lumin\UEDeployLumin.cs" />
|
|
<Compile Include="ProjectFiles\CLion\CLionGenerator.cs" />
|
|
<Compile Include="ProjectFiles\CMake\CMakefileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\CodeLite\CodeLiteGenerator.cs" />
|
|
<Compile Include="ProjectFiles\CodeLite\CodeLiteProject.cs" />
|
|
<Compile Include="ProjectFiles\Eddie\EddieGenerator.cs" />
|
|
<Compile Include="ProjectFiles\Eddie\EddieProject.cs" />
|
|
<Compile Include="ProjectFiles\KDevelop\KDevelopGenerator.cs" />
|
|
<Compile Include="ProjectFiles\Make\MakefileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\PlatformProjectGenerator.cs" />
|
|
<Compile Include="ProjectFiles\PlatformProjectGeneratorCollection.cs" />
|
|
<Compile Include="ProjectFiles\Project.cs" />
|
|
<Compile Include="ProjectFiles\ProjectFileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\QMake\QMakefileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\VisualStudioCode\VSCodeProjectFileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\VisualStudio\VCProject.cs" />
|
|
<Compile Include="ProjectFiles\VisualStudio\VCProjectFileGenerator.cs" />
|
|
<Compile Include="ProjectFiles\VisualStudio\VCSolutionOptions.cs" />
|
|
<Compile Include="ProjectFiles\Xcode\XcodeProject.cs" />
|
|
<Compile Include="ProjectFiles\Xcode\XcodeProjectFileGenerator.cs" />
|
|
<Compile Include="System\Action.cs" />
|
|
<Compile Include="System\ActionExecutor.cs" />
|
|
<Compile Include="System\Asn.cs" />
|
|
<Compile Include="System\BuildVersion.cs" />
|
|
<Compile Include="System\CppCompileEnvironment.cs" />
|
|
<Compile Include="System\CppDependencyCache.cs" />
|
|
<Compile Include="System\CppIncludeParser.cs" />
|
|
<Compile Include="System\FileMetadataPrefetch.cs" />
|
|
<Compile Include="System\SourceFileMetadataCache.cs" />
|
|
<Compile Include="System\DataDrivenPlatformInfo.cs" />
|
|
<Compile Include="System\DirectoryItem.cs" />
|
|
<Compile Include="System\EncryptionAndSigning.cs" />
|
|
<Compile Include="System\HotReload.cs" />
|
|
<Compile Include="System\NativeProjects.cs" />
|
|
<Compile Include="System\ModuleManifest.cs" />
|
|
<Compile Include="System\PluginReferenceDescriptor.cs" />
|
|
<Compile Include="System\PrecompiledManifest.cs" />
|
|
<Compile Include="System\RulesDocumentation.cs" />
|
|
<Compile Include="System\PrecompiledHeaderInstance.cs" />
|
|
<Compile Include="System\PrecompiledHeaderTemplate.cs" />
|
|
<Compile Include="Configuration\TargetInfo.cs" />
|
|
<Compile Include="Configuration\TargetRules.cs" />
|
|
<Compile Include="Configuration\UEBuildBundleResource.cs" />
|
|
<Compile Include="Configuration\UEBuildFramework.cs" />
|
|
<Compile Include="Configuration\UEBuildModuleCPP.cs" />
|
|
<Compile Include="System\PlatformExports.cs" />
|
|
<Compile Include="System\CommandLine.cs" />
|
|
<Compile Include="System\ConfigCache.cs" />
|
|
<Compile Include="System\ConfigFile.cs" />
|
|
<Compile Include="System\ConfigFileAttribute.cs" />
|
|
<Compile Include="System\ConfigHierarchy.cs" />
|
|
<Compile Include="System\CustomBuildSteps.cs" />
|
|
<Compile Include="System\InstalledPlatformInfo.cs" />
|
|
<Compile Include="System\LocalizationDescriptor.cs" />
|
|
<Compile Include="System\ObsoleteOverrideAttribute.cs" />
|
|
<Compile Include="System\ProgressWriter.cs" />
|
|
<Compile Include="System\RulesAssembly.cs" />
|
|
<Compile Include="System\ScopedTimer.cs" />
|
|
<Compile Include="System\SingleInstanceMutex.cs" />
|
|
<Compile Include="System\SourceFileWorkingSet.cs" />
|
|
<Compile Include="System\StartupTraceListener.cs" />
|
|
<Compile Include="System\SupportedConfigurationsAttribute.cs" />
|
|
<Compile Include="System\SupportedPlatformsAttribute.cs" />
|
|
<Compile Include="System\TargetMakefile.cs" />
|
|
<Compile Include="System\TargetReceipt.cs" />
|
|
<Compile Include="System\Timeline.cs" />
|
|
<Compile Include="System\ToolMode.cs" />
|
|
<Compile Include="System\VersionNumber.cs" />
|
|
<Compile Include="System\XmlConfig.cs" />
|
|
<Compile Include="System\XmlConfigData.cs" />
|
|
<Compile Include="System\XmlConfigFile.cs" />
|
|
<Compile Include="System\XmlConfigFileAttribute.cs" />
|
|
<Compile Include="System\UnrealPluginLanguage.cs" />
|
|
<Compile Include="ProjectFiles\VisualStudioMac\VisualStudioMacProjectFileGenerator.cs" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\TVOS\UEBuildTVOS.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\TVOS\TVOSExports.cs" />
|
|
<Compile Include="Platform\TVOS\TVOSProjectGenerator.cs" />
|
|
<Compile Include="Platform\TVOS\TVOSToolChain.cs" />
|
|
<Compile Include="Platform\TVOS\UEBuildTVOS.cs" />
|
|
<Compile Include="Platform\TVOS\UEDeployTVOS.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Android\UEBuildAndroid.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Android\UEBuildAndroid.cs" />
|
|
<Compile Include="Platform\Android\UEDeployAndroid.cs" />
|
|
<Compile Include="Platform\Android\AndroidAARHandler.cs" />
|
|
<Compile Include="Platform\Android\AndroidExports.cs" />
|
|
<Compile Include="Platform\Android\AndroidToolChain.cs" />
|
|
<Compile Include="Platform\Android\AndroidProjectGenerator.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Android\NoRedist\AndroidToolChainInternal.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Android\NoRedist\AndroidToolChainInternal.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<ItemGroup>
|
|
<Compile Include="ToolChain\RemoteMac.cs" />
|
|
<Compile Include="UnrealBuildTool.cs" />
|
|
<Compile Include="Platform\Windows\PVSToolChain.cs" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\IOS\UEBuildIOS.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\IOS\IOSExports.cs" />
|
|
<Compile Include="Platform\IOS\IOSProjectGenerator.cs" />
|
|
<Compile Include="Platform\IOS\IOSToolChain.cs" />
|
|
<Compile Include="Platform\IOS\UEBuildIOS.cs" />
|
|
<Compile Include="Platform\IOS\UEDeployIOS.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\IOS\NoRedist\IOSToolChainInternal.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\IOS\NoRedist\IOSToolChainInternal.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\HTML5\UEBuildHTML5.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\HTML5\HTML5ProjectGenerator.cs" />
|
|
<Compile Include="Platform\HTML5\HTML5ToolChain.cs" />
|
|
<Compile Include="Platform\HTML5\UEBuildHTML5.cs" />
|
|
<Compile Include="Platform\HTML5\HTML5SDKInfo.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Linux\UEBuildLinux.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Linux\LinuxCommon.cs" />
|
|
<Compile Include="Platform\Linux\LinuxExports.cs" />
|
|
<Compile Include="Platform\Linux\LinuxProjectGenerator.cs" />
|
|
<Compile Include="Platform\Linux\LinuxToolChain.cs" />
|
|
<Compile Include="Platform\Linux\UEBuildLinux.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('Platform\Lumin\UEBuildLumin.cs')">
|
|
<ItemGroup>
|
|
<Compile Include="Platform\Lumin\LuminExports.cs" />
|
|
<Compile Include="Platform\Lumin\LuminProjectGenerator.cs" />
|
|
<Compile Include="Platform\Lumin\LuminToolChain.cs" />
|
|
<Compile Include="Platform\Lumin\UEBuildLumin.cs" />
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Choose>
|
|
<When Condition="Exists('System\NotForLicensees\TelemetryProviderET.cs')" />
|
|
</Choose>
|
|
<ItemGroup>
|
|
<Compile Include="..\DotNETCommon\MetaData.cs">
|
|
<Link>Properties\MetaData.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Configuration\UEBuildDeploy.cs" />
|
|
<Compile Include="Configuration\UEBuildBinary.cs" />
|
|
<Compile Include="Configuration\UEBuildModule.cs" />
|
|
<Compile Include="Configuration\UEBuildPlatform.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Configuration\UEBuildTarget.cs" />
|
|
<Compile Include="System\ActionGraph.cs" />
|
|
<Compile Include="System\ActionHistory.cs" />
|
|
<Compile Include="System\BuildException.cs" />
|
|
<Compile Include="Configuration\BuildConfiguration.cs" />
|
|
<Compile Include="System\BuildHostPlatform.cs" />
|
|
<Compile Include="System\ModuleDescriptor.cs" />
|
|
<Compile Include="System\PluginDescriptor.cs" />
|
|
<Compile Include="System\ProjectDescriptor.cs" />
|
|
<Compile Include="System\DirectoryLookupCache.cs" />
|
|
<Compile Include="System\DynamicCompilation.cs" />
|
|
<Compile Include="System\ExternalExecution.cs" />
|
|
<Compile Include="System\FileItem.cs" />
|
|
<Compile Include="System\JunkDeleter.cs" />
|
|
<Compile Include="System\LinkEnvironment.cs" />
|
|
<Compile Include="System\Plugins.cs" />
|
|
<Compile Include="System\RulesCompiler.cs" />
|
|
<Compile Include="System\SourceFileSearch.cs" />
|
|
<Compile Include="System\Unity.cs" />
|
|
<Compile Include="System\Utils.cs" />
|
|
<Compile Include="ToolChain\UEToolChain.cs" />
|
|
<Compile Include="Platform\Windows\UEBuildWindows.cs" />
|
|
<Compile Include="Platform\Windows\VCEnvironment.cs" />
|
|
<Compile Include="Platform\Windows\VCToolChain.cs" />
|
|
<Compile Include="Platform\Windows\WindowsExports.cs" />
|
|
<Compile Include="Platform\Windows\WindowsProjectGenerator.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
<Install>false</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>
|
|
<None Include="app.config" />
|
|
<None Include="app.manifest" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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>
|
|
-->
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotNETCommon\DotNETUtilities\DotNETUtilities.csproj">
|
|
<Project>{5d7d66e8-8c76-4af9-b3ec-2ef03421d730}</Project>
|
|
<Name>DotNETUtilities</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
</Project> |