-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blatomic.sln
58 lines (58 loc) · 3.18 KB
/
Blatomic.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
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{555F4215-7FDE-4916-9A24-BC954E0B8D8D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blatomic", "Blatomic\Blatomic.csproj", "{B2928ADB-1406-4C28-84C0-25B1C9409A98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blatomic.Server", "Blatomic.Server\Blatomic.Server.csproj", "{1FC44A2B-8667-4EC6-B215-3AD77B342320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blatomic.Examples", "Blatomic.Examples\Blatomic.Examples.csproj", "{252405D2-24CF-48A7-AAFD-0BCAD663D7B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blatomic.WASM", "Blatomic.WASM\Blatomic.WASM.csproj", "{F74BC339-5527-494A-AA43-0EDC51351BD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{B44D7BF2-2A40-437D-BAA2-8B22993588DD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\workflows\Github-Pages.yml = .github\workflows\Github-Pages.yml
LICENSE = LICENSE
.github\workflows\Nuget.yml = .github\workflows\Nuget.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2928ADB-1406-4C28-84C0-25B1C9409A98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2928ADB-1406-4C28-84C0-25B1C9409A98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2928ADB-1406-4C28-84C0-25B1C9409A98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2928ADB-1406-4C28-84C0-25B1C9409A98}.Release|Any CPU.Build.0 = Release|Any CPU
{1FC44A2B-8667-4EC6-B215-3AD77B342320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FC44A2B-8667-4EC6-B215-3AD77B342320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FC44A2B-8667-4EC6-B215-3AD77B342320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FC44A2B-8667-4EC6-B215-3AD77B342320}.Release|Any CPU.Build.0 = Release|Any CPU
{252405D2-24CF-48A7-AAFD-0BCAD663D7B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{252405D2-24CF-48A7-AAFD-0BCAD663D7B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{252405D2-24CF-48A7-AAFD-0BCAD663D7B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{252405D2-24CF-48A7-AAFD-0BCAD663D7B4}.Release|Any CPU.Build.0 = Release|Any CPU
{F74BC339-5527-494A-AA43-0EDC51351BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F74BC339-5527-494A-AA43-0EDC51351BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F74BC339-5527-494A-AA43-0EDC51351BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F74BC339-5527-494A-AA43-0EDC51351BD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B2CA165-88F9-4138-B97F-AC2C6397C67B}
EndGlobalSection
EndGlobal