<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{C42962A1-8796-4F47-9DCD-79ED5904D8CA}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>FSO.Common</RootNamespace> <AssemblyName>FSO.Common</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> <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> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> <TargetFrameworkProfile /> </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> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <Prefer32Bit>false</Prefer32Bit> <UseVSHostingProcess>true</UseVSHostingProcess> </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> <Prefer32Bit>false</Prefer32Bit> <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> <ItemGroup> <Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> <HintPath>..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath> </Reference> <Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> <HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> </ItemGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ServerRelease|AnyCPU'"> <OutputPath>bin\ServerRelease\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ServerRelease|x86'"> <OutputPath>bin\x86\ServerRelease\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> <Reference Include="Mina.NET, Version=2.0.11.0, Culture=neutral, PublicKeyToken=bc4dde96e5154fe5, processorArchitecture=MSIL"> <HintPath>..\packages\Mina.2.0.11\lib\net40\Mina.NET.dll</HintPath> </Reference> <Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\MonoGame.Framework.Portable.3.6.0.1625\lib\portable-net45+win8+wpa81\MonoGame.Framework.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL"> <HintPath>..\packages\Portable.Ninject.3.3.1\lib\net40-client\Ninject.dll</HintPath> </Reference> <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> <HintPath>..\packages\NLog.4.5.7\lib\net45\NLog.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> </Reference> <Reference Include="System.Configuration" /> <Reference Include="System.Core"> </Reference> <Reference Include="System.IO.Compression" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Transactions" /> <Reference Include="System.Web" /> <Reference Include="System.Xml.Linq"> </Reference> <Reference Include="System.Data.DataSetExtensions"> </Reference> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Audio\MP3Player.cs" /> <Compile Include="ClientEpoch.cs" /> <Compile Include="Content\ContentID.cs" /> <Compile Include="Content\IContentProvider.cs" /> <Compile Include="Content\IContentReference.cs" /> <Compile Include="Enum\LotCategory.cs" /> <Compile Include="Enum\Top100Category.cs" /> <Compile Include="FSOEnvironment.cs" /> <Compile Include="IniConfig.cs" /> <Compile Include="Enum\UserReferenceType.cs" /> <Compile Include="MeshSimplify\MSRef.cs" /> <Compile Include="MeshSimplify\MSTriangle.cs" /> <Compile Include="MeshSimplify\Simplify.cs" /> <Compile Include="MeshSimplify\SymmetricMatrix.cs" /> <Compile Include="MeshSimplify\MSVertex.cs" /> <Compile Include="Model\DynamicTuning.cs" /> <Compile Include="Model\DynTuningEntry.cs" /> <Compile Include="Model\IntersectRectSet.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Rendering\CachableTexture2D.cs" /> <Compile Include="Rendering\Emoji\EmojiCache.cs" /> <Compile Include="Rendering\Emoji\EmojiDictionary.cs" /> <Compile Include="Rendering\Emoji\EmojiProvider.cs" /> <Compile Include="Rendering\Framework\3DComponent.cs" /> <Compile Include="Rendering\Framework\3DLayer.cs" /> <Compile Include="Rendering\Framework\3DScene.cs" /> <Compile Include="Rendering\Framework\3DTargetScene.cs" /> <Compile Include="Rendering\Framework\Camera\BasicCamera.cs" /> <Compile Include="Rendering\Framework\Camera\ICamera.cs" /> <Compile Include="Rendering\Framework\Camera\ManualCamera.cs" /> <Compile Include="Rendering\Framework\Camera\OrthographicCamera.cs" /> <Compile Include="Rendering\Framework\CursorManager.cs" /> <Compile Include="Rendering\Framework\Game.cs" /> <Compile Include="Rendering\Framework\GameScreen.cs" /> <Compile Include="Rendering\Framework\I3DGeometry.cs" /> <Compile Include="Rendering\Framework\IGraphicsLayer.cs" /> <Compile Include="Rendering\Framework\IO\ClipboardHandler.cs" /> <Compile Include="Rendering\Framework\IO\IDepthProvider.cs" /> <Compile Include="Rendering\Framework\IO\IFocusableUI.cs" /> <Compile Include="Rendering\Framework\IO\InputManager.cs" /> <Compile Include="Rendering\Framework\IO\MouseEvent.cs" /> <Compile Include="Rendering\Framework\Model\UIState.cs" /> <Compile Include="Rendering\Framework\Model\UpdateState.cs" /> <Compile Include="Rendering\Framework\Shapes\3DCube.cs" /> <Compile Include="Rendering\Framework\UpdateHookDelegate.cs" /> <Compile Include="Rendering\Framework\3DAbstract.cs" /> <Compile Include="Rendering\TextureInfo.cs" /> <Compile Include="Rendering\TimeOfDayConfig.cs" /> <Compile Include="Security\AvatarPermissions.cs" /> <Compile Include="Security\ISecurityContext.cs" /> <Compile Include="Security\NullSecurityContext.cs" /> <Compile Include="Serialization\ISerializationContext.cs" /> <Compile Include="Serialization\Primitives\cTSOGenericData.cs" /> <Compile Include="Serialization\Primitives\cTSONetMessageStandard.cs" /> <Compile Include="Serialization\Primitives\cTSOProperty.cs" /> <Compile Include="Serialization\Primitives\cTSOTopicUpdateMessage.cs" /> <Compile Include="Serialization\SerializationContext.cs" /> <Compile Include="Serialization\ModelSerializer.cs" /> <Compile Include="Serialization\IModelSerializer.cs" /> <Compile Include="Serialization\IoBufferDeserializable.cs" /> <Compile Include="Serialization\IoBufferSerializable.cs" /> <Compile Include="Serialization\IoBufferUtils.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueBooleanMap.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueBooleanVector.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueGenericData.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueUInt32Vector.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueBoolean.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueDecorated.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueSByte.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueByte.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueSByteVector.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueByteVector.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueString.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueStringVector.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueUInt16.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueUInt32.cs" /> <Compile Include="Serialization\TypeSerializers\cTSOValueUInt64.cs" /> <Compile Include="TS1\TS1Curve.cs" /> <Compile Include="Utils\AssemblyUtils.cs" /> <Compile Include="Utils\Base64JsonConverter.cs" /> <Compile Include="Utils\BBCodeParser.cs" /> <Compile Include="Utils\Binding.cs" /> <Compile Include="Utils\Cache\CacheKey.cs" /> <Compile Include="Utils\Cache\FileSystemCache.cs" /> <Compile Include="Utils\Cache\ICache.cs" /> <Compile Include="Utils\Callback.cs" /> <Compile Include="Utils\CollectionUtils.cs" /> <Compile Include="Utils\CurLoader.cs" /> <Compile Include="Utils\DebugUtils.cs" /> <Compile Include="Utils\DirectionUtils.cs" /> <Compile Include="Utils\DotPath.cs" /> <Compile Include="Utils\FeatureLevelTest.cs" /> <Compile Include="Utils\FileUtils.cs" /> <Compile Include="Utils\GameThread.cs" /> <Compile Include="Utils\HTMLPrinter.cs" /> <Compile Include="Utils\IffPrinter.cs" /> <Compile Include="Utils\ITimedCachable.cs" /> <Compile Include="Utils\IXMLEntity.cs" /> <Compile Include="Utils\LinqUtils.cs" /> <Compile Include="Utils\MoneyFormatter.cs" /> <Compile Include="Utils\PathCaseTools.cs" /> <Compile Include="Utils\Promise.cs" /> <Compile Include="Utils\PPXDepthEngine.cs" /> <Compile Include="Utils\StateMachine.cs" /> <Compile Include="Utils\TextureGenerator.cs" /> <Compile Include="Utils\TextureUtils.cs" /> <Compile Include="Utils\TimedReferenceCache.cs" /> <Compile Include="Utils\TSOTime.cs" /> <Compile Include="Utils\ValuePointer.cs" /> <Compile Include="Utils\XMLList.cs" /> <Compile Include="WorldGeometry\MeshProjector.cs" /> <Compile Include="WorldGeometry\Paths\LinePath.cs" /> <Compile Include="WorldGeometry\Paths\SVGParser.cs" /> <Compile Include="WorldGeometry\RoadGeometry.cs" /> <Compile Include="WorldGeometry\SimplifiedHeightmap.cs" /> <Compile Include="WorldGeometry\TS1RoadTemplates.cs" /> <Compile Include="WorldGeometry\Utils\TriangleSet.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Other\libs\mp3sharp\mp3sharp\Mp3Sharp.csproj"> <Project>{834cab58-648d-47cc-ac6f-d01c08c809a4}</Project> <Name>Mp3Sharp</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="Content\SDL2.dll" /> <Content Include="version.txt"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.0"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> <Visible>False</Visible> <ProductName>Windows Installer 3.1</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <None Include="app.config" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>