Skip to content

Commit 10eed57

Browse files
committed
Updated to be able to load the projects with VS2013. Not compiling yet, though, because of problems upstream (http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11094).
Former-commit-id: 073c907d7b75d990898f6204d9353b98cf868bcd
1 parent 5f64f65 commit 10eed57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PlatformToolset.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<PropertyGroup>
55
<VisualStudioProductVersion>2010</VisualStudioProductVersion>
66
<VisualStudioProductVersion Condition="'$(VisualStudioVersion)'=='11.0'">2012</VisualStudioProductVersion>
7+
<VisualStudioProductVersion Condition="'$(VisualStudioVersion)'=='12.0'">2013</VisualStudioProductVersion>
78

89
<PlatformToolset>v100</PlatformToolset>
910
<PlatformToolset Condition="'$(VisualStudioVersion)'=='11.0'">v110</PlatformToolset>
11+
<PlatformToolset Condition="'$(VisualStudioVersion)'=='12.0'">v120</PlatformToolset>
1012
</PropertyGroup>
1113

1214
</Project>

0 commit comments

Comments
 (0)