-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathxalia-netcore.sln
31 lines (31 loc) · 1.67 KB
/
xalia-netcore.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
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xalia-netcore", "xalia\xalia-netcore.csproj", "{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug-Windows|Any CPU = Debug-Windows|Any CPU
Release-Windows|Any CPU = Release-Windows|Any CPU
Debug-Linux|Any CPU = Debug-Linux|Any CPU
Release-Linux|Any CPU = Release-Linux|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Debug-Windows|Any CPU.ActiveCfg = Debug-Windows|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Debug-Windows|Any CPU.Build.0 = Debug-Windows|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Release-Windows|Any CPU.ActiveCfg = Release-Windows|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Release-Windows|Any CPU.Build.0 = Release-Windows|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Debug-Linux|Any CPU.ActiveCfg = Debug-Linux|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Debug-Linux|Any CPU.Build.0 = Debug-Linux|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Release-Linux|Any CPU.ActiveCfg = Release-Linux|Any CPU
{1E49C5CD-BB47-4FFD-9AF1-DDBE234CBFB1}.Release-Linux|Any CPU.Build.0 = Release-Linux|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BEA8DBA-706C-4E3C-87E2-67043D9F1D6A}
EndGlobalSection
EndGlobal