-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfcmd.sln
More file actions
66 lines (66 loc) · 3.26 KB
/
fcmd.sln
File metadata and controls
66 lines (66 loc) · 3.26 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fcmd", "fcmd.csproj", "{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pluginner", "pluginner\pluginner.csproj", "{88785B26-D617-4BE9-B449-F7CE77444794}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|Any CPU.ActiveCfg = Debug|x86
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|Any CPU.Build.0 = Debug|x86
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|x64.ActiveCfg = Debug|x64
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|x64.Build.0 = Debug|x64
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|x86.ActiveCfg = Debug|x86
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Debug|x86.Build.0 = Debug|x86
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|Any CPU.Build.0 = Release|Any CPU
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|x64.ActiveCfg = Release|x64
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|x64.Build.0 = Release|x64
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|x86.ActiveCfg = Release|x86
{7D93F45C-E782-4E8B-ABFF-49C5E92B0E13}.Release|x86.Build.0 = Release|x86
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|x64.ActiveCfg = Debug|x64
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|x64.Build.0 = Debug|x64
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|x86.ActiveCfg = Debug|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Debug|x86.Build.0 = Debug|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|Any CPU.Build.0 = Release|Any CPU
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|x64.ActiveCfg = Release|x64
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|x64.Build.0 = Release|x64
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|x86.ActiveCfg = Release|x86
{88785B26-D617-4BE9-B449-F7CE77444794}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = fcmd.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.ElseIfNewLinePlacement = SameLine
$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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal