-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTabletopSimulatorMTGDeckImporter.sln
49 lines (49 loc) · 3.17 KB
/
TabletopSimulatorMTGDeckImporter.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabletopMtgImporter.Console", "TabletopMtgImporter.Console\TabletopMtgImporter.Console.csproj", "{7D043E0C-443D-4CB9-BAC6-2041ECB5B8BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabletopMtgImporter.Tests", "TabletopMtgImporter.Tests\TabletopMtgImporter.Tests.csproj", "{B43924FC-1232-42DD-ACE0-E5567FF0508E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabletopMtgImporter.Core", "TabletopMtgImporter.Core\TabletopMtgImporter.Core.csproj", "{479C3985-4E3B-4FCF-A4E7-74155FDD7F9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TabletopMtgImporter.Wpf", "TabletopMtgImporter.Wpf\TabletopMtgImporter.Wpf.csproj", "{E7FF90EC-3803-4B8B-BCDB-9CFF4C299FD2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabletopMtgImporter.Blazor", "TabletopMtgImporter.Blazor\TabletopMtgImporter.Blazor.csproj", "{3642643D-182F-4055-B860-8BF9CFCA9C8A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D043E0C-443D-4CB9-BAC6-2041ECB5B8BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D043E0C-443D-4CB9-BAC6-2041ECB5B8BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D043E0C-443D-4CB9-BAC6-2041ECB5B8BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D043E0C-443D-4CB9-BAC6-2041ECB5B8BC}.Release|Any CPU.Build.0 = Release|Any CPU
{B43924FC-1232-42DD-ACE0-E5567FF0508E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B43924FC-1232-42DD-ACE0-E5567FF0508E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B43924FC-1232-42DD-ACE0-E5567FF0508E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B43924FC-1232-42DD-ACE0-E5567FF0508E}.Release|Any CPU.Build.0 = Release|Any CPU
{479C3985-4E3B-4FCF-A4E7-74155FDD7F9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{479C3985-4E3B-4FCF-A4E7-74155FDD7F9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{479C3985-4E3B-4FCF-A4E7-74155FDD7F9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{479C3985-4E3B-4FCF-A4E7-74155FDD7F9A}.Release|Any CPU.Build.0 = Release|Any CPU
{E7FF90EC-3803-4B8B-BCDB-9CFF4C299FD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7FF90EC-3803-4B8B-BCDB-9CFF4C299FD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7FF90EC-3803-4B8B-BCDB-9CFF4C299FD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7FF90EC-3803-4B8B-BCDB-9CFF4C299FD2}.Release|Any CPU.Build.0 = Release|Any CPU
{3642643D-182F-4055-B860-8BF9CFCA9C8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3642643D-182F-4055-B860-8BF9CFCA9C8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3642643D-182F-4055-B860-8BF9CFCA9C8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3642643D-182F-4055-B860-8BF9CFCA9C8A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B76EF47-5D2C-4AAA-93D7-30C3414F0DCD}
EndGlobalSection
EndGlobal