1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:07:36 +08:00
osu-lazer/osu.Desktop.Deploy/osu.Desktop.Deploy.csproj
2017-11-30 02:06:03 +09:00

21 lines
932 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\osu.Game.props"/>
<PropertyGroup Label="Project">
<TargetFrameworks>net461</TargetFrameworks>
<OutputType>Exe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Company>ppy Pty Ltd</Company>
<Copyright>ppy Pty Ltd 2007-2017</Copyright>
<Title>osu.Desktop.Deploy</Title>
<Product>osu.Desktop.Deploy</Product>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj"/>
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="NUnit" Version="3.8.1"/>
<PackageReference Include="squirrel.windows" Version="1.7.8" Condition="'$(TargetFramework)' == 'net461'"/>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.0"/>
</ItemGroup>
</Project>