-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInterpolSystem.sln
More file actions
55 lines (55 loc) · 3.58 KB
/
Copy pathInterpolSystem.sln
File metadata and controls
55 lines (55 loc) · 3.58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolSystem.Web", "InterpolSystem.Web\InterpolSystem.Web.csproj", "{02B92826-7BC8-4BAD-B481-43482C896A78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolSystem.Data", "InterpolSystem.Data\InterpolSystem.Data.csproj", "{F60FEB24-0504-4732-86D6-781C6DEEDF58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolSystem.Services", "InterpolSystem.Services\InterpolSystem.Services.csproj", "{7FDD4DE8-CF4C-4A53-95DF-054E11F62807}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolSystem.Test", "InterpolSystem.Test\InterpolSystem.Test.csproj", "{42517C54-5CF7-49C3-AFBA-F9144C97D36A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolSystem.Common", "InterpolSystem.Common\InterpolSystem.Common.csproj", "{F529B9D7-3C0F-48AB-8FB3-D591A509BB76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InterpolSystem.Api", "InterpolSystem.Api\InterpolSystem.Api.csproj", "{D143C779-3A17-4761-A4DC-5F6D86680DCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02B92826-7BC8-4BAD-B481-43482C896A78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B92826-7BC8-4BAD-B481-43482C896A78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B92826-7BC8-4BAD-B481-43482C896A78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B92826-7BC8-4BAD-B481-43482C896A78}.Release|Any CPU.Build.0 = Release|Any CPU
{F60FEB24-0504-4732-86D6-781C6DEEDF58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F60FEB24-0504-4732-86D6-781C6DEEDF58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F60FEB24-0504-4732-86D6-781C6DEEDF58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F60FEB24-0504-4732-86D6-781C6DEEDF58}.Release|Any CPU.Build.0 = Release|Any CPU
{7FDD4DE8-CF4C-4A53-95DF-054E11F62807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FDD4DE8-CF4C-4A53-95DF-054E11F62807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FDD4DE8-CF4C-4A53-95DF-054E11F62807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FDD4DE8-CF4C-4A53-95DF-054E11F62807}.Release|Any CPU.Build.0 = Release|Any CPU
{42517C54-5CF7-49C3-AFBA-F9144C97D36A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42517C54-5CF7-49C3-AFBA-F9144C97D36A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42517C54-5CF7-49C3-AFBA-F9144C97D36A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42517C54-5CF7-49C3-AFBA-F9144C97D36A}.Release|Any CPU.Build.0 = Release|Any CPU
{F529B9D7-3C0F-48AB-8FB3-D591A509BB76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F529B9D7-3C0F-48AB-8FB3-D591A509BB76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F529B9D7-3C0F-48AB-8FB3-D591A509BB76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F529B9D7-3C0F-48AB-8FB3-D591A509BB76}.Release|Any CPU.Build.0 = Release|Any CPU
{D143C779-3A17-4761-A4DC-5F6D86680DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D143C779-3A17-4761-A4DC-5F6D86680DCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D143C779-3A17-4761-A4DC-5F6D86680DCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D143C779-3A17-4761-A4DC-5F6D86680DCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1026EB1B-F172-49C7-BC6C-95A72DB2DBE8}
EndGlobalSection
EndGlobal