quantum-space-buddies/Directory.Build.props

30 lines
1.2 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>
<LangVersion>default</LangVersion>
2022-02-11 01:48:46 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Company>Henry Pointer, Aleksander Waage, Ricardo Lopes</Company>
<Copyright>Copyright © Henry Pointer, Aleksander Waage, Ricardo Lopes 2020-2021</Copyright>
</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>