-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNPF.MultipleEleven.sln
More file actions
37 lines (37 loc) · 2.13 KB
/
NPF.MultipleEleven.sln
File metadata and controls
37 lines (37 loc) · 2.13 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28917.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPF.MultipleEleven.Api", "NPF.MultipleEleven\NPF.MultipleEleven.Api.csproj", "{0A8012A2-D52A-46E5-9831-8492AA61E9B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NPF.MultipleEleven.Domain", "NPF.MultipleEleven.Domain\NPF.MultipleEleven.Domain.csproj", "{385D33AF-E6AE-4657-896C-C7421AD9CECB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPF.MultipleEleven.Test", "NPF.MultipleEleven.Test\NPF.MultipleEleven.Test.csproj", "{77F0336C-FA20-44FD-897B-C0141BEC4B41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A8012A2-D52A-46E5-9831-8492AA61E9B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A8012A2-D52A-46E5-9831-8492AA61E9B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A8012A2-D52A-46E5-9831-8492AA61E9B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A8012A2-D52A-46E5-9831-8492AA61E9B5}.Release|Any CPU.Build.0 = Release|Any CPU
{385D33AF-E6AE-4657-896C-C7421AD9CECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{385D33AF-E6AE-4657-896C-C7421AD9CECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{385D33AF-E6AE-4657-896C-C7421AD9CECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{385D33AF-E6AE-4657-896C-C7421AD9CECB}.Release|Any CPU.Build.0 = Release|Any CPU
{77F0336C-FA20-44FD-897B-C0141BEC4B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77F0336C-FA20-44FD-897B-C0141BEC4B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77F0336C-FA20-44FD-897B-C0141BEC4B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77F0336C-FA20-44FD-897B-C0141BEC4B41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6AC9FF50-D1CA-46DF-B702-C335179A9B56}
EndGlobalSection
EndGlobal