forked from digipolisantwerp/common_aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDigipolis.Common.sln
46 lines (46 loc) · 2.31 KB
/
Digipolis.Common.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8DAFF29F-F882-4365-9628-CBBA3E2EDB98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{707750AE-4198-47B7-8B8D-A50394030F98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDCB509C-6CF3-4E17-83EE-43E3AAC8F45F}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
gulpfile.js = gulpfile.js
LICENSE.txt = LICENSE.txt
NuGet.Config = NuGet.Config
package.json = package.json
readme.md = readme.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Digipolis.Common", "src\Digipolis.Common\Digipolis.Common.xproj", "{D829DDDF-89C0-41C7-931A-44E26AFEBE10}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Digipolis.Common.UnitTests", "test\Digipolis.Common.UnitTests\Digipolis.Common.UnitTests.xproj", "{4DCA17F6-05FB-4433-BEE2-9251AA268C7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D829DDDF-89C0-41C7-931A-44E26AFEBE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D829DDDF-89C0-41C7-931A-44E26AFEBE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D829DDDF-89C0-41C7-931A-44E26AFEBE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D829DDDF-89C0-41C7-931A-44E26AFEBE10}.Release|Any CPU.Build.0 = Release|Any CPU
{4DCA17F6-05FB-4433-BEE2-9251AA268C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DCA17F6-05FB-4433-BEE2-9251AA268C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DCA17F6-05FB-4433-BEE2-9251AA268C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DCA17F6-05FB-4433-BEE2-9251AA268C7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D829DDDF-89C0-41C7-931A-44E26AFEBE10} = {8DAFF29F-F882-4365-9628-CBBA3E2EDB98}
{4DCA17F6-05FB-4433-BEE2-9251AA268C7E} = {707750AE-4198-47B7-8B8D-A50394030F98}
EndGlobalSection
EndGlobal