-
Notifications
You must be signed in to change notification settings - Fork 0
/
FountainEditor.sln
40 lines (40 loc) · 2.46 KB
/
FountainEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FountainEditor", "FountainEditor\FountainEditor.csproj", "{7F2B2ACE-DC4F-461B-9265-A9C7704B41A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FountainEditorTests", "FountainEditorTests\FountainEditorTests.csproj", "{905A58AC-6DE5-4776-B0A7-BB717E791220}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FountainEditorGUI", "FountainEditorGUI\FountainEditorGUI.csproj", "{3AAC2428-D137-4B01-8A72-3495B7BD267D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FountainEditorGUI.Controls", "FountainEditorGUI.Controls\FountainEditorGUI.Controls.csproj", "{E0D6F529-42C4-4B46-8BA0-DCD29D30C912}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F2B2ACE-DC4F-461B-9265-A9C7704B41A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2B2ACE-DC4F-461B-9265-A9C7704B41A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2B2ACE-DC4F-461B-9265-A9C7704B41A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2B2ACE-DC4F-461B-9265-A9C7704B41A0}.Release|Any CPU.Build.0 = Release|Any CPU
{905A58AC-6DE5-4776-B0A7-BB717E791220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{905A58AC-6DE5-4776-B0A7-BB717E791220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{905A58AC-6DE5-4776-B0A7-BB717E791220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{905A58AC-6DE5-4776-B0A7-BB717E791220}.Release|Any CPU.Build.0 = Release|Any CPU
{3AAC2428-D137-4B01-8A72-3495B7BD267D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAC2428-D137-4B01-8A72-3495B7BD267D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAC2428-D137-4B01-8A72-3495B7BD267D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAC2428-D137-4B01-8A72-3495B7BD267D}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D6F529-42C4-4B46-8BA0-DCD29D30C912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D6F529-42C4-4B46-8BA0-DCD29D30C912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D6F529-42C4-4B46-8BA0-DCD29D30C912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0D6F529-42C4-4B46-8BA0-DCD29D30C912}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal