Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution2012/NaClProject/NaClProject.vcxproj

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution2012/NaClProject/NaClProject.vcxproj
diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/NaClProject.vcxproj b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution2012/NaClProject/NaClProject.vcxproj
similarity index 97%
copy from visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/NaClProject.vcxproj
copy to visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution2012/NaClProject/NaClProject.vcxproj
index 0f88395615836861c5e57b81a2b5b45009110840..ab08ffbfd8c81a7fa321baa88917fd08f434f6bc 100644
--- a/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution/NaClProject/NaClProject.vcxproj
+++ b/visual_studio/NativeClientVSAddIn/TestingProjects/BlankValidSolution2012/NaClProject/NaClProject.vcxproj
@@ -4,10 +4,12 @@
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
+ <PlatformToolset>v110</PlatformToolset>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
+ <PlatformToolset>v110</PlatformToolset>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
@@ -83,4 +85,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>

Powered by Google App Engine
This is Rietveld 408576698