-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenGraphTilemakerReborn.sln
54 lines (54 loc) · 2.71 KB
/
OpenGraphTilemakerReborn.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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34227.203
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutionwide", "Solutionwide", "{71D91AF6-166B-495B-A008-00B312E31FC2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
Build.ps1 = Build.ps1
.github\dependabot.yml = .github\dependabot.yml
.devcontainer\devcontainer.json = .devcontainer\devcontainer.json
Directory.Build.props = Directory.Build.props
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
InstallTools.ps1 = InstallTools.ps1
License.txt = License.txt
README.md = README.md
Test.ps1 = Test.ps1
Watch.ps1 = Watch.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp", "src\BlazorApp\BlazorApp\BlazorApp.csproj", "{A5585F08-1BBB-4600-BCA4-7C570F436377}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorApp.Client", "src\BlazorApp\BlazorApp.Client\BlazorApp.Client.csproj", "{7C730F45-8F95-40F0-8250-7B9F2F816C70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{333D882E-FBF0-4614-A31D-D041F75555BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5585F08-1BBB-4600-BCA4-7C570F436377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5585F08-1BBB-4600-BCA4-7C570F436377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5585F08-1BBB-4600-BCA4-7C570F436377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5585F08-1BBB-4600-BCA4-7C570F436377}.Release|Any CPU.Build.0 = Release|Any CPU
{7C730F45-8F95-40F0-8250-7B9F2F816C70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C730F45-8F95-40F0-8250-7B9F2F816C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C730F45-8F95-40F0-8250-7B9F2F816C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C730F45-8F95-40F0-8250-7B9F2F816C70}.Release|Any CPU.Build.0 = Release|Any CPU
{333D882E-FBF0-4614-A31D-D041F75555BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{333D882E-FBF0-4614-A31D-D041F75555BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{333D882E-FBF0-4614-A31D-D041F75555BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{333D882E-FBF0-4614-A31D-D041F75555BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E187522-65EF-48C5-83AC-7501EA6851E0}
EndGlobalSection
EndGlobal