-
Notifications
You must be signed in to change notification settings - Fork 17
/
Foolproof.Core.sln
49 lines (49 loc) · 3.24 KB
/
Foolproof.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoolProof.Core", "FoolProof.Core\FoolProof.Core.csproj", "{BF5B2183-2F4B-4222-8443-C0FDF82416D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoolProof.Core.Tests.Models", "FoolProof.Core.Tests.Models\FoolProof.Core.Tests.Models.csproj", "{CF180165-7679-4413-B75E-91886A880C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoolProof.Core.Tests.UnitTests", "FoolProof.Core.Tests.UnitTests\FoolProof.Core.Tests.UnitTests.csproj", "{E6C973E9-EB76-4122-814C-512752302DDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoolProof.Core.Tests.E2eTests.WebApp", "FoolProof.Core.Tests.WebApp\FoolProof.Core.Tests.E2eTests.WebApp.csproj", "{A3D4C2F4-DB3C-4E28-BA13-455612F39A52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FoolProof.Core.Tests.E2eTests", "FoolProof.Core.Tests.E2eTests\FoolProof.Core.Tests.E2eTests.csproj", "{5CDB01AB-548B-4BB4-BEAA-3E1BFC15D96D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF5B2183-2F4B-4222-8443-C0FDF82416D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF5B2183-2F4B-4222-8443-C0FDF82416D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF5B2183-2F4B-4222-8443-C0FDF82416D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF5B2183-2F4B-4222-8443-C0FDF82416D3}.Release|Any CPU.Build.0 = Release|Any CPU
{CF180165-7679-4413-B75E-91886A880C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF180165-7679-4413-B75E-91886A880C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF180165-7679-4413-B75E-91886A880C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF180165-7679-4413-B75E-91886A880C73}.Release|Any CPU.Build.0 = Release|Any CPU
{E6C973E9-EB76-4122-814C-512752302DDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6C973E9-EB76-4122-814C-512752302DDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6C973E9-EB76-4122-814C-512752302DDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6C973E9-EB76-4122-814C-512752302DDF}.Release|Any CPU.Build.0 = Release|Any CPU
{A3D4C2F4-DB3C-4E28-BA13-455612F39A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3D4C2F4-DB3C-4E28-BA13-455612F39A52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3D4C2F4-DB3C-4E28-BA13-455612F39A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3D4C2F4-DB3C-4E28-BA13-455612F39A52}.Release|Any CPU.Build.0 = Release|Any CPU
{5CDB01AB-548B-4BB4-BEAA-3E1BFC15D96D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDB01AB-548B-4BB4-BEAA-3E1BFC15D96D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDB01AB-548B-4BB4-BEAA-3E1BFC15D96D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDB01AB-548B-4BB4-BEAA-3E1BFC15D96D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D16ED48-335F-4E4D-A055-E45C5919AC4A}
EndGlobalSection
EndGlobal