1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup Label="UserMacros"> 4 <NasmPath>.\nasm\</NasmPath> 5 </PropertyGroup> 6 <PropertyGroup> 7 <ExecutablePath>$(NasmPath);$(ExecutablePath)</ExecutablePath> 8 </PropertyGroup> 9 <ItemGroup> 10 <BuildMacro Include="NasmPath"> 11 <Value>$(NasmPath)</Value> 12 </BuildMacro> 13 </ItemGroup> 14 <ItemDefinitionGroup> 15 <ClCompile> 16 <PreprocessorDefinitions>HAVE_NASM;MMX_choose_table;%(PreprocessorDefinitions)</PreprocessorDefinitions> 17 </ClCompile> 18 </ItemDefinitionGroup> 19</Project>