-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathUnityHook.sln
78 lines (78 loc) · 3.61 KB
/
UnityHook.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hooker", "Hooker\Hooker.csproj", "{33A0B54A-F06A-4C79-98F7-D87AEDFD5C2B}"
ProjectSection(ProjectDependencies) = postProject
{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C} = {46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GameKnowledgeBase", "GameKnowledgeBase\GameKnowledgeBase.shproj", "{2AFECE69-88C0-4EBC-B06B-241F32D9AFB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18A88979-6F70-470C-ABCA-43934331DB74}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HookRegistry", "HookRegistry\HookRegistry.csproj", "{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GameKnowledgeBase\GameKnowledgeBase.projitems*{2afece69-88c0-4ebc-b06b-241f32d9afb7}*SharedItemsImports = 13
GameKnowledgeBase\GameKnowledgeBase.projitems*{33a0b54a-f06a-4c79-98f7-d87aedfd5c2b}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33A0B54A-F06A-4C79-98F7-D87AEDFD5C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A0B54A-F06A-4C79-98F7-D87AEDFD5C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A0B54A-F06A-4C79-98F7-D87AEDFD5C2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A0B54A-F06A-4C79-98F7-D87AEDFD5C2B}.Release|Any CPU.Build.0 = Release|Any CPU
{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B325BA-78B3-4B5D-ABFB-9E78C2732F6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.IndentBlocksInsideExpressions = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.WhileNewLinePlacement = DoNotCare
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = NewLine
$2.NewLineAfterConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal