-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArmaForces.ArmaServerManager.sln
48 lines (48 loc) · 2.94 KB
/
ArmaForces.ArmaServerManager.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
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmaForces.ArmaServerManager", "ArmaForces.ArmaServerManager\ArmaForces.ArmaServerManager.csproj", "{C9056683-85D1-4DD1-B1EC-21DD23DBF2D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmaForces.ArmaServerManager.Tests", "ArmaForces.ArmaServerManager.Tests\ArmaForces.ArmaServerManager.Tests.csproj", "{08EBE0BE-DA40-4DB3-BAEA-BBEC693F2EAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmaForces.Arma.Server", "ArmaForces.Arma.Server\ArmaForces.Arma.Server.csproj", "{4271212F-F601-4C64-8128-AA9EC2F01CD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArmaForces.Arma.Server.Tests", "ArmaForces.Arma.Server.Tests\ArmaForces.Arma.Server.Tests.csproj", "{133F10D8-E2BA-479F-AEEC-5365698BA7F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{A4DAB096-88DC-4A35-88DA-B1F406794B6B}"
ProjectSection(SolutionItems) = preProject
dotnet-releaser.toml = dotnet-releaser.toml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9056683-85D1-4DD1-B1EC-21DD23DBF2D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9056683-85D1-4DD1-B1EC-21DD23DBF2D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9056683-85D1-4DD1-B1EC-21DD23DBF2D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9056683-85D1-4DD1-B1EC-21DD23DBF2D2}.Release|Any CPU.Build.0 = Release|Any CPU
{08EBE0BE-DA40-4DB3-BAEA-BBEC693F2EAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08EBE0BE-DA40-4DB3-BAEA-BBEC693F2EAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08EBE0BE-DA40-4DB3-BAEA-BBEC693F2EAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08EBE0BE-DA40-4DB3-BAEA-BBEC693F2EAC}.Release|Any CPU.Build.0 = Release|Any CPU
{4271212F-F601-4C64-8128-AA9EC2F01CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4271212F-F601-4C64-8128-AA9EC2F01CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4271212F-F601-4C64-8128-AA9EC2F01CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4271212F-F601-4C64-8128-AA9EC2F01CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{133F10D8-E2BA-479F-AEEC-5365698BA7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{133F10D8-E2BA-479F-AEEC-5365698BA7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{133F10D8-E2BA-479F-AEEC-5365698BA7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{133F10D8-E2BA-479F-AEEC-5365698BA7F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9070EE35-E4E9-4A03-9C74-83DCAD073551}
EndGlobalSection
EndGlobal