-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKoptcha.sln
53 lines (53 loc) · 3.13 KB
/
Koptcha.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C5A6C092-D940-4DDD-B78D-CB292C30D8BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F09DCA8C-6C2B-40F9-9D9B-173322C69AC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Koptcha", "src\Koptcha\Koptcha.csproj", "{5ED43291-246B-4C2F-B34B-B9AAEB2FB738}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Koptcha.API", "tests\Koptcha.API\Koptcha.API.csproj", "{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Koptcha.Web", "tests\Koptcha.Web\Koptcha.Web.csproj", "{C12465C8-5EF8-43C0-B409-0078D8FFC6BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Koptcha.UnitTests", "tests\Koptcha.UnitTests\Koptcha.UnitTests.csproj", "{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ED43291-246B-4C2F-B34B-B9AAEB2FB738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED43291-246B-4C2F-B34B-B9AAEB2FB738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED43291-246B-4C2F-B34B-B9AAEB2FB738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED43291-246B-4C2F-B34B-B9AAEB2FB738}.Release|Any CPU.Build.0 = Release|Any CPU
{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA}.Release|Any CPU.Build.0 = Release|Any CPU
{C12465C8-5EF8-43C0-B409-0078D8FFC6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C12465C8-5EF8-43C0-B409-0078D8FFC6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C12465C8-5EF8-43C0-B409-0078D8FFC6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C12465C8-5EF8-43C0-B409-0078D8FFC6BB}.Release|Any CPU.Build.0 = Release|Any CPU
{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5ED43291-246B-4C2F-B34B-B9AAEB2FB738} = {C5A6C092-D940-4DDD-B78D-CB292C30D8BA}
{D028B9F7-6FA9-4651-82A7-C8CE728BB5AA} = {F09DCA8C-6C2B-40F9-9D9B-173322C69AC3}
{C12465C8-5EF8-43C0-B409-0078D8FFC6BB} = {F09DCA8C-6C2B-40F9-9D9B-173322C69AC3}
{14DA2F67-15DD-4AF7-9913-CD1CF98BA3A0} = {F09DCA8C-6C2B-40F9-9D9B-173322C69AC3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D24025F2-2244-465E-8F70-BB70B479DBFD}
EndGlobalSection
EndGlobal