-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMiniMock.sln
51 lines (51 loc) · 2.77 KB
/
MiniMock.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniMock", "src\MiniMock\MiniMock.csproj", "{1F44C1A7-017D-4167-8A10-9A89204A0190}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniMock.Tests", "tests\MiniMock.Tests\MiniMock.Tests.csproj", "{2E6D46C0-7798-4D56-B5D3-44773E594C3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniMock.UnitTests", "tests\MiniMock.UnitTests\MiniMock.UnitTests.csproj", "{6614DEAC-28BC-4868-9C45-88B52E30E656}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12BE89A3-2ACE-4CBC-9635-2D393D3B8B59}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E83C427B-14A6-4558-8255-0FCCD5D1F1DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E8ADDB66-6FEA-4944-8965-5F2C818F1943}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F44C1A7-017D-4167-8A10-9A89204A0190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F44C1A7-017D-4167-8A10-9A89204A0190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F44C1A7-017D-4167-8A10-9A89204A0190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F44C1A7-017D-4167-8A10-9A89204A0190}.Release|Any CPU.Build.0 = Release|Any CPU
{2E6D46C0-7798-4D56-B5D3-44773E594C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6D46C0-7798-4D56-B5D3-44773E594C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6D46C0-7798-4D56-B5D3-44773E594C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6D46C0-7798-4D56-B5D3-44773E594C3D}.Release|Any CPU.Build.0 = Release|Any CPU
{6614DEAC-28BC-4868-9C45-88B52E30E656}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6614DEAC-28BC-4868-9C45-88B52E30E656}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6614DEAC-28BC-4868-9C45-88B52E30E656}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6614DEAC-28BC-4868-9C45-88B52E30E656}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1F44C1A7-017D-4167-8A10-9A89204A0190} = {E83C427B-14A6-4558-8255-0FCCD5D1F1DD}
{2E6D46C0-7798-4D56-B5D3-44773E594C3D} = {E8ADDB66-6FEA-4944-8965-5F2C818F1943}
{6614DEAC-28BC-4868-9C45-88B52E30E656} = {E8ADDB66-6FEA-4944-8965-5F2C818F1943}
EndGlobalSection
EndGlobal