|
| 1 | +<?xml version="1.0"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <ItemGroup Label="ProjectConfigurations"> |
| 4 | + <ProjectConfiguration Include="Debug|Win32"> |
| 5 | + <Configuration>Debug</Configuration> |
| 6 | + <Platform>Win32</Platform> |
| 7 | + </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Release|Win32"> |
| 9 | + <Configuration>Release</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + </ItemGroup> |
| 13 | + <PropertyGroup Label="Globals"> |
| 14 | + <ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid> |
| 15 | + <Keyword>Win32Proj</Keyword> |
| 16 | + <RootNamespace>Hexapod3</RootNamespace> |
| 17 | + </PropertyGroup> |
| 18 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 19 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 20 | + <ConfigurationType>Application</ConfigurationType> |
| 21 | + <CharacterSet>Unicode</CharacterSet> |
| 22 | + <PlatformToolset>v110</PlatformToolset> |
| 23 | + </PropertyGroup> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 25 | + <ConfigurationType>Application</ConfigurationType> |
| 26 | + <CharacterSet>Unicode</CharacterSet> |
| 27 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 28 | + <PlatformToolset>v110</PlatformToolset> |
| 29 | + </PropertyGroup> |
| 30 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 31 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 32 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 33 | + <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" /> |
| 34 | + </ImportGroup> |
| 35 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 36 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 37 | + <Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" /> |
| 38 | + </ImportGroup> |
| 39 | + <PropertyGroup Label="UserMacros" /> |
| 40 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 41 | + <OutDir>bin\</OutDir> |
| 42 | + <IntDir>obj\$(Configuration)\</IntDir> |
| 43 | + <TargetName>$(ProjectName)_debug</TargetName> |
| 44 | + <LinkIncremental>true</LinkIncremental> |
| 45 | + <GenerateManifest>true</GenerateManifest> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 48 | + <OutDir>bin\</OutDir> |
| 49 | + <IntDir>obj\$(Configuration)\</IntDir> |
| 50 | + <LinkIncremental>false</LinkIncremental> |
| 51 | + </PropertyGroup> |
| 52 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 53 | + <ClCompile> |
| 54 | + <Optimization>Disabled</Optimization> |
| 55 | + <MinimalRebuild>true</MinimalRebuild> |
| 56 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 57 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 58 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 59 | + <WarningLevel>Level3</WarningLevel> |
| 60 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 61 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 62 | + <CompileAs>CompileAsCpp</CompileAs> |
| 63 | + </ClCompile> |
| 64 | + <Link> |
| 65 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 66 | + <SubSystem>Console</SubSystem> |
| 67 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 68 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 69 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 70 | + </Link> |
| 71 | + </ItemDefinitionGroup> |
| 72 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 73 | + <ClCompile> |
| 74 | + <WholeProgramOptimization>false</WholeProgramOptimization> |
| 75 | + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 76 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 77 | + <WarningLevel>Level3</WarningLevel> |
| 78 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 79 | + <CompileAs>CompileAsCpp</CompileAs> |
| 80 | + </ClCompile> |
| 81 | + <Link> |
| 82 | + <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
| 83 | + <GenerateDebugInformation>false</GenerateDebugInformation> |
| 84 | + <SubSystem>Console</SubSystem> |
| 85 | + <OptimizeReferences>true</OptimizeReferences> |
| 86 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 87 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 88 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 89 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 90 | + </Link> |
| 91 | + </ItemDefinitionGroup> |
| 92 | + <ItemGroup> |
| 93 | + <ClCompile Include="src\main.cpp" /> |
| 94 | + <ClCompile Include="src\testApp.cpp" /> |
| 95 | + </ItemGroup> |
| 96 | + <ItemGroup> |
| 97 | + <ClInclude Include="src\testApp.h" /> |
| 98 | + </ItemGroup> |
| 99 | + <ItemGroup> |
| 100 | + <ProjectReference Include="..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj"> |
| 101 | + <Project>{5837595d-aca9-485c-8e76-729040ce4b0b}</Project> |
| 102 | + </ProjectReference> |
| 103 | + </ItemGroup> |
| 104 | + <ItemGroup> |
| 105 | + <ResourceCompile Include="icon.rc"> |
| 106 | + <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions> |
| 107 | + </ResourceCompile> |
| 108 | + </ItemGroup> |
| 109 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 110 | +</Project> |
0 commit comments