Test Publish

This commit is contained in:
2023-11-26 09:58:05 +01:00
parent 226eb242e3
commit 5c6c5625bc
8 changed files with 29 additions and 17 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'">
<TargetName>$(ProjectName)-$(Configuration)</TargetName>
<TargetName>$(ProjectName)</TargetName>
<LinkIncremental>true</LinkIncremental>
<TargetExt>.wasm</TargetExt>
<IncludePath>$(MSFS_IncludePath)</IncludePath>
@@ -55,7 +55,7 @@
<LinkIncremental>false</LinkIncremental>
<TargetExt>.wasm</TargetExt>
<IncludePath>$(MSFS_IncludePath)</IncludePath>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)$(Platform)\</OutDir>
<TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|MSFS'">