-
Notifications
You must be signed in to change notification settings - Fork 0
/
ResponseCrafter.sln
39 lines (39 loc) · 2.1 KB
/
ResponseCrafter.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResponseCrafter", "src\ResponseCrafter\ResponseCrafter.csproj", "{25001943-A870-4E17-A9B9-0D190CEC819B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResponseCrafter.Demo", "test\ResponseCrafter.Demo\ResponseCrafter.Demo.csproj", "{112D91D7-F578-4303-9E05-2DFF4E03BB1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{857848B3-2453-4CC2-B5FE-D39C09E761A7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
.gitignore = .gitignore
Readme.md = Readme.md
global.json = global.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C43D3C79-62B4-43AC-A166-F64BC869D0E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{646B8401-EAE0-4A02-8F51-06FE9EE3D189}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25001943-A870-4E17-A9B9-0D190CEC819B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25001943-A870-4E17-A9B9-0D190CEC819B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25001943-A870-4E17-A9B9-0D190CEC819B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25001943-A870-4E17-A9B9-0D190CEC819B}.Release|Any CPU.Build.0 = Release|Any CPU
{112D91D7-F578-4303-9E05-2DFF4E03BB1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{112D91D7-F578-4303-9E05-2DFF4E03BB1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{112D91D7-F578-4303-9E05-2DFF4E03BB1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{112D91D7-F578-4303-9E05-2DFF4E03BB1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25001943-A870-4E17-A9B9-0D190CEC819B} = {C43D3C79-62B4-43AC-A166-F64BC869D0E9}
{112D91D7-F578-4303-9E05-2DFF4E03BB1B} = {646B8401-EAE0-4A02-8F51-06FE9EE3D189}
EndGlobalSection
EndGlobal