-
Notifications
You must be signed in to change notification settings - Fork 0
/
Howler.sln
49 lines (49 loc) · 3 KB
/
Howler.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Howler", "Howler\Howler.csproj", "{7F9F7F5A-1C33-40F1-8BBC-86AC7174BA9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Howler.Tests", "Howler.Tests\Howler.Tests.csproj", "{E118D786-703C-46ED-A263-8EC886D8FB6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HowlerExamples", "HowlerExamples\HowlerExamples.csproj", "{D50ECCCD-7AF3-4AE0-AA2C-412BA3F8E10B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroServiceExample", "MicroServiceExample\MicroServiceExample.csproj", "{61DFA013-F68F-4D14-8373-1B894B37B5AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExamplesForWiseUp", "ExamplesForWiseUp\ExamplesForWiseUp.csproj", "{21819BEA-455C-48A5-A497-3799C21201AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F9F7F5A-1C33-40F1-8BBC-86AC7174BA9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F9F7F5A-1C33-40F1-8BBC-86AC7174BA9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F9F7F5A-1C33-40F1-8BBC-86AC7174BA9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F9F7F5A-1C33-40F1-8BBC-86AC7174BA9E}.Release|Any CPU.Build.0 = Release|Any CPU
{E118D786-703C-46ED-A263-8EC886D8FB6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E118D786-703C-46ED-A263-8EC886D8FB6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E118D786-703C-46ED-A263-8EC886D8FB6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E118D786-703C-46ED-A263-8EC886D8FB6C}.Release|Any CPU.Build.0 = Release|Any CPU
{D50ECCCD-7AF3-4AE0-AA2C-412BA3F8E10B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D50ECCCD-7AF3-4AE0-AA2C-412BA3F8E10B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D50ECCCD-7AF3-4AE0-AA2C-412BA3F8E10B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D50ECCCD-7AF3-4AE0-AA2C-412BA3F8E10B}.Release|Any CPU.Build.0 = Release|Any CPU
{61DFA013-F68F-4D14-8373-1B894B37B5AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61DFA013-F68F-4D14-8373-1B894B37B5AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61DFA013-F68F-4D14-8373-1B894B37B5AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61DFA013-F68F-4D14-8373-1B894B37B5AF}.Release|Any CPU.Build.0 = Release|Any CPU
{21819BEA-455C-48A5-A497-3799C21201AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21819BEA-455C-48A5-A497-3799C21201AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21819BEA-455C-48A5-A497-3799C21201AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21819BEA-455C-48A5-A497-3799C21201AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {502DCBA9-3458-44F1-993C-A1F1BE6F4B68}
EndGlobalSection
EndGlobal