-
Notifications
You must be signed in to change notification settings - Fork 0
/
Venom.sln
45 lines (45 loc) · 1.77 KB
/
Venom.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{0A906CA0-EF87-4D08-9CA7-C8380245B3FF}") = "Venom", "Venom.cobraproj", "{0FB2F70A-7183-4003-BF21-90310459176C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FB2F70A-7183-4003-BF21-90310459176C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB2F70A-7183-4003-BF21-90310459176C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB2F70A-7183-4003-BF21-90310459176C}.Debug|x86.ActiveCfg = Debug|x86
{0FB2F70A-7183-4003-BF21-90310459176C}.Debug|x86.Build.0 = Debug|x86
{0FB2F70A-7183-4003-BF21-90310459176C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB2F70A-7183-4003-BF21-90310459176C}.Release|Any CPU.Build.0 = Release|Any CPU
{0FB2F70A-7183-4003-BF21-90310459176C}.Release|x86.ActiveCfg = Release|Any CPU
{0FB2F70A-7183-4003-BF21-90310459176C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-plain
$0.TextStylePolicy = $2
$2.FileWidth = 120
$2.TabsToSpaces = False
$2.NoTabsAfterNonTabs = True
$2.EolMarker = Unix
$2.inheritsSet = VisualStudio
$2.inheritsScope = text/plain
$2.scope = text/plain
$0.TextStylePolicy = $3
$3.inheritsSet = null
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.AfterDelegateDeclarationParameterComma = True
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
EndGlobalSection
EndGlobal