-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fougerite.sln
81 lines (81 loc) · 4.09 KB
/
Fougerite.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
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fougerite", "Fougerite\Fougerite.csproj", "{BD30E9D1-3322-48A4-B846-A969E32DC3F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fougerite.Patcher", "Fougerite.Patcher\Fougerite.Patcher.csproj", "{935412BA-2118-488D-839A-AAB76E60BA8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RustPP", "RustPP\RustPP.csproj", "{EF61739C-9A45-479F-90DE-08D37F4EE653}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlitchFix", "GlitchFix\GlitchFix.csproj", "{6413D91E-A987-4C45-8B80-72E8C4D47CD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
SERVER|Any CPU = SERVER|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.SERVER|Any CPU.ActiveCfg = SERVER|Any CPU
{BD30E9D1-3322-48A4-B846-A969E32DC3F3}.SERVER|Any CPU.Build.0 = SERVER|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.Release|Any CPU.Build.0 = Release|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.SERVER|Any CPU.ActiveCfg = Release|Any CPU
{935412BA-2118-488D-839A-AAB76E60BA8C}.SERVER|Any CPU.Build.0 = Release|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.Release|Any CPU.Build.0 = Release|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.SERVER|Any CPU.ActiveCfg = Release|Any CPU
{EF61739C-9A45-479F-90DE-08D37F4EE653}.SERVER|Any CPU.Build.0 = Release|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.Release|Any CPU.Build.0 = Release|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.SERVER|Any CPU.ActiveCfg = Release|Any CPU
{6413D91E-A987-4C45-8B80-72E8C4D47CD2}.SERVER|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $3
$1.FileWidth = 120
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal