-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFantasyFarm-csharp.sln
More file actions
58 lines (56 loc) · 2.91 KB
/
FantasyFarm-csharp.sln
File metadata and controls
58 lines (56 loc) · 2.91 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{DEF6D3D9-815A-2D06-EA2C-A4840BE2A514}") = "FantasyFarm", "Assembly-CSharp-firstpass-vs.csproj", "{8E7ABDE9-A937-7E6A-FAD5-D3607081FCCD}"
EndProject
Project("{DEF6D3D9-815A-2D06-EA2C-A4840BE2A514}") = "FantasyFarm", "Assembly-CSharp-vs.csproj", "{B81E7404-3561-D3C2-3BB3-A5737FF5D5F2}"
EndProject
Project("{DEF6D3D9-815A-2D06-EA2C-A4840BE2A514}") = "FantasyFarm", "Assembly-CSharp-Editor-firstpass-vs.csproj", "{6068EF8E-FA67-B3B9-E950-55AF92BA05C2}"
EndProject
Project("{DEF6D3D9-815A-2D06-EA2C-A4840BE2A514}") = "FantasyFarm", "Assembly-CSharp-Editor-vs.csproj", "{60E4DB81-2D06-10D0-0192-88CF862B2E39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E7ABDE9-A937-7E6A-FAD5-D3607081FCCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7ABDE9-A937-7E6A-FAD5-D3607081FCCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7ABDE9-A937-7E6A-FAD5-D3607081FCCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7ABDE9-A937-7E6A-FAD5-D3607081FCCD}.Release|Any CPU.Build.0 = Release|Any CPU
{B81E7404-3561-D3C2-3BB3-A5737FF5D5F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B81E7404-3561-D3C2-3BB3-A5737FF5D5F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B81E7404-3561-D3C2-3BB3-A5737FF5D5F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B81E7404-3561-D3C2-3BB3-A5737FF5D5F2}.Release|Any CPU.Build.0 = Release|Any CPU
{6068EF8E-FA67-B3B9-E950-55AF92BA05C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6068EF8E-FA67-B3B9-E950-55AF92BA05C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6068EF8E-FA67-B3B9-E950-55AF92BA05C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6068EF8E-FA67-B3B9-E950-55AF92BA05C2}.Release|Any CPU.Build.0 = Release|Any CPU
{60E4DB81-2D06-10D0-0192-88CF862B2E39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60E4DB81-2D06-10D0-0192-88CF862B2E39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60E4DB81-2D06-10D0-0192-88CF862B2E39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60E4DB81-2D06-10D0-0192-88CF862B2E39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4
$3.IndentWidth = 4
$3.EolMarker = Unix
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal