98 lines
4.6 KiB
XML
98 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProgramFilesPath Condition="Exists('$(PROGRAMFILES) (x86)')">$(PROGRAMFILES) (x86)</ProgramFilesPath>
|
|
<ProgramFilesPath Condition="$(ProgramFilesPath) == ''">$(PROGRAMFILES)</ProgramFilesPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProjectGuid>{7FA61496-CA18-4EAA-B2B6-EB254C8A781D}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Package</OutputType>
|
|
<RootNamespace>InstallerMSI</RootNamespace>
|
|
<OutputName>Installer</OutputName>
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
<SupressIces>ICE45</SupressIces>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<StartAction>Project</StartAction>
|
|
<Name>Gear</Name>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
|
<BaseOutputPath>obj\x86\Release</BaseOutputPath>
|
|
<IntermediateOutputPath>obj\x86\Release</IntermediateOutputPath>
|
|
<SuppressAllWarnings>True</SuppressAllWarnings>
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<BaseOutputPath>obj\x86\Debug</BaseOutputPath>
|
|
<IntermediateOutputPath>obj\x86\Debug</IntermediateOutputPath>
|
|
<SuppressAllWarnings>True</SuppressAllWarnings>
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<IntermediateOutputPath>obj\x64\Release\</IntermediateOutputPath>
|
|
<SuppressAllWarnings>True</SuppressAllWarnings>
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<IntermediateOutputPath>obj\x86\Debug\</IntermediateOutputPath>
|
|
<SuppressAllWarnings>True</SuppressAllWarnings>
|
|
<SuppressPdbOutput>True</SuppressPdbOutput>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<WindowsSDK>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows@CurrentInstallFolder)</WindowsSDK>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="$(WindowsSDK) == ''">
|
|
<WindowsSDK>$(registry:HKEY_CURRENT_USER\SOFTWARE\Microsoft\Microsoft SDKs\Windows@CurrentInstallFolder)</WindowsSDK>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<mt_exe>$(WindowsSDK)bin\mt.exe</mt_exe>
|
|
<DefineConstants>$(DefineConstants);ReleaseFilesSource=D:\XplorePlane\ReleaseFiles</DefineConstants>
|
|
</PropertyGroup>
|
|
<Import Project="$(WixTargetsPath)" />
|
|
<ItemGroup>
|
|
<WixExtension Include="WixNetFxExtension">
|
|
<HintPath>$(WixToolPath)\WixNetFxExtension.dll</HintPath>
|
|
<Name>WixNetFxExtension</Name>
|
|
</WixExtension>
|
|
<WixExtension Include="WixUtilExtension">
|
|
<HintPath>$(WixToolPath)\WixUtilExtension.dll</HintPath>
|
|
<Name>WixUtilExtension</Name>
|
|
</WixExtension>
|
|
<Compile Include="..\WebUpdater\UpdaterFiles.wxs">
|
|
<Link>UpdaterFiles.wxs</Link>
|
|
</Compile>
|
|
<Compile Include="ReleaseFilesRoot.wxs" />
|
|
<Compile Include="ReleaseFiles.generated.wxs" />
|
|
<Compile Include="Setup.wxs" />
|
|
<Compile Include="UI_Texts.wxs" />
|
|
<Folder Include="UIresource" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Defines.wxi" />
|
|
<Content Include="ProjectDefaults.wxi" />
|
|
</ItemGroup>
|
|
</Project>
|