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