From e179ebafc656c0d19255302cd98505995d45ce36 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 26 Apr 2017 18:52:03 +0300 Subject: add Visual Studio 2013 project files --- src/sysenter/vs12/.gitignore | 2 + src/sysenter/vs12/sysenter.vs12.sln | 24 ++++++++++++ src/sysenter/vs12/sysenter.vs12.vcxproj | 65 +++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 src/sysenter/vs12/.gitignore create mode 100644 src/sysenter/vs12/sysenter.vs12.sln create mode 100644 src/sysenter/vs12/sysenter.vs12.vcxproj (limited to 'src/sysenter') diff --git a/src/sysenter/vs12/.gitignore b/src/sysenter/vs12/.gitignore new file mode 100644 index 0000000..cd42ee3 --- /dev/null +++ b/src/sysenter/vs12/.gitignore @@ -0,0 +1,2 @@ +bin/ +obj/ diff --git a/src/sysenter/vs12/sysenter.vs12.sln b/src/sysenter/vs12/sysenter.vs12.sln new file mode 100644 index 0000000..03f9927 --- /dev/null +++ b/src/sysenter/vs12/sysenter.vs12.sln @@ -0,0 +1,24 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sysenter.vs12", "sysenter.vs12.vcxproj", "{FEF249AF-C571-4F59-A72A-7226AA9F126E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Win7 Debug|Win32 = Win7 Debug|Win32 + Win7 Release|Win32 = Win7 Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Debug|Win32.ActiveCfg = Win7 Debug|Win32 + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Debug|Win32.Build.0 = Win7 Debug|Win32 + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Debug|Win32.Deploy.0 = Win7 Debug|Win32 + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Release|Win32.ActiveCfg = Win7 Release|Win32 + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Release|Win32.Build.0 = Win7 Release|Win32 + {FEF249AF-C571-4F59-A72A-7226AA9F126E}.Win7 Release|Win32.Deploy.0 = Win7 Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/sysenter/vs12/sysenter.vs12.vcxproj b/src/sysenter/vs12/sysenter.vs12.vcxproj new file mode 100644 index 0000000..eaba723 --- /dev/null +++ b/src/sysenter/vs12/sysenter.vs12.vcxproj @@ -0,0 +1,65 @@ + + + + + Win7 Debug + Win32 + + + Win7 Release + Win32 + + + + {FEF249AF-C571-4F59-A72A-7226AA9F126E} + {dd38f7fc-d7bd-488b-9242-7d8754cde80d} + v4.5 + 11.0 + Win7 Debug + Win32 + sysenter_vs12 + + + + Windows7 + true + WindowsKernelModeDriver8.1 + Driver + WDM + + + Windows7 + false + WindowsKernelModeDriver8.1 + Driver + WDM + + + + + + + + + + + DbgengKernelDebugger + bin\$(TargetVersion)\$(PlatformShortName)\debug\ + obj\$(TargetVersion)\$(PlatformShortName)\debug\ + + + DbgengKernelDebugger + bin\$(TargetVersion)\$(PlatformShortName)\release\ + obj\$(TargetVersion)\$(PlatformShortName)\release\ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3