quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2021-12-27 22:22:50 -08:00

19 lines
766 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>MirrorWeaver</AssemblyTitle>
<Product>MirrorWeaver</Product>
<ProjectGuid>{DA8A467E-15BA-456C-9034-6EB80BAF1FF9}</ProjectGuid>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<OutputType>Exe</OutputType>
</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" />
</ItemGroup>
</Project>