-
Notifications
You must be signed in to change notification settings - Fork 0
/
Swapper.sln
37 lines (37 loc) · 1.87 KB
/
Swapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swapper", "Swapper\Swapper.csproj", "{841C7493-F8B4-49AB-A963-460CC22A8879}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7BF4AB2-26B3-4424-8E56-82C91BECCA45}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\ci.yaml = .github\workflows\ci.yaml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwapperTests", "SwapperTests\SwapperTests.csproj", "{17396CF2-743E-4F90-B0AB-4D39F71A39D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{841C7493-F8B4-49AB-A963-460CC22A8879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{841C7493-F8B4-49AB-A963-460CC22A8879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{841C7493-F8B4-49AB-A963-460CC22A8879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{841C7493-F8B4-49AB-A963-460CC22A8879}.Release|Any CPU.Build.0 = Release|Any CPU
{17396CF2-743E-4F90-B0AB-4D39F71A39D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17396CF2-743E-4F90-B0AB-4D39F71A39D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17396CF2-743E-4F90-B0AB-4D39F71A39D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17396CF2-743E-4F90-B0AB-4D39F71A39D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E29DFC32-B0E0-4B08-89E9-3EDBE33751D0}
EndGlobalSection
EndGlobal