|
|
@ -3,8 +3,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<UseShortFileNames>True</UseShortFileNames>
|
|
|
|
|
|
|
|
<IntermediateOutputPath>C:\Apps\GameAtlas</IntermediateOutputPath>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TargetFrameworks>net7.0-android</TargetFrameworks>
|
|
|
|
<TargetFrameworks>net7.0-android</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
|
|
|
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
|
|
|