-
Notifications
You must be signed in to change notification settings - Fork 0
/
Furball.Lanugo.sln
28 lines (28 loc) · 1.81 KB
/
Furball.Lanugo.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Furball.Lanugo.TestApplication", "Furball.Lanugo.TestApplication\Furball.Lanugo.TestApplication.csproj", "{A2259D10-B030-4D8A-B3F0-956E1BD81A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Furball.Lanugo", "Furball.Lanugo\Furball.Lanugo.csproj", "{CE2D5317-D64C-4D3F-B0C4-DC72AF4A2105}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Furball.Lanugo.Scripts", "Furball.Lanugo.Scripts\Furball.Lanugo.Scripts.csproj", "{C31061E4-3658-45DF-8AB7-80FCB358B36C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2259D10-B030-4D8A-B3F0-956E1BD81A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2259D10-B030-4D8A-B3F0-956E1BD81A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2259D10-B030-4D8A-B3F0-956E1BD81A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2259D10-B030-4D8A-B3F0-956E1BD81A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{CE2D5317-D64C-4D3F-B0C4-DC72AF4A2105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE2D5317-D64C-4D3F-B0C4-DC72AF4A2105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE2D5317-D64C-4D3F-B0C4-DC72AF4A2105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE2D5317-D64C-4D3F-B0C4-DC72AF4A2105}.Release|Any CPU.Build.0 = Release|Any CPU
{C31061E4-3658-45DF-8AB7-80FCB358B36C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C31061E4-3658-45DF-8AB7-80FCB358B36C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C31061E4-3658-45DF-8AB7-80FCB358B36C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C31061E4-3658-45DF-8AB7-80FCB358B36C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal