Visual Studio files (not compiling)

This commit is contained in:
nullifiedcat 2017-05-07 06:41:13 -07:00
parent 8950029544
commit 11ad6f23c7
9 changed files with 30018 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
/bin/*
!res/bin/*
/core
Debug/
.vs/cathook/v15/Browse.VC.db

3
.vs/ProjectSettings.json Normal file
View File

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}

View File

@ -0,0 +1,8 @@
{
"ExpandedNodes": [
"",
"\\src",
"\\src\\hacks"
],
"PreviewInSolutionExplorer": false
}

BIN
.vs/cathook/v15/.suo Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

28
cathook.sln Normal file
View File

@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cathook", "cathook.vcxproj", "{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Debug|x64.ActiveCfg = Debug|x64
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Debug|x64.Build.0 = Debug|x64
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Debug|x86.ActiveCfg = Debug|Win32
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Debug|x86.Build.0 = Debug|Win32
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Release|x64.ActiveCfg = Release|x64
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Release|x64.Build.0 = Release|x64
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Release|x86.ActiveCfg = Release|Win32
{B8CA8341-A6F9-425D-8F9A-1B8F27786B80}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

7572
cathook.vcxproj Normal file

File diff suppressed because it is too large Load Diff

22399
cathook.vcxproj.filters Normal file

File diff suppressed because it is too large Load Diff

6
cathook.vcxproj.user Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
</Project>