-
Notifications
You must be signed in to change notification settings - Fork 0
/
AnkiPoetry.sln
43 lines (43 loc) · 2.38 KB
/
AnkiPoetry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnkiPoetry.BlazorWasm", "AnkiPoetry.BlazorWasm\AnkiPoetry.BlazorWasm.csproj", "{B840D8EE-0998-43AF-B9D3-E99CD3CC7A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnkiPoetry.Engine", "AnkiPoetry.Engine\AnkiPoetry.Engine.csproj", "{9DC7F4B4-2272-4FB5-ABD1-2CE1E3513FCB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnkiPoetry.ConsoleApp", "AnkiPoetry.ConsoleApp\AnkiPoetry.ConsoleApp.csproj", "{34326696-5E08-4AF6-992B-40D62B779E52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4064B473-78E6-4D58-8E65-00EA660D5043}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.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
{B840D8EE-0998-43AF-B9D3-E99CD3CC7A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B840D8EE-0998-43AF-B9D3-E99CD3CC7A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B840D8EE-0998-43AF-B9D3-E99CD3CC7A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B840D8EE-0998-43AF-B9D3-E99CD3CC7A95}.Release|Any CPU.Build.0 = Release|Any CPU
{9DC7F4B4-2272-4FB5-ABD1-2CE1E3513FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DC7F4B4-2272-4FB5-ABD1-2CE1E3513FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DC7F4B4-2272-4FB5-ABD1-2CE1E3513FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DC7F4B4-2272-4FB5-ABD1-2CE1E3513FCB}.Release|Any CPU.Build.0 = Release|Any CPU
{34326696-5E08-4AF6-992B-40D62B779E52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34326696-5E08-4AF6-992B-40D62B779E52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34326696-5E08-4AF6-992B-40D62B779E52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34326696-5E08-4AF6-992B-40D62B779E52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70566FDE-4629-4D15-A9F2-D40681C4AD95}
EndGlobalSection
EndGlobal