mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 21:20:45 +00:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<DevEnvLoc>$(MSBuildThisFileDirectory)DevEnv.targets</DevEnvLoc>
|
|
</PropertyGroup>
|
|
<Import Project="$(DevEnvLoc)" Condition="Exists('$(DevEnvLoc)')" />
|
|
|
|
<PropertyGroup Label="Common Properties">
|
|
<TargetFramework>net48</TargetFramework>
|
|
<LangVersion>default</LangVersion>
|
|
<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>
|
|
|
|
<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> |