ServerGridEditor/Src/ServerGridEditor/ServerGridEditor.csproj
Andrew DeLisa cc20706b36 Add dialog for customizing slippy map export (#40)
* add slippy export dialog which allows customization of output

* hide icon in export slippy map dialog
2019-01-07 14:25:36 -05:00

340 lines
No EOL
15 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{9B3C74B8-57C2-4CF5-8BAD-C5C0D9123532}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ServerGridEditor</RootNamespace>
<AssemblyName>ServerGridEditor</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\unused\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\unused\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>..\..\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Magick.NET-Q16-AnyCPU, Version=7.9.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=MSIL">
<HintPath>..\packages\Magick.NET-Q16-AnyCPU.7.9.0.1\lib\net40\Magick.NET-Q16-AnyCPU.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<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.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Code\DiscoveryZone.cs" />
<Compile Include="Code\GlobalSettings.cs" />
<Compile Include="Code\Island.cs" />
<Compile Include="Code\MoveableObject.cs" />
<Compile Include="Code\Project.cs" />
<Compile Include="Code\ShipPath.cs" />
<Compile Include="Code\SlippyMap.cs" />
<Compile Include="Code\Spawners.cs" />
<Compile Include="Code\SpawnRegion.cs" />
<Compile Include="Forms\EditServerTemplate.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditServerTemplate.Designer.cs">
<DependentUpon>EditServerTemplate.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditServerTemplates.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditServerTemplates.Designer.cs">
<DependentUpon>EditServerTemplates.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditAllLocksForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditAllLocksForm.Designer.cs">
<DependentUpon>EditAllLocksForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\ExportSlippyMap.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\ExportSlippyMap.Designer.cs">
<DependentUpon>ExportSlippyMap.cs</DependentUpon>
</Compile>
<Compile Include="Forms\SharedLogConfigForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\SharedLogConfigForm.Designer.cs">
<DependentUpon>SharedLogConfigForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\TribeLogConfigForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\TribeLogConfigForm.Designer.cs">
<DependentUpon>TribeLogConfigForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\TravelDataConfigForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\TravelDataConfigForm.Designer.cs">
<DependentUpon>TravelDataConfigForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditDiscoveryZoneInstance.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditDiscoveryZoneInstance.Designer.cs">
<DependentUpon>EditDiscoveryZoneInstance.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditDiscoZonesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditDiscoZonesForm.Designer.cs">
<DependentUpon>EditDiscoZonesForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditIslandInstance.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditIslandInstance.Designer.cs">
<DependentUpon>EditIslandInstance.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditShipPath.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditShipPath.Designer.cs">
<DependentUpon>EditShipPath.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditSpawnerTemplatesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditSpawnerTemplatesForm.Designer.cs">
<DependentUpon>EditSpawnerTemplatesForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditSpawnRegions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditSpawnRegions.Designer.cs">
<DependentUpon>EditSpawnRegions.cs</DependentUpon>
</Compile>
<Compile Include="Forms\LocksForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\LocksForm.Designer.cs">
<DependentUpon>LocksForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\ProgressForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\ProgressForm.Designer.cs">
<DependentUpon>ProgressForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\EditServerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\EditServerForm.Designer.cs">
<DependentUpon>EditServerForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\CreateProjectForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\CreateProjectForm.Designer.cs">
<DependentUpon>CreateProjectForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\MapPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Code\Server.cs" />
<Compile Include="Code\StaticHelpers.cs" />
<Compile Include="Forms\MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\CreateIslandForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\CreateIslandForm.Designer.cs">
<DependentUpon>CreateIslandForm.cs</DependentUpon>
</Compile>
<Compile Include="Code\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Forms\EditServerTemplate.resx">
<DependentUpon>EditServerTemplate.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditServerTemplates.resx">
<DependentUpon>EditServerTemplates.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditAllLocksForm.resx">
<DependentUpon>EditAllLocksForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ExportSlippyMap.resx">
<DependentUpon>ExportSlippyMap.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SharedLogConfigForm.resx">
<DependentUpon>SharedLogConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TribeLogConfigForm.resx">
<DependentUpon>TribeLogConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TravelDataConfigForm.resx">
<DependentUpon>TravelDataConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditDiscoveryZoneInstance.resx">
<DependentUpon>EditDiscoveryZoneInstance.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditDiscoZonesForm.resx">
<DependentUpon>EditDiscoZonesForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditIslandInstance.resx">
<DependentUpon>EditIslandInstance.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditShipPath.resx">
<DependentUpon>EditShipPath.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditSpawnerTemplatesForm.resx">
<DependentUpon>EditSpawnerTemplatesForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditSpawnRegions.resx">
<DependentUpon>EditSpawnRegions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\LocksForm.resx">
<DependentUpon>LocksForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ProgressForm.resx">
<DependentUpon>ProgressForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditServerForm.resx">
<DependentUpon>EditServerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CreateProjectForm.resx">
<DependentUpon>CreateProjectForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CreateIslandForm.resx">
<DependentUpon>CreateIslandForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="FodyWeavers.xml" />
<Content Include="icon.ico" />
<Content Include="Resources\discoZoneBox.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\lock.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\pencur.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AtlasGridDataLibrary\AtlasGridDataLibrary.csproj">
<Project>{8a276721-fe14-4414-8c0a-1b3ecc282195}</Project>
<Name>AtlasGridDataLibrary</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.0\build\dotnet\Fody.targets'))" />
<Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
</Target>
<Import Project="..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.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>
-->
</Project>