This repository has been archived by the owner on May 3, 2024. It is now read-only.
forked from alexreinert/ARSoft.Tools.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Enclave.ARSoft.Tools.Net.sln
45 lines (45 loc) · 2.41 KB
/
Enclave.ARSoft.Tools.Net.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
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79AA3194-4E39-415B-A737-A3D7421EF59A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enclave.ARSoft.Tools.Net", "src\Enclave.ARSoft.Tools.Net\Enclave.ARSoft.Tools.Net.csproj", "{31DB8445-094F-4727-B847-ED9CFE6B0778}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E4ACE62-52D5-4397-9C5F-6617A4392B9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{45D7BEA2-F067-4ED2-A666-FCA8A5FB90B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enclave.ARSoft.Tools.Net.Tests", "tests\Enclave.ARSoft.Tools.Net.Tests\Enclave.ARSoft.Tools.Net.Tests.csproj", "{A6C0E909-B6EB-419E-8E1A-79A97C889679}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31DB8445-094F-4727-B847-ED9CFE6B0778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31DB8445-094F-4727-B847-ED9CFE6B0778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31DB8445-094F-4727-B847-ED9CFE6B0778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31DB8445-094F-4727-B847-ED9CFE6B0778}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C0E909-B6EB-419E-8E1A-79A97C889679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C0E909-B6EB-419E-8E1A-79A97C889679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C0E909-B6EB-419E-8E1A-79A97C889679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C0E909-B6EB-419E-8E1A-79A97C889679}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{31DB8445-094F-4727-B847-ED9CFE6B0778} = {45D7BEA2-F067-4ED2-A666-FCA8A5FB90B9}
{A6C0E909-B6EB-419E-8E1A-79A97C889679} = {6E4ACE62-52D5-4397-9C5F-6617A4392B9C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D83AF96-71EE-44F9-95FC-C4559F160D9A}
EndGlobalSection
EndGlobal