-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWiz.Template.sln
46 lines (46 loc) · 2.68 KB
/
Wiz.Template.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{218E7B86-B97B-4482-83A6-4DEAF083A096}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D93B2470-969A-4829-8843-A7258C9CE075}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wiz.Template.API", "src\Wiz.Template.API\Wiz.Template.API.csproj", "{49D2F2C8-D6E4-46FF-A7D6-3489366333B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wiz.Template.Integration.Tests", "test\Wiz.Template.Integration.Tests\Wiz.Template.Integration.Tests.csproj", "{41C492C7-E69D-4827-8217-F24C5081A482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wiz.Template.Unit.Tests", "test\Wiz.Template.Unit.Tests\Wiz.Template.Unit.Tests.csproj", "{EBC8D897-73CF-4194-8E87-CF1DB85D9E58}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49D2F2C8-D6E4-46FF-A7D6-3489366333B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D2F2C8-D6E4-46FF-A7D6-3489366333B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D2F2C8-D6E4-46FF-A7D6-3489366333B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D2F2C8-D6E4-46FF-A7D6-3489366333B9}.Release|Any CPU.Build.0 = Release|Any CPU
{41C492C7-E69D-4827-8217-F24C5081A482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41C492C7-E69D-4827-8217-F24C5081A482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41C492C7-E69D-4827-8217-F24C5081A482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41C492C7-E69D-4827-8217-F24C5081A482}.Release|Any CPU.Build.0 = Release|Any CPU
{EBC8D897-73CF-4194-8E87-CF1DB85D9E58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBC8D897-73CF-4194-8E87-CF1DB85D9E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBC8D897-73CF-4194-8E87-CF1DB85D9E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBC8D897-73CF-4194-8E87-CF1DB85D9E58}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{49D2F2C8-D6E4-46FF-A7D6-3489366333B9} = {218E7B86-B97B-4482-83A6-4DEAF083A096}
{41C492C7-E69D-4827-8217-F24C5081A482} = {D93B2470-969A-4829-8843-A7258C9CE075}
{EBC8D897-73CF-4194-8E87-CF1DB85D9E58} = {D93B2470-969A-4829-8843-A7258C9CE075}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A30B5BAF-13BF-4BEA-9396-E6F5B2880F93}
EndGlobalSection
EndGlobal