<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Trace|Win32"> <Configuration>Trace</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Trace|x64"> <Configuration>Trace</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{4AC6C708-19C9-4CC1-A25B-D9682470411E}</ProjectGuid> <Keyword>MakeFileProj</Keyword> <ProjectName>RunSwig</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Trace|Win32'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Trace|x64'" Label="Configuration"> <ConfigurationType>Makefile</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v140</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Trace|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Trace|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <NMakeOutput> </NMakeOutput> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> <NMakeOutput> </NMakeOutput> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <NMakeOutput> </NMakeOutput> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> <NMakeOutput /> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Trace|Win32'"> <NMakeOutput /> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Trace|x64'"> <IntDir>$(VisualStudioVersion)\$(Platform)\$(Configuration)\</IntDir> <NMakeBuildCommandLine>python_adapter make_manager.py -A -c && nmake -f Makefile.win</NMakeBuildCommandLine> <NMakeReBuildCommandLine>python_adapter make_manager.py -A -d -c && nmake -f Makefile.win</NMakeReBuildCommandLine> <NMakeCleanCommandLine>python_adapter make_manager.py -A -d</NMakeCleanCommandLine> <NMakeOutput /> <NMakePreprocessorDefinitions> </NMakePreprocessorDefinitions> <OutDir>$(ProjectDir)</OutDir> </PropertyGroup> <ItemDefinitionGroup> </ItemDefinitionGroup> <ItemGroup> <Text Include="readme.txt" /> </ItemGroup> <ItemGroup> <None Include="Makefile" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>