mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 06:45:37 +01:00
187 lines
7.6 KiB
XML
187 lines
7.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{612FD606-F072-4A04-9054-65BC592E9D3E}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Giants.Launcher</RootNamespace>
|
|
<AssemblyName>Giants</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ApplicationIcon>Resources\giants.ico</ApplicationIcon>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBeta|AnyCPU'">
|
|
<OutputPath>bin\ReleaseBeta\</OutputPath>
|
|
<DefineConstants>TRACE;BETA</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugBeta|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\DebugBeta\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;BETA</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ApplicationNames.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="ConfigDefaults.cs" />
|
|
<Compile Include="ConfigKeys.cs" />
|
|
<Compile Include="ConfigSections.cs" />
|
|
<Compile Include="Renderer\RendererInfo.cs" />
|
|
<Compile Include="Renderer\RenderInfoExtensions.cs" />
|
|
<Compile Include="RegistryKeys.cs" />
|
|
<Compile Include="Updater\ApplicationType.cs" />
|
|
<Compile Include="VersionHelper.cs" />
|
|
<Compile Include="WindowType.cs" />
|
|
<Compile Include="GameSettings.cs" />
|
|
<Compile Include="Forms\ImageButton.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm.cs">
|
|
<SubType>Form</SubType>
|
|
<CustomToolNamespace>Giants.Launcher</CustomToolNamespace>
|
|
</Compile>
|
|
<Compile Include="Forms\LauncherForm.Designer.cs">
|
|
<DependentUpon>LauncherForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Native\NativeMethods.cs" />
|
|
<Compile Include="Native\RendererInterop.cs" />
|
|
<Compile Include="Forms\OptionsForm.cs">
|
|
<SubType>Form</SubType>
|
|
<CustomToolNamespace>Giants.Launcher</CustomToolNamespace>
|
|
</Compile>
|
|
<Compile Include="Forms\OptionsForm.Designer.cs">
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ScreenResolution.cs" />
|
|
<Compile Include="Updater\UpdateInfo.cs" />
|
|
<EmbeddedResource Include="Forms\LauncherForm.resx">
|
|
<DependentUpon>LauncherForm.cs</DependentUpon>
|
|
<CustomToolNamespace>Giants.Launcher</CustomToolNamespace>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\OptionsForm.resx">
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
<CustomToolNamespace>Giants.Launcher</CustomToolNamespace>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Updater\Updater.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="packages.lock.json" />
|
|
<None Include="GiantsDefault.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Resources\LauncherStart.wav" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\backdrop.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\exit.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\options.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\play.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\playhover.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\playpush.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\exithover.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\exitpush.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\optionshover.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Resources\optionspush.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\giants.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Giants.WebApi.Clients\Giants.WebApi.Clients.csproj">
|
|
<Project>{d4c21170-82d4-4d1f-81ec-036835ac1238}</Project>
|
|
<Name>Giants.WebApi.Clients</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="PostBuild" AfterTargets="Build">
|
|
<Copy Condition="$(GameImagePath) != ''" SourceFiles="$(TargetPath)" DestinationFolder="$(GameImagePath)" SkipUnchangedFiles="true" />
|
|
<Copy Condition="$(GameImagePath) != ''" SourceFiles="@(ReferenceCopyLocalPaths)" DestinationFolder="$(GameImagePath)" SkipUnchangedFiles="true" />
|
|
<CallTarget Condition="$(GIANTS_PATH) != ''" Targets="CopyTargetToGameFolder" />
|
|
</Target>
|
|
</Project> |