Initial Commit

This commit is contained in:
2025-11-28 08:21:18 +01:00
parent 583a09838e
commit 008e22709a
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<Project Sdk="WixToolset.Sdk/5.0.1">
<PropertyGroup>
<TargetFrameworks>net9.0-windows</TargetFrameworks>
<TargetFrameworks>net10.0-windows</TargetFrameworks>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
@@ -18,12 +18,12 @@
<SuppressValidation>true</SuppressValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\net9.0-windows</OutputPath>
<OutputPath>bin\Debug\net10.0-windows</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug;</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\net9.0-windows</OutputPath>
<OutputPath>bin\Release\net10.0-windows</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>
</DefineConstants>