2016-03-29 17:38:41 -06:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-08-14 09:45:06 -04:00
<Import Project= "..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props" Condition= "Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" />
2016-03-29 17:38:41 -06:00
<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 > {703091E0-F69C-4177-8FAE-C258AC6A65AA}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > FFXIVClassic_Lobby_Server</RootNamespace>
<AssemblyName > FFXIVClassic_Lobby_Server</AssemblyName>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
2016-06-12 20:12:59 +01:00
<IsWebBootstrapper > false</IsWebBootstrapper>
2016-06-08 22:29:04 +01:00
<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>
2016-08-14 09:45:06 -04:00
<NuGetPackageImportStamp > cc1ba6f5</NuGetPackageImportStamp>
2016-03-29 17:38:41 -06:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2016-03-30 20:49:37 -04:00
<OutputPath > bin\Debug\</OutputPath>
2016-03-29 17:38:41 -06:00
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
2016-03-30 20:49:37 -04:00
<OutputPath > bin\Release\</OutputPath>
2016-03-29 17:38:41 -06:00
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Cyotek.Collections.Generic.CircularBuffer" >
<HintPath > ..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll</HintPath>
</Reference>
<Reference Include= "Dapper" >
<HintPath > ..\packages\Dapper.1.42\lib\net45\Dapper.dll</HintPath>
</Reference>
2016-06-12 20:12:59 +01:00
<Reference Include= "FFXIVClassic.Common" >
<HintPath > ..\FFXIVClassic Common Class Lib\bin\Debug\FFXIVClassic.Common.dll</HintPath>
</Reference>
2016-06-20 19:21:19 +01:00
<Reference Include= "MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath > ..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath>
<Private > True</Private>
2016-03-29 17:38:41 -06:00
</Reference>
<Reference Include= "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-14 05:09:30 +01:00
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.3.4\lib\net45\NLog.dll</HintPath>
<Private > True</Private>
</Reference>
2016-03-29 17:38:41 -06:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "dataobjects\Account.cs" />
<Compile Include= "dataobjects\Appearance.cs" />
<Compile Include= "dataobjects\CharaInfo.cs" />
<Compile Include= "dataobjects\Retainer.cs" />
<Compile Include= "dataobjects\Character.cs" />
<Compile Include= "ClientConnection.cs" />
<Compile Include= "ConfigConstants.cs" />
<Compile Include= "Database.cs" />
<Compile Include= "dataobjects\World.cs" />
<Compile Include= "PacketProcessor.cs" />
<Compile Include= "packets\receive\CharacterModifyPacket.cs" />
<Compile Include= "packets\receive\SecurityHandshakePacket.cs" />
<Compile Include= "packets\receive\SelectCharacterPacket.cs" />
<Compile Include= "packets\receive\SessionPacket.cs" />
<Compile Include= "packets\send\CharaCreatorPacket.cs" />
<Compile Include= "packets\send\RetainerListPacket.cs" />
<Compile Include= "packets\send\ErrorPacket.cs" />
<Compile Include= "packets\HardCoded_Packets.cs" />
<Compile Include= "packets\send\SelectCharacterConfirmPacket.cs" />
<Compile Include= "packets\send\CharacterListPacket.cs" />
<Compile Include= "packets\send\ImportListPacket.cs" />
<Compile Include= "packets\send\AccountListPacket.cs" />
<Compile Include= "packets\send\WorldListPacket.cs" />
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Server.cs" />
<Compile Include= "utils\CharacterCreatorUtils.cs" />
</ItemGroup>
<ItemGroup >
2016-06-14 05:09:30 +01:00
<Content Include= "NLog.config" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
2016-06-20 19:21:19 +01:00
<None Include= "app.config" />
2016-06-14 05:09:30 +01:00
<None Include= "NLog.xsd" >
<SubType > Designer</SubType>
</None>
2016-03-29 17:38:41 -06:00
<None Include= "packages.config" />
</ItemGroup>
2016-06-08 22:29:04 +01:00
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.5" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.5 %28x86 and 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>
2016-03-29 17:38:41 -06:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2016-04-05 10:42:42 -07:00
<PropertyGroup >
2016-12-04 21:41:34 +00:00
<PostBuildEvent > xcopy "$(SolutionDir)data\lobby_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)" /y</PostBuildEvent>
2016-04-05 10:42:42 -07:00
</PropertyGroup>
2016-08-14 09:45:06 -04:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable 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\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props'))" />
</Target>
2016-03-29 17:38:41 -06:00
<!-- 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>
-->
2015-08-26 13:38:58 -04:00
</Project>