Files

24 lines
899 B
XML
Raw Permalink Normal View History

2025-10-03 01:38:26 +08:00
<Project>
2025-10-03 19:37:52 +08:00
2025-10-03 01:38:26 +08:00
<PropertyGroup>
2025-10-03 19:37:52 +08:00
<TargetFramework>net9.0</TargetFramework>
2025-10-03 01:38:26 +08:00
<ImplicitUsings>enable</ImplicitUsings>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<Authors>lingdar77</Authors>
<Company>deadend.work</Company>
<Nullable>enable</Nullable>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup>
2025-10-03 19:37:52 +08:00
2025-10-03 01:38:26 +08:00
<PropertyGroup Condition="'$(MSBuildProjectName)' != 'Launcher'">
2025-10-03 19:37:52 +08:00
<OutputPath>..\Build\$(MSBuildProjectName)</OutputPath>
<OutputPath Condition="'$(MSBuildProjectName)' == 'Generator'">..\Build\Source</OutputPath>
2025-10-03 01:38:26 +08:00
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
2025-10-03 19:37:52 +08:00
2025-10-03 01:38:26 +08:00
<PropertyGroup>
2025-10-03 19:37:52 +08:00
<BaseIntermediateOutputPath>..\Build\.intermediate\$(MSBuildProjectName)</BaseIntermediateOutputPath>
2025-10-03 01:38:26 +08:00
</PropertyGroup>
2025-10-03 19:37:52 +08:00
2025-10-03 01:38:26 +08:00
</Project>