-
Notifications
You must be signed in to change notification settings - Fork 0
/
LeeWayEnsure.sln
46 lines (46 loc) · 2.81 KB
/
LeeWayEnsure.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.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{BD17E078-939C-4E5A-B714-74B0B6C39B18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeeWay.Ensure.ControllerAttributes", "LeeWay.Ensure.ControllerAttributes\LeeWay.Ensure.ControllerAttributes.csproj", "{EED9B22F-8AC0-4FD1-95E4-A4697871DCE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi.ConfigurationTests", "WebApi.ConfigurationTests\WebApi.ConfigurationTests.csproj", "{AF3C5077-308B-4346-A2F3-5F2F77D0C9FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LeeWay.Ensure.ControllerAttributes.Tests", "LeeWay.Ensure.ControllerAttributes.Tests\LeeWay.Ensure.ControllerAttributes.Tests.csproj", "{1F02A802-2FBC-4D5D-9DE1-C12D101D9B76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5594EDF-7E2D-401E-8B6B-E52A004A1285}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD17E078-939C-4E5A-B714-74B0B6C39B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD17E078-939C-4E5A-B714-74B0B6C39B18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD17E078-939C-4E5A-B714-74B0B6C39B18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED9B22F-8AC0-4FD1-95E4-A4697871DCE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED9B22F-8AC0-4FD1-95E4-A4697871DCE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EED9B22F-8AC0-4FD1-95E4-A4697871DCE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED9B22F-8AC0-4FD1-95E4-A4697871DCE1}.Release|Any CPU.Build.0 = Release|Any CPU
{AF3C5077-308B-4346-A2F3-5F2F77D0C9FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF3C5077-308B-4346-A2F3-5F2F77D0C9FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF3C5077-308B-4346-A2F3-5F2F77D0C9FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF3C5077-308B-4346-A2F3-5F2F77D0C9FA}.Release|Any CPU.Build.0 = Release|Any CPU
{1F02A802-2FBC-4D5D-9DE1-C12D101D9B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F02A802-2FBC-4D5D-9DE1-C12D101D9B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F02A802-2FBC-4D5D-9DE1-C12D101D9B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F02A802-2FBC-4D5D-9DE1-C12D101D9B76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06954310-0CE6-4F59-A130-2737F0BD3EF1}
EndGlobalSection
EndGlobal