1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6- <ProductVersion >3.10</ProductVersion >
7- <ProjectGuid >aac181ed-e019-41e6-a205-d1c183600171</ProjectGuid >
8- <SchemaVersion >2.0</SchemaVersion >
9- <OutputName >JetBrainsMonoNF</OutputName >
10- <OutputType >Package</OutputType >
11- <DefineSolutionProperties >false</DefineSolutionProperties >
12- </PropertyGroup >
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
14- <OutputPath >bin\$(Configuration)\</OutputPath >
15- <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
16- <DefineConstants >Debug;FontsDirectory=fonts</DefineConstants >
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
19- <OutputPath >bin\$(Configuration)\</OutputPath >
20- <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
21- <DefineConstants >FontsDirectory=Fonts</DefineConstants >
22- </PropertyGroup >
23- <ItemGroup >
24- <Compile Include =" Directory.wxs" />
25- <Compile Include =" Product.wxs" />
26- </ItemGroup >
27- <ItemGroup >
28- <Content Include =" Product.xml" />
29- <Content Include =" TrueType.xsl" />
30- </ItemGroup >
31- <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
32- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
33- <Target Name =" EnsureWixToolsetInstalled" Condition =" '$(WixTargetsImported)' != 'true' " >
34- <Error Text =" The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
35- </Target >
36- <PropertyGroup >
37- <PreBuildEvent >"%WIX%bin\heat" dir $(ProjectDir)fonts -ag -cg ProductComponents -sfrag -srd -sreg -scom -var var.FontsDirectory -dr FontsFolder -t $(ProjectDir)TrueType.xsl -out $(ProjectDir)Directory.wxs</PreBuildEvent >
38- </PropertyGroup >
39- <!--
40- To modify your build process, add your task inside one of the targets below and uncomment it.
41- Other similar extension points exist, see Wix.targets.
42- <Target Name="BeforeBuild">
43- </Target>
44- <Target Name="AfterBuild">
45- </Target>
46- -->
47- </Project >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6+ <ProductVersion >3.10</ProductVersion >
7+ <ProjectGuid >aac181ed-e019-41e6-a205-d1c183600171</ProjectGuid >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <OutputName >JetBrainsMono</OutputName >
10+ <OutputType >Package</OutputType >
11+ <DefineSolutionProperties >false</DefineSolutionProperties >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
14+ <OutputPath >bin\$(Configuration)\</OutputPath >
15+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
16+ <DefineConstants >Debug;FontsDirectory=fonts</DefineConstants >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
19+ <OutputPath >bin\$(Configuration)\</OutputPath >
20+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
21+ <DefineConstants >FontsDirectory=Fonts</DefineConstants >
22+ </PropertyGroup >
23+ <ItemGroup >
24+ <Compile Include =" Directory.wxs" />
25+ <Compile Include =" Product.wxs" />
26+ </ItemGroup >
27+ <ItemGroup >
28+ <Content Include =" Build-Installer.ps1" />
29+ <Content Include =" Product.xml" />
30+ <Content Include =" TrueType.xsl" />
31+ </ItemGroup >
32+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
33+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
34+ <Target Name =" EnsureWixToolsetInstalled" Condition =" '$(WixTargetsImported)' != 'true' " >
35+ <Error Text =" The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable" />
36+ </Target >
37+ <PropertyGroup >
38+ <PreBuildEvent >"%WIX%bin\heat" dir $(ProjectDir)fonts -ag -cg ProductComponents -sfrag -srd -sreg -scom -var var.FontsDirectory -dr FontsFolder -t $(ProjectDir)TrueType.xsl -out $(ProjectDir)Directory.wxs</PreBuildEvent >
39+ </PropertyGroup >
40+ <!--
41+ To modify your build process, add your task inside one of the targets below and uncomment it.
42+ Other similar extension points exist, see Wix.targets.
43+ <Target Name="BeforeBuild">
44+ </Target>
45+ <Target Name="AfterBuild">
46+ </Target>
47+ -->
48+ </Project >
0 commit comments