-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMsfsToolbarGenerator.sln
37 lines (37 loc) · 2.16 KB
/
MsfsToolbarGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsfsToolbarGenerator", "src\MsfsToolbarGenerator\MsfsToolbarGenerator.csproj", "{4C40E4C3-86D9-4CE6-AA5D-EE9CA86B4345}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsfsToolbarGenerator.Tests", "tests\MsfsToolbarGenerator.Tests\MsfsToolbarGenerator.Tests.csproj", "{AE494860-A4BD-41BA-9128-E7EB4A13CEFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsfsToolbarGenerator.Services", "src\MsfsToolbarGenerator.Services\MsfsToolbarGenerator.Services.csproj", "{0E02F941-D482-4028-9754-00A29E58787C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C40E4C3-86D9-4CE6-AA5D-EE9CA86B4345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C40E4C3-86D9-4CE6-AA5D-EE9CA86B4345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C40E4C3-86D9-4CE6-AA5D-EE9CA86B4345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C40E4C3-86D9-4CE6-AA5D-EE9CA86B4345}.Release|Any CPU.Build.0 = Release|Any CPU
{AE494860-A4BD-41BA-9128-E7EB4A13CEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE494860-A4BD-41BA-9128-E7EB4A13CEFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE494860-A4BD-41BA-9128-E7EB4A13CEFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE494860-A4BD-41BA-9128-E7EB4A13CEFC}.Release|Any CPU.Build.0 = Release|Any CPU
{0E02F941-D482-4028-9754-00A29E58787C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E02F941-D482-4028-9754-00A29E58787C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E02F941-D482-4028-9754-00A29E58787C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E02F941-D482-4028-9754-00A29E58787C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECAB5781-F799-44E9-BB4A-AA1C46EA5FFF}
EndGlobalSection
EndGlobal