1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/SoundGraphAccess.vcxproj Sat Mar 15 13:03:01 2014 +0100
1.3 @@ -0,0 +1,118 @@
1.4 +<?xml version="1.0" encoding="utf-8"?>
1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.6 + <ItemGroup Label="ProjectConfigurations">
1.7 + <ProjectConfiguration Include="Debug|Win32">
1.8 + <Configuration>Debug</Configuration>
1.9 + <Platform>Win32</Platform>
1.10 + </ProjectConfiguration>
1.11 + <ProjectConfiguration Include="Release|Win32">
1.12 + <Configuration>Release</Configuration>
1.13 + <Platform>Win32</Platform>
1.14 + </ProjectConfiguration>
1.15 + </ItemGroup>
1.16 + <PropertyGroup Label="Globals">
1.17 + <ProjectGuid>{A23C5543-181D-41F3-892C-E8A0C7FFFE30}</ProjectGuid>
1.18 + <RootNamespace>SoundGraphAccess</RootNamespace>
1.19 + <Keyword>Win32Proj</Keyword>
1.20 + </PropertyGroup>
1.21 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1.22 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1.23 + <ConfigurationType>Application</ConfigurationType>
1.24 + <PlatformToolset>v110</PlatformToolset>
1.25 + <CharacterSet>Unicode</CharacterSet>
1.26 + <WholeProgramOptimization>true</WholeProgramOptimization>
1.27 + </PropertyGroup>
1.28 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
1.29 + <ConfigurationType>Application</ConfigurationType>
1.30 + <PlatformToolset>v110</PlatformToolset>
1.31 + <CharacterSet>Unicode</CharacterSet>
1.32 + </PropertyGroup>
1.33 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
1.34 + <ImportGroup Label="ExtensionSettings">
1.35 + </ImportGroup>
1.36 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
1.37 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.38 + </ImportGroup>
1.39 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
1.40 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.41 + </ImportGroup>
1.42 + <PropertyGroup Label="UserMacros" />
1.43 + <PropertyGroup>
1.44 + <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
1.45 + </PropertyGroup>
1.46 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.47 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
1.48 + <IntDir>$(Configuration)\</IntDir>
1.49 + <LinkIncremental>true</LinkIncremental>
1.50 + </PropertyGroup>
1.51 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1.52 + <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
1.53 + <IntDir>$(Configuration)\</IntDir>
1.54 + <LinkIncremental>false</LinkIncremental>
1.55 + </PropertyGroup>
1.56 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.57 + <ClCompile>
1.58 + <Optimization>Disabled</Optimization>
1.59 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.60 + <MinimalRebuild>true</MinimalRebuild>
1.61 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
1.62 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
1.63 + <PrecompiledHeader>Use</PrecompiledHeader>
1.64 + <WarningLevel>Level3</WarningLevel>
1.65 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
1.66 + </ClCompile>
1.67 + <Link>
1.68 + <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
1.69 + <ModuleDefinitionFile />
1.70 + <GenerateDebugInformation>true</GenerateDebugInformation>
1.71 + <SubSystem>Windows</SubSystem>
1.72 + <TargetMachine>MachineX86</TargetMachine>
1.73 + </Link>
1.74 + </ItemDefinitionGroup>
1.75 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1.76 + <ClCompile>
1.77 + <Optimization>MaxSpeed</Optimization>
1.78 + <IntrinsicFunctions>true</IntrinsicFunctions>
1.79 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.80 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1.81 + <FunctionLevelLinking>true</FunctionLevelLinking>
1.82 + <PrecompiledHeader>Use</PrecompiledHeader>
1.83 + <WarningLevel>Level3</WarningLevel>
1.84 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1.85 + </ClCompile>
1.86 + <Link>
1.87 + <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
1.88 + <GenerateDebugInformation>true</GenerateDebugInformation>
1.89 + <SubSystem>Windows</SubSystem>
1.90 + <OptimizeReferences>true</OptimizeReferences>
1.91 + <EnableCOMDATFolding>true</EnableCOMDATFolding>
1.92 + <TargetMachine>MachineX86</TargetMachine>
1.93 + </Link>
1.94 + </ItemDefinitionGroup>
1.95 + <ItemGroup>
1.96 + <ClCompile Include="SoundGraphAccess.cpp" />
1.97 + <ClCompile Include="stdafx.cpp">
1.98 + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
1.99 + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
1.100 + </ClCompile>
1.101 + </ItemGroup>
1.102 + <ItemGroup>
1.103 + <ClInclude Include="Resource.h" />
1.104 + <ClInclude Include="SoundGraphAccess.h" />
1.105 + <ClInclude Include="stdafx.h" />
1.106 + <ClInclude Include="targetver.h" />
1.107 + </ItemGroup>
1.108 + <ItemGroup>
1.109 + <Image Include="small.ico" />
1.110 + <Image Include="SoundGraphAccess.ico" />
1.111 + </ItemGroup>
1.112 + <ItemGroup>
1.113 + <ResourceCompile Include="SoundGraphAccess.rc" />
1.114 + </ItemGroup>
1.115 + <ItemGroup>
1.116 + <Text Include="ReadMe.txt" />
1.117 + </ItemGroup>
1.118 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1.119 + <ImportGroup Label="ExtensionTargets">
1.120 + </ImportGroup>
1.121 +</Project>
1.122 \ No newline at end of file