Skip to content

Commit

Permalink
Change the platform toolset to v140
Browse files Browse the repository at this point in the history
  • Loading branch information
fujieda committed May 11, 2017
1 parent 6c5924f commit ee37bc9
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 0 deletions.
39 changes: 39 additions & 0 deletions xkeymacs-vc14.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xkeymacs-vc14", "xkeymacs\xkeymacs-vc14.vcxproj", "{8EEC4832-1538-8942-A213-6F85EE1CD8D4}"
ProjectSection(ProjectDependencies) = postProject
{1C6AA554-5283-2136-B3EF-277915DBCDF5} = {1C6AA554-5283-2136-B3EF-277915DBCDF5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xkeymacsdll-vc14", "xkeymacsdll\xkeymacsdll-vc14.vcxproj", "{1C6AA554-5283-2136-B3EF-277915DBCDF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Debug|Win32.ActiveCfg = Debug|Win32
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Debug|Win32.Build.0 = Debug|Win32
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Debug|x64.ActiveCfg = Debug|x64
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Debug|x64.Build.0 = Debug|x64
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Release|Win32.ActiveCfg = Release|Win32
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Release|Win32.Build.0 = Release|Win32
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Release|x64.ActiveCfg = Release|x64
{8EEC4832-1538-8942-A213-6F85EE1CD8D4}.Release|x64.Build.0 = Release|x64
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Debug|Win32.ActiveCfg = Debug|Win32
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Debug|Win32.Build.0 = Debug|Win32
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Debug|x64.ActiveCfg = Debug|x64
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Debug|x64.Build.0 = Debug|x64
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Release|Win32.ActiveCfg = Release|Win32
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Release|Win32.Build.0 = Release|Win32
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Release|x64.ActiveCfg = Release|x64
{1C6AA554-5283-2136-B3EF-277915DBCDF5}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit ee37bc9

Please sign in to comment.