quantum-space-buddies/Directory.Build.props

29 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-02-23 08:59:12 +00:00
<Project>
2022-02-11 01:48:46 +00:00
<PropertyGroup>
<DevEnvLoc>$(MSBuildThisFileDirectory)DevEnv.targets</DevEnvLoc>
</PropertyGroup>
<Import Project="$(DevEnvLoc)" Condition="Exists('$(DevEnvLoc)')" />
2022-02-11 01:48:46 +00:00
<PropertyGroup Label="Common Properties">
<TargetFramework>net48</TargetFramework>
2023-06-10 01:00:36 +00:00
<LangVersion>latest</LangVersion>
2022-02-11 01:48:46 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
2023-06-10 01:00:36 +00:00
<NoWarn>MSB3270</NoWarn>
2022-02-11 01:48:46 +00:00
</PropertyGroup>
2022-02-11 01:48:46 +00:00
<PropertyGroup Label="Default Locations" Condition="!Exists('$(DevEnvLoc)')">
<OwmlDir>$(AppData)\OuterWildsModManager\OWML</OwmlDir>
<UnityAssetsDir>$(SolutionDir)\qsb-unityproject\Assets</UnityAssetsDir>
</PropertyGroup>
2022-02-11 01:48:46 +00:00
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2022-02-19 17:09:48 +00:00
<DebugType>none</DebugType>
2022-02-11 01:48:46 +00:00
</PropertyGroup>
2022-01-26 13:42:06 +00:00
</Project>