-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Organisationsnummer.sln
31 lines (31 loc) · 1.71 KB
/
Organisationsnummer.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}") = "Organisationsnummer", "Organisationsnummer\Organisationsnummer.csproj", "{D48ADBCE-59A0-41EC-84E1-24379DEBF83B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Organisationsnummer.Tests", "Organisationsnummer.Tests\Organisationsnummer.Tests.csproj", "{572BFDF4-89A0-4852-A065-36679AFA56DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{6BCFD695-DA1D-496D-A7BE-53BC1C820771}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
.github\workflows\analysis.yml = .github\workflows\analysis.yml
.github\workflows\release.yml = .github\workflows\release.yml
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D48ADBCE-59A0-41EC-84E1-24379DEBF83B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48ADBCE-59A0-41EC-84E1-24379DEBF83B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48ADBCE-59A0-41EC-84E1-24379DEBF83B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48ADBCE-59A0-41EC-84E1-24379DEBF83B}.Release|Any CPU.Build.0 = Release|Any CPU
{572BFDF4-89A0-4852-A065-36679AFA56DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{572BFDF4-89A0-4852-A065-36679AFA56DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{572BFDF4-89A0-4852-A065-36679AFA56DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{572BFDF4-89A0-4852-A065-36679AFA56DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal