-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIFS.sln
70 lines (70 loc) · 3.48 KB
/
IFS.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IFS.Tests.Unit", "tests\IFS.Tests.Unit\IFS.Tests.Unit.csproj", "{68AC4ED0-8D68-4394-B04B-AC4A873CC809}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IFS.Web", "src\IFS.Web\IFS.Web.csproj", "{E0860D0C-660D-46CF-85A8-6E4131A84E7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{1183A493-9086-4E8B-9F59-9E6736CC9337}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{70B87995-1F6B-4E46-BCBE-6BD73FDFDCDF}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
build.cmd = build.cmd
build.config = build.config
build.ps1 = build.ps1
build.sh = build.sh
Directory.Build.props = Directory.Build.props
dotnet-tools.json = dotnet-tools.json
global.json = global.json
README.md = README.md
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5778040C-80C9-40B6-821B-CB6CAEBB4120}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{315571D9-5BB7-4BBA-B669-2751303B60D3}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IFS.Tests.Integration", "tests\IFS.Tests.Integration\IFS.Tests.Integration.csproj", "{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68AC4ED0-8D68-4394-B04B-AC4A873CC809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68AC4ED0-8D68-4394-B04B-AC4A873CC809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68AC4ED0-8D68-4394-B04B-AC4A873CC809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68AC4ED0-8D68-4394-B04B-AC4A873CC809}.Release|Any CPU.Build.0 = Release|Any CPU
{E0860D0C-660D-46CF-85A8-6E4131A84E7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0860D0C-660D-46CF-85A8-6E4131A84E7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0860D0C-660D-46CF-85A8-6E4131A84E7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0860D0C-660D-46CF-85A8-6E4131A84E7D}.Release|Any CPU.Build.0 = Release|Any CPU
{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{68AC4ED0-8D68-4394-B04B-AC4A873CC809} = {315571D9-5BB7-4BBA-B669-2751303B60D3}
{E0860D0C-660D-46CF-85A8-6E4131A84E7D} = {5778040C-80C9-40B6-821B-CB6CAEBB4120}
{EB3ED962-F7AE-4AB0-9AE6-C8191B13BF13} = {315571D9-5BB7-4BBA-B669-2751303B60D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D7CD273-DD1B-435E-8EE4-ED22A5A3DAE1}
EndGlobalSection
EndGlobal