47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
<Project Sdk="WixToolset.Sdk/5.0.1">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net10.0-windows</TargetFrameworks>
|
|
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<Nullable>disable</Nullable>
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
<ProductVersion>3.0</ProductVersion>
|
|
<ProjectGuid>{8019CECD-859A-4755-8759-08F1BE8592C1}</ProjectGuid>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<OutputName>SlucovaniRozpisek</OutputName>
|
|
<OutputType>Package</OutputType>
|
|
<SuppressValidation>true</SuppressValidation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\net10.0-windows</OutputPath>
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
|
<DefineConstants>Debug;</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\net10.0-windows</OutputPath>
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
|
<DefineConstants>
|
|
</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Product.wxs">
|
|
<SubType>Designer</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="My Project\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
</Project>
|