-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-tag-parody.sln
43 lines (43 loc) · 2.46 KB
/
io-tag-parody.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.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{03725360-C88F-4590-B57E-F6853383EC45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{BE273A6F-F1A3-4D84-9526-CC0B1E220C93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{92D399F4-9C44-4C82-8F2D-E3A5C65B3498}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{564264F6-FD57-47F8-94E8-BCF9E176CD7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03725360-C88F-4590-B57E-F6853383EC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03725360-C88F-4590-B57E-F6853383EC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03725360-C88F-4590-B57E-F6853383EC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03725360-C88F-4590-B57E-F6853383EC45}.Release|Any CPU.Build.0 = Release|Any CPU
{BE273A6F-F1A3-4D84-9526-CC0B1E220C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE273A6F-F1A3-4D84-9526-CC0B1E220C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE273A6F-F1A3-4D84-9526-CC0B1E220C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE273A6F-F1A3-4D84-9526-CC0B1E220C93}.Release|Any CPU.Build.0 = Release|Any CPU
{92D399F4-9C44-4C82-8F2D-E3A5C65B3498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92D399F4-9C44-4C82-8F2D-E3A5C65B3498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92D399F4-9C44-4C82-8F2D-E3A5C65B3498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92D399F4-9C44-4C82-8F2D-E3A5C65B3498}.Release|Any CPU.Build.0 = Release|Any CPU
{564264F6-FD57-47F8-94E8-BCF9E176CD7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{564264F6-FD57-47F8-94E8-BCF9E176CD7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{564264F6-FD57-47F8-94E8-BCF9E176CD7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{564264F6-FD57-47F8-94E8-BCF9E176CD7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04636DA7-E97A-4345-886A-F9B34F9A230E}
EndGlobalSection
EndGlobal