<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net45</TargetFramework> <OutputType>Library</OutputType> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ServerRelease|AnyCPU'"> <OutputPath>bin\ServerRelease\</OutputPath> <Optimize>true</Optimize> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\FSO.Common.Domain\FSO.Common.Domain.csproj" /> <ProjectReference Include="..\FSO.Server.Common\FSO.Server.Common.csproj" /> <ProjectReference Include="..\FSO.Server.Database\FSO.Server.Database.csproj" /> <ProjectReference Include="..\FSO.Server.Protocol\FSO.Server.Protocol.csproj" /> <ProjectReference Include="..\tso.common\FSO.Common.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="Portable.Ninject" Version="3.3.1" /> <PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> </ItemGroup> </Project>