-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommandForgeGenerator.sln
More file actions
28 lines (28 loc) · 1.84 KB
/
CommandForgeGenerator.sln
File metadata and controls
28 lines (28 loc) · 1.84 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandForgeGenerator", "CommandForgeGenerator\CommandForgeGenerator.csproj", "{58A5210E-8CE4-44C6-9AF4-D908BDF62048}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandForgeGenerator.Tests", "CommandForgeGenerator.Tests\CommandForgeGenerator.Tests.csproj", "{C4D32DE8-231C-4AD5-B5C4-F6EF644DCD31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandForgeGenerator.SandBox", "CommandForgeGenerator.SandBox\CommandForgeGenerator.SandBox.csproj", "{0B9F00B8-20AC-40DA-BAC1-90DC5DCA557D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58A5210E-8CE4-44C6-9AF4-D908BDF62048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A5210E-8CE4-44C6-9AF4-D908BDF62048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A5210E-8CE4-44C6-9AF4-D908BDF62048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A5210E-8CE4-44C6-9AF4-D908BDF62048}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D32DE8-231C-4AD5-B5C4-F6EF644DCD31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D32DE8-231C-4AD5-B5C4-F6EF644DCD31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D32DE8-231C-4AD5-B5C4-F6EF644DCD31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D32DE8-231C-4AD5-B5C4-F6EF644DCD31}.Release|Any CPU.Build.0 = Release|Any CPU
{0B9F00B8-20AC-40DA-BAC1-90DC5DCA557D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B9F00B8-20AC-40DA-BAC1-90DC5DCA557D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B9F00B8-20AC-40DA-BAC1-90DC5DCA557D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B9F00B8-20AC-40DA-BAC1-90DC5DCA557D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal