quantum-space-buddies/QuantumUNET/QuantumUNET.csproj

19 lines
776 B
XML
Raw Normal View History

2021-11-27 01:28:22 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>QuantumUNET</AssemblyTitle>
<Product>QuantumUNET</Product>
2020-12-04 22:14:53 +00:00
<ProjectGuid>{C8C53004-1508-4F86-A419-4292C188DC2A}</ProjectGuid>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<NoWarn>1701;1702;0618</NoWarn>
2020-12-04 22:14:53 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OuterWildsGameLibs" Version="*" IncludeAssets="compile" />
2020-12-04 22:14:53 +00:00
<Reference Include="System.Data.DataSetExtensions" />
2021-01-05 16:13:48 +00:00
</ItemGroup>
2020-12-04 22:14:53 +00:00
</Project>