-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Disarm.sln
31 lines (31 loc) · 1.64 KB
/
Disarm.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disarm", "Disarm\Disarm.csproj", "{D78BD7F9-2C59-43E4-BD59-DB9C6260652D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disarm.Tests", "Disarm.Tests\Disarm.Tests.csproj", "{7B12FFDF-C869-4557-98F7-75DFE050B4B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1BFC1F4-74C4-40DA-91EE-A92CA4EC0ECF}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\FUNDING.yml = .github\FUNDING.yml
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D78BD7F9-2C59-43E4-BD59-DB9C6260652D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78BD7F9-2C59-43E4-BD59-DB9C6260652D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D78BD7F9-2C59-43E4-BD59-DB9C6260652D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D78BD7F9-2C59-43E4-BD59-DB9C6260652D}.Release|Any CPU.Build.0 = Release|Any CPU
{7B12FFDF-C869-4557-98F7-75DFE050B4B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B12FFDF-C869-4557-98F7-75DFE050B4B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B12FFDF-C869-4557-98F7-75DFE050B4B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B12FFDF-C869-4557-98F7-75DFE050B4B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal