2022-02-23 08:59:12 +00:00
|
|
|
<Project>
|
2021-11-27 03:17:03 +00:00
|
|
|
|
2022-02-11 01:48:46 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<DevEnvLoc>$(MSBuildThisFileDirectory)DevEnv.targets</DevEnvLoc>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(DevEnvLoc)" Condition="Exists('$(DevEnvLoc)')" />
|
2021-11-27 03:17:03 +00:00
|
|
|
|
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>
|
2021-11-27 03:28:18 +00:00
|
|
|
|
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>
|
2021-11-27 03:28:18 +00:00
|
|
|
|
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
|
|
|
|
2021-11-27 03:17:03 +00:00
|
|
|
</Project>
|