-
Notifications
You must be signed in to change notification settings - Fork 0
/
KodUppgift.sln
54 lines (54 loc) · 3.44 KB
/
KodUppgift.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KodUppgift", "KodUppgift\KodUppgift.csproj", "{DB17A327-B46F-4631-9AD4-B84D87D404C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{E5C0C44E-681C-45C3-9389-FCE87DB02F6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{8FAD8D71-C765-468E-BAA9-4B6EE7510DC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KodUppgift.Infrastructure", "KodUppgift.Infrastructure\KodUppgift.Infrastructure.csproj", "{AFE9E698-1618-4B5D-AD98-597751B3DC62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KodUppgift.Core", "KodUppgift.Core\KodUppgift.Core.csproj", "{4F5656AB-247C-4EE7-B0DA-33F0B9544871}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KodUppgift.Tests.Unit", "KodUppgift.Tests.Unit\KodUppgift.Tests.Unit.csproj", "{A1BC0967-B043-4436-883A-E93107F0BD9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KodUppgift.Tests.Integration", "KodUppgift.Tests.Integration\KodUppgift.Tests.Integration.csproj", "{3523A921-B027-48EB-98CD-611135191F68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB17A327-B46F-4631-9AD4-B84D87D404C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB17A327-B46F-4631-9AD4-B84D87D404C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB17A327-B46F-4631-9AD4-B84D87D404C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB17A327-B46F-4631-9AD4-B84D87D404C9}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE9E698-1618-4B5D-AD98-597751B3DC62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE9E698-1618-4B5D-AD98-597751B3DC62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE9E698-1618-4B5D-AD98-597751B3DC62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE9E698-1618-4B5D-AD98-597751B3DC62}.Release|Any CPU.Build.0 = Release|Any CPU
{4F5656AB-247C-4EE7-B0DA-33F0B9544871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F5656AB-247C-4EE7-B0DA-33F0B9544871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F5656AB-247C-4EE7-B0DA-33F0B9544871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F5656AB-247C-4EE7-B0DA-33F0B9544871}.Release|Any CPU.Build.0 = Release|Any CPU
{A1BC0967-B043-4436-883A-E93107F0BD9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1BC0967-B043-4436-883A-E93107F0BD9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1BC0967-B043-4436-883A-E93107F0BD9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1BC0967-B043-4436-883A-E93107F0BD9A}.Release|Any CPU.Build.0 = Release|Any CPU
{3523A921-B027-48EB-98CD-611135191F68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3523A921-B027-48EB-98CD-611135191F68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3523A921-B027-48EB-98CD-611135191F68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3523A921-B027-48EB-98CD-611135191F68}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AFE9E698-1618-4B5D-AD98-597751B3DC62} = {8FAD8D71-C765-468E-BAA9-4B6EE7510DC6}
{4F5656AB-247C-4EE7-B0DA-33F0B9544871} = {E5C0C44E-681C-45C3-9389-FCE87DB02F6C}
EndGlobalSection
EndGlobal