mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 12:15:48 +00:00
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<DevEnvLoc>$(MSBuildThisFileDirectory)DevEnv.targets</DevEnvLoc>
|
|
</PropertyGroup>
|
|
<Import Project="$(DevEnvLoc)" Condition="Exists('$(DevEnvLoc)')" />
|
|
|
|
<PropertyGroup Label="Common Properties">
|
|
<TargetFramework>net48</TargetFramework>
|
|
<LangVersion>latest</LangVersion>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<NoWarn>MSB3270</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="Default Locations" Condition="!Exists('$(DevEnvLoc)')">
|
|
<OwmlDir>$(AppData)\OuterWildsModManager\OWML</OwmlDir>
|
|
<UnityAssetsDir>$(SolutionDir)\qsb-unityproject\Assets</UnityAssetsDir>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugType>portable</DebugType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugType>none</DebugType>
|
|
</PropertyGroup>
|
|
|
|
</Project> |