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>
|
2021-11-27 03:17:03 +00:00
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
2021-11-28 01:17:49 +00:00
|
|
|
|
<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>
|
2021-11-27 02:43:28 +00:00
|
|
|
|
<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>
|