2019-06-19 00:05:18 -04:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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')" />
<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 > Meteor.Lobby</RootNamespace>
<AssemblyName > Lobby Server</AssemblyName>
<TargetFrameworkVersion > v4.5.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<IsWebBootstrapper > false</IsWebBootstrapper>
2019-06-19 00:17:39 -04:00
<NuGetPackageImportStamp > cc1ba6f5</NuGetPackageImportStamp>
<TargetFrameworkProfile />
2019-06-19 00:05:18 -04: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>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<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>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
<DebugSymbols > true</DebugSymbols>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<DebugType > full</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
<OutputPath > bin\x64\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
<PlatformTarget > x64</PlatformTarget>
<ErrorReport > prompt</ErrorReport>
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit > true</Prefer32Bit>
</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= "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>
</Reference>
<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>
<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= "CharacterCreatorUtils.cs" />
</ItemGroup>
<ItemGroup >
<Content Include= "NLog.config" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
<None Include= "app.config" />
<None Include= "NLog.xsd" >
<SubType > Designer</SubType>
</None>
<None Include= "packages.config" />
</ItemGroup>
<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>
2019-06-19 00:17:39 -04:00
<ItemGroup >
<ProjectReference Include= "..\Common Class Lib\Common Class Lib.csproj" >
<Project > {3A3D6626-C820-4C18-8C81-64811424F20E}</Project>
<Name > Common Class Lib</Name>
</ProjectReference>
</ItemGroup>
2019-06-19 00:05:18 -04:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
<PostBuildEvent > xcopy "$(SolutionDir)data\lobby_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)" /y</PostBuildEvent>
</PropertyGroup>
<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>
<!-- 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>