This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Blimp.sln
43 lines (43 loc) · 2.48 KB
/
Blimp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlimpFunc", "BlimpFunc\BlimpFunc.csproj", "{CE183C7F-B33E-4A91-BA7A-713858C3F47D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlimpConsole", "BlimpConsole\BlimpConsole.csproj", "{AB580693-B206-4324-A65F-D6FF315A200F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlimpCleanup", "BlimpCleanup\BlimpCleanup.csproj", "{CB181D6F-E6D2-496A-AEF3-21B9554ED17E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlimpPR", "BlimpPR\BlimpPR.csproj", "{462FDBA7-B66F-4F77-BF17-5E9A6125A89F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE183C7F-B33E-4A91-BA7A-713858C3F47D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE183C7F-B33E-4A91-BA7A-713858C3F47D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE183C7F-B33E-4A91-BA7A-713858C3F47D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE183C7F-B33E-4A91-BA7A-713858C3F47D}.Release|Any CPU.Build.0 = Release|Any CPU
{AB580693-B206-4324-A65F-D6FF315A200F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB580693-B206-4324-A65F-D6FF315A200F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB580693-B206-4324-A65F-D6FF315A200F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB580693-B206-4324-A65F-D6FF315A200F}.Release|Any CPU.Build.0 = Release|Any CPU
{CB181D6F-E6D2-496A-AEF3-21B9554ED17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB181D6F-E6D2-496A-AEF3-21B9554ED17E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB181D6F-E6D2-496A-AEF3-21B9554ED17E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB181D6F-E6D2-496A-AEF3-21B9554ED17E}.Release|Any CPU.Build.0 = Release|Any CPU
{462FDBA7-B66F-4F77-BF17-5E9A6125A89F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{462FDBA7-B66F-4F77-BF17-5E9A6125A89F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{462FDBA7-B66F-4F77-BF17-5E9A6125A89F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{462FDBA7-B66F-4F77-BF17-5E9A6125A89F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90927109-A687-451F-862D-5BB81F567174}
EndGlobalSection
EndGlobal