-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScreenshotCreator.sln
42 lines (42 loc) · 2.34 KB
/
ScreenshotCreator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenshotCreator.Api", "src\ScreenshotCreator.Api\ScreenshotCreator.Api.csproj", "{AE902DDE-E98D-4085-8FBF-BE79A3865F13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenshotCreator.Logic", "src\ScreenshotCreator.Logic\ScreenshotCreator.Logic.csproj", "{5D531077-4585-4BD2-A67C-1544D9FBE220}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests\Tests.csproj", "{917FE148-D72B-45B2-9E72-94A3AB1F9DB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutions Items", "Solutions Items", "{800672F8-964A-48D5-83A9-545E52E8E906}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.md = LICENSE.md
README.md = README.md
renovate.json = renovate.json
stryker-config.json = stryker-config.json
.github\workflows\CI_CD.yml = .github\workflows\CI_CD.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE902DDE-E98D-4085-8FBF-BE79A3865F13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE902DDE-E98D-4085-8FBF-BE79A3865F13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE902DDE-E98D-4085-8FBF-BE79A3865F13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE902DDE-E98D-4085-8FBF-BE79A3865F13}.Release|Any CPU.Build.0 = Release|Any CPU
{5D531077-4585-4BD2-A67C-1544D9FBE220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D531077-4585-4BD2-A67C-1544D9FBE220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D531077-4585-4BD2-A67C-1544D9FBE220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D531077-4585-4BD2-A67C-1544D9FBE220}.Release|Any CPU.Build.0 = Release|Any CPU
{917FE148-D72B-45B2-9E72-94A3AB1F9DB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{917FE148-D72B-45B2-9E72-94A3AB1F9DB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{917FE148-D72B-45B2-9E72-94A3AB1F9DB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{917FE148-D72B-45B2-9E72-94A3AB1F9DB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal