1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <ProjectGuid>{1B4502D5-B627-4F50-ABEA-4CC5A8E88265}</ProjectGuid> 5 <SchemaVersion>2.0</SchemaVersion> 6 <OutputName>freethreaded</OutputName> 7 <OutputType>Package</OutputType> 8 </PropertyGroup> 9 <Import Project="..\msi.props" /> 10 <ItemGroup> 11 <Compile Include="freethreaded.wxs" /> 12 <Compile Include="freethreaded_files.wxs" /> 13 </ItemGroup> 14 <ItemGroup> 15 <EmbeddedResource Include="*.wxl" /> 16 <WxlTemplate Include="*.wxl_template" /> 17 </ItemGroup> 18 19 <Import Project="..\msi.targets" /> 20</Project>