Merged single set of solutions

This commit is contained in:
Chuck Walbourn
2015-08-03 16:17:20 -07:00
parent 361c7d9d7f
commit 87141aea99
29 changed files with 435 additions and 503 deletions

View File

@@ -90,6 +90,9 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>true</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
@@ -97,6 +100,9 @@
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|X64'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>true</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
@@ -104,6 +110,9 @@
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
@@ -111,6 +120,9 @@
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|X64'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
@@ -118,6 +130,9 @@
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>
@@ -125,6 +140,9 @@
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|X64'">
<OutDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</OutDir>
<IntDir>Bin\Desktop_2012\$(Platform)\$(Configuration)\</IntDir>
<TargetName>DDSView</TargetName>
<LinkIncremental>false</LinkIncremental>
<GenerateManifest>true</GenerateManifest>
<ExecutablePath>$(ExecutablePath)</ExecutablePath>