Skip to content

Commit

Permalink
Replacing w/ latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Mutschlechner committed Aug 23, 2013
1 parent 1574c4c commit c4b9171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lab 9/Lab09AVS/Lab9VS/Lab9VS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Lab9A.cpp
*
* Created on: Mar 28, 2013
* Author: Anthony Varghese
* Author: Riccardo Mutschlechner, Tony Varghese
*
*/

Expand Down
6 changes: 3 additions & 3 deletions Lab 9/Lab09AVS/Lab9VS/Lab9VS.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
Expand All @@ -19,13 +19,13 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v110</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v110</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down

0 comments on commit c4b9171

Please sign in to comment.