Upgrade solution from Express to VS2012
authorsl
Sat, 15 Mar 2014 13:03:01 +0100
changeset 122f70b4447d70
parent 11 1bf32325a98b
child 13 6828ef797524
Upgrade solution from Express to VS2012
SoundGraphAccess.sln
SoundGraphAccess.vcproj
SoundGraphAccess.vcxproj
     1.1 --- a/SoundGraphAccess.sln	Thu Apr 18 23:26:22 2013 +0200
     1.2 +++ b/SoundGraphAccess.sln	Sat Mar 15 13:03:01 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  
     1.5  Microsoft Visual Studio Solution File, Format Version 12.00
     1.6 -# Visual Studio Express 2012 for Windows Desktop
     1.7 +# Visual Studio 2012
     1.8  Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SoundGraphAccess", "SoundGraphAccess.vcxproj", "{A23C5543-181D-41F3-892C-E8A0C7FFFE30}"
     1.9  EndProject
    1.10  Global
     2.1 --- a/SoundGraphAccess.vcproj	Thu Apr 18 23:26:22 2013 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,248 +0,0 @@
     2.4 -<?xml version="1.0" encoding="Windows-1252"?>
     2.5 -<VisualStudioProject
     2.6 -	ProjectType="Visual C++"
     2.7 -	Version="9.00"
     2.8 -	Name="SoundGraphAccess"
     2.9 -	ProjectGUID="{A23C5543-181D-41F3-892C-E8A0C7FFFE30}"
    2.10 -	RootNamespace="SoundGraphAccess"
    2.11 -	Keyword="Win32Proj"
    2.12 -	TargetFrameworkVersion="196613"
    2.13 -	>
    2.14 -	<Platforms>
    2.15 -		<Platform
    2.16 -			Name="Win32"
    2.17 -		/>
    2.18 -	</Platforms>
    2.19 -	<ToolFiles>
    2.20 -	</ToolFiles>
    2.21 -	<Configurations>
    2.22 -		<Configuration
    2.23 -			Name="Debug|Win32"
    2.24 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    2.25 -			IntermediateDirectory="$(ConfigurationName)"
    2.26 -			ConfigurationType="1"
    2.27 -			CharacterSet="1"
    2.28 -			>
    2.29 -			<Tool
    2.30 -				Name="VCPreBuildEventTool"
    2.31 -			/>
    2.32 -			<Tool
    2.33 -				Name="VCCustomBuildTool"
    2.34 -			/>
    2.35 -			<Tool
    2.36 -				Name="VCXMLDataGeneratorTool"
    2.37 -			/>
    2.38 -			<Tool
    2.39 -				Name="VCWebServiceProxyGeneratorTool"
    2.40 -			/>
    2.41 -			<Tool
    2.42 -				Name="VCMIDLTool"
    2.43 -			/>
    2.44 -			<Tool
    2.45 -				Name="VCCLCompilerTool"
    2.46 -				Optimization="0"
    2.47 -				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
    2.48 -				MinimalRebuild="true"
    2.49 -				BasicRuntimeChecks="3"
    2.50 -				RuntimeLibrary="3"
    2.51 -				UsePrecompiledHeader="2"
    2.52 -				WarningLevel="3"
    2.53 -				DebugInformationFormat="4"
    2.54 -			/>
    2.55 -			<Tool
    2.56 -				Name="VCManagedResourceCompilerTool"
    2.57 -			/>
    2.58 -			<Tool
    2.59 -				Name="VCResourceCompilerTool"
    2.60 -			/>
    2.61 -			<Tool
    2.62 -				Name="VCPreLinkEventTool"
    2.63 -			/>
    2.64 -			<Tool
    2.65 -				Name="VCLinkerTool"
    2.66 -				AdditionalDependencies="iMONDisplay.lib"
    2.67 -				LinkIncremental="2"
    2.68 -				ModuleDefinitionFile=""
    2.69 -				GenerateDebugInformation="true"
    2.70 -				SubSystem="2"
    2.71 -				TargetMachine="1"
    2.72 -			/>
    2.73 -			<Tool
    2.74 -				Name="VCALinkTool"
    2.75 -			/>
    2.76 -			<Tool
    2.77 -				Name="VCManifestTool"
    2.78 -			/>
    2.79 -			<Tool
    2.80 -				Name="VCXDCMakeTool"
    2.81 -			/>
    2.82 -			<Tool
    2.83 -				Name="VCBscMakeTool"
    2.84 -			/>
    2.85 -			<Tool
    2.86 -				Name="VCFxCopTool"
    2.87 -			/>
    2.88 -			<Tool
    2.89 -				Name="VCAppVerifierTool"
    2.90 -			/>
    2.91 -			<Tool
    2.92 -				Name="VCPostBuildEventTool"
    2.93 -			/>
    2.94 -		</Configuration>
    2.95 -		<Configuration
    2.96 -			Name="Release|Win32"
    2.97 -			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    2.98 -			IntermediateDirectory="$(ConfigurationName)"
    2.99 -			ConfigurationType="1"
   2.100 -			CharacterSet="1"
   2.101 -			WholeProgramOptimization="1"
   2.102 -			>
   2.103 -			<Tool
   2.104 -				Name="VCPreBuildEventTool"
   2.105 -			/>
   2.106 -			<Tool
   2.107 -				Name="VCCustomBuildTool"
   2.108 -			/>
   2.109 -			<Tool
   2.110 -				Name="VCXMLDataGeneratorTool"
   2.111 -			/>
   2.112 -			<Tool
   2.113 -				Name="VCWebServiceProxyGeneratorTool"
   2.114 -			/>
   2.115 -			<Tool
   2.116 -				Name="VCMIDLTool"
   2.117 -			/>
   2.118 -			<Tool
   2.119 -				Name="VCCLCompilerTool"
   2.120 -				Optimization="2"
   2.121 -				EnableIntrinsicFunctions="true"
   2.122 -				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
   2.123 -				RuntimeLibrary="2"
   2.124 -				EnableFunctionLevelLinking="true"
   2.125 -				UsePrecompiledHeader="2"
   2.126 -				WarningLevel="3"
   2.127 -				DebugInformationFormat="3"
   2.128 -			/>
   2.129 -			<Tool
   2.130 -				Name="VCManagedResourceCompilerTool"
   2.131 -			/>
   2.132 -			<Tool
   2.133 -				Name="VCResourceCompilerTool"
   2.134 -			/>
   2.135 -			<Tool
   2.136 -				Name="VCPreLinkEventTool"
   2.137 -			/>
   2.138 -			<Tool
   2.139 -				Name="VCLinkerTool"
   2.140 -				AdditionalDependencies="iMONDisplay.lib"
   2.141 -				LinkIncremental="1"
   2.142 -				GenerateDebugInformation="true"
   2.143 -				SubSystem="2"
   2.144 -				OptimizeReferences="2"
   2.145 -				EnableCOMDATFolding="2"
   2.146 -				TargetMachine="1"
   2.147 -			/>
   2.148 -			<Tool
   2.149 -				Name="VCALinkTool"
   2.150 -			/>
   2.151 -			<Tool
   2.152 -				Name="VCManifestTool"
   2.153 -			/>
   2.154 -			<Tool
   2.155 -				Name="VCXDCMakeTool"
   2.156 -			/>
   2.157 -			<Tool
   2.158 -				Name="VCBscMakeTool"
   2.159 -			/>
   2.160 -			<Tool
   2.161 -				Name="VCFxCopTool"
   2.162 -			/>
   2.163 -			<Tool
   2.164 -				Name="VCAppVerifierTool"
   2.165 -			/>
   2.166 -			<Tool
   2.167 -				Name="VCPostBuildEventTool"
   2.168 -			/>
   2.169 -		</Configuration>
   2.170 -	</Configurations>
   2.171 -	<References>
   2.172 -	</References>
   2.173 -	<Files>
   2.174 -		<Filter
   2.175 -			Name="Source Files"
   2.176 -			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   2.177 -			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   2.178 -			>
   2.179 -			<File
   2.180 -				RelativePath=".\SoundGraphAccess.cpp"
   2.181 -				>
   2.182 -			</File>
   2.183 -			<File
   2.184 -				RelativePath=".\stdafx.cpp"
   2.185 -				>
   2.186 -				<FileConfiguration
   2.187 -					Name="Debug|Win32"
   2.188 -					>
   2.189 -					<Tool
   2.190 -						Name="VCCLCompilerTool"
   2.191 -						UsePrecompiledHeader="1"
   2.192 -					/>
   2.193 -				</FileConfiguration>
   2.194 -				<FileConfiguration
   2.195 -					Name="Release|Win32"
   2.196 -					>
   2.197 -					<Tool
   2.198 -						Name="VCCLCompilerTool"
   2.199 -						UsePrecompiledHeader="1"
   2.200 -					/>
   2.201 -				</FileConfiguration>
   2.202 -			</File>
   2.203 -		</Filter>
   2.204 -		<Filter
   2.205 -			Name="Header Files"
   2.206 -			Filter="h;hpp;hxx;hm;inl;inc;xsd"
   2.207 -			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
   2.208 -			>
   2.209 -			<File
   2.210 -				RelativePath=".\Resource.h"
   2.211 -				>
   2.212 -			</File>
   2.213 -			<File
   2.214 -				RelativePath=".\SoundGraphAccess.h"
   2.215 -				>
   2.216 -			</File>
   2.217 -			<File
   2.218 -				RelativePath=".\stdafx.h"
   2.219 -				>
   2.220 -			</File>
   2.221 -			<File
   2.222 -				RelativePath=".\targetver.h"
   2.223 -				>
   2.224 -			</File>
   2.225 -		</Filter>
   2.226 -		<Filter
   2.227 -			Name="Resource Files"
   2.228 -			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   2.229 -			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   2.230 -			>
   2.231 -			<File
   2.232 -				RelativePath=".\small.ico"
   2.233 -				>
   2.234 -			</File>
   2.235 -			<File
   2.236 -				RelativePath=".\SoundGraphAccess.ico"
   2.237 -				>
   2.238 -			</File>
   2.239 -			<File
   2.240 -				RelativePath=".\SoundGraphAccess.rc"
   2.241 -				>
   2.242 -			</File>
   2.243 -		</Filter>
   2.244 -		<File
   2.245 -			RelativePath=".\ReadMe.txt"
   2.246 -			>
   2.247 -		</File>
   2.248 -	</Files>
   2.249 -	<Globals>
   2.250 -	</Globals>
   2.251 -</VisualStudioProject>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/SoundGraphAccess.vcxproj	Sat Mar 15 13:03:01 2014 +0100
     3.3 @@ -0,0 +1,118 @@
     3.4 +<?xml version="1.0" encoding="utf-8"?>
     3.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3.6 +  <ItemGroup Label="ProjectConfigurations">
     3.7 +    <ProjectConfiguration Include="Debug|Win32">
     3.8 +      <Configuration>Debug</Configuration>
     3.9 +      <Platform>Win32</Platform>
    3.10 +    </ProjectConfiguration>
    3.11 +    <ProjectConfiguration Include="Release|Win32">
    3.12 +      <Configuration>Release</Configuration>
    3.13 +      <Platform>Win32</Platform>
    3.14 +    </ProjectConfiguration>
    3.15 +  </ItemGroup>
    3.16 +  <PropertyGroup Label="Globals">
    3.17 +    <ProjectGuid>{A23C5543-181D-41F3-892C-E8A0C7FFFE30}</ProjectGuid>
    3.18 +    <RootNamespace>SoundGraphAccess</RootNamespace>
    3.19 +    <Keyword>Win32Proj</Keyword>
    3.20 +  </PropertyGroup>
    3.21 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    3.22 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    3.23 +    <ConfigurationType>Application</ConfigurationType>
    3.24 +    <PlatformToolset>v110</PlatformToolset>
    3.25 +    <CharacterSet>Unicode</CharacterSet>
    3.26 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    3.27 +  </PropertyGroup>
    3.28 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    3.29 +    <ConfigurationType>Application</ConfigurationType>
    3.30 +    <PlatformToolset>v110</PlatformToolset>
    3.31 +    <CharacterSet>Unicode</CharacterSet>
    3.32 +  </PropertyGroup>
    3.33 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    3.34 +  <ImportGroup Label="ExtensionSettings">
    3.35 +  </ImportGroup>
    3.36 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    3.37 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    3.38 +  </ImportGroup>
    3.39 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    3.40 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    3.41 +  </ImportGroup>
    3.42 +  <PropertyGroup Label="UserMacros" />
    3.43 +  <PropertyGroup>
    3.44 +    <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
    3.45 +  </PropertyGroup>
    3.46 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    3.47 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    3.48 +    <IntDir>$(Configuration)\</IntDir>
    3.49 +    <LinkIncremental>true</LinkIncremental>
    3.50 +  </PropertyGroup>
    3.51 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    3.52 +    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
    3.53 +    <IntDir>$(Configuration)\</IntDir>
    3.54 +    <LinkIncremental>false</LinkIncremental>
    3.55 +  </PropertyGroup>
    3.56 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    3.57 +    <ClCompile>
    3.58 +      <Optimization>Disabled</Optimization>
    3.59 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    3.60 +      <MinimalRebuild>true</MinimalRebuild>
    3.61 +      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    3.62 +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    3.63 +      <PrecompiledHeader>Use</PrecompiledHeader>
    3.64 +      <WarningLevel>Level3</WarningLevel>
    3.65 +      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    3.66 +    </ClCompile>
    3.67 +    <Link>
    3.68 +      <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
    3.69 +      <ModuleDefinitionFile />
    3.70 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    3.71 +      <SubSystem>Windows</SubSystem>
    3.72 +      <TargetMachine>MachineX86</TargetMachine>
    3.73 +    </Link>
    3.74 +  </ItemDefinitionGroup>
    3.75 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    3.76 +    <ClCompile>
    3.77 +      <Optimization>MaxSpeed</Optimization>
    3.78 +      <IntrinsicFunctions>true</IntrinsicFunctions>
    3.79 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    3.80 +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    3.81 +      <FunctionLevelLinking>true</FunctionLevelLinking>
    3.82 +      <PrecompiledHeader>Use</PrecompiledHeader>
    3.83 +      <WarningLevel>Level3</WarningLevel>
    3.84 +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    3.85 +    </ClCompile>
    3.86 +    <Link>
    3.87 +      <AdditionalDependencies>iMONDisplay.lib;%(AdditionalDependencies)</AdditionalDependencies>
    3.88 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    3.89 +      <SubSystem>Windows</SubSystem>
    3.90 +      <OptimizeReferences>true</OptimizeReferences>
    3.91 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    3.92 +      <TargetMachine>MachineX86</TargetMachine>
    3.93 +    </Link>
    3.94 +  </ItemDefinitionGroup>
    3.95 +  <ItemGroup>
    3.96 +    <ClCompile Include="SoundGraphAccess.cpp" />
    3.97 +    <ClCompile Include="stdafx.cpp">
    3.98 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
    3.99 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   3.100 +    </ClCompile>
   3.101 +  </ItemGroup>
   3.102 +  <ItemGroup>
   3.103 +    <ClInclude Include="Resource.h" />
   3.104 +    <ClInclude Include="SoundGraphAccess.h" />
   3.105 +    <ClInclude Include="stdafx.h" />
   3.106 +    <ClInclude Include="targetver.h" />
   3.107 +  </ItemGroup>
   3.108 +  <ItemGroup>
   3.109 +    <Image Include="small.ico" />
   3.110 +    <Image Include="SoundGraphAccess.ico" />
   3.111 +  </ItemGroup>
   3.112 +  <ItemGroup>
   3.113 +    <ResourceCompile Include="SoundGraphAccess.rc" />
   3.114 +  </ItemGroup>
   3.115 +  <ItemGroup>
   3.116 +    <Text Include="ReadMe.txt" />
   3.117 +  </ItemGroup>
   3.118 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   3.119 +  <ImportGroup Label="ExtensionTargets">
   3.120 +  </ImportGroup>
   3.121 +</Project>
   3.122 \ No newline at end of file