-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsynts.Recall.sln
55 lines (55 loc) · 3.36 KB
/
Asynts.Recall.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asynts.Recall.Frontend", "Asynts.Recall.Frontend\Asynts.Recall.Frontend.csproj", "{1D1249FA-1761-4686-99A1-5CF8DA3918C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B699974A-A27B-4FDF-A44D-213F8B57E519}"
ProjectSection(SolutionItems) = preProject
0001_di-with-xaml-using-dependency-property.md = 0001_di-with-xaml-using-dependency-property.md
0002_moving-search-into-backend.md = 0002_moving-search-into-backend.md
0003_twoway-binding-textbox-always-empty.md = 0003_twoway-binding-textbox-always-empty.md
0004_typos.md = 0004_typos.md
0005_rename-app-xaml-file.md = 0005_rename-app-xaml-file.md
0006_what-happens-if-linq-query-cancelled.md = 0006_what-happens-if-linq-query-cancelled.md
0007_items-control-bindings-broken.md = 0007_items-control-bindings-broken.md
0008_navigation-based-on-search.md = 0008_navigation-based-on-search.md
0009_binding-to-expose-sibling-command.md = 0009_binding-to-expose-sibling-command.md
0010_dotnet-problems.md = 0010_dotnet-problems.md
0011_propagate-id-into-page-model.md = 0011_propagate-id-into-page-model.md
0013_todo.md = 0013_todo.md
0016_Markdown-Syntax-Highlight-For-Custom-Extension.md = 0016_Markdown-Syntax-Highlight-For-Custom-Extension.md
0017_No-Scrollbar-In-ContentControl.md = 0017_No-Scrollbar-In-ContentControl.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asynts.Recall.Backend", "Asynts.Recall.Backend\Asynts.Recall.Backend.csproj", "{5277F584-9275-45BC-B603-D2683ED102D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Asynts.Recall.Backend.Test", "Asynts.Recall.Backend.Test\Asynts.Recall.Backend.Test.csproj", "{81284C09-D49A-48A0-9962-2C90C8D8D0A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D1249FA-1761-4686-99A1-5CF8DA3918C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1249FA-1761-4686-99A1-5CF8DA3918C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1249FA-1761-4686-99A1-5CF8DA3918C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1249FA-1761-4686-99A1-5CF8DA3918C6}.Release|Any CPU.Build.0 = Release|Any CPU
{5277F584-9275-45BC-B603-D2683ED102D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5277F584-9275-45BC-B603-D2683ED102D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5277F584-9275-45BC-B603-D2683ED102D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5277F584-9275-45BC-B603-D2683ED102D4}.Release|Any CPU.Build.0 = Release|Any CPU
{81284C09-D49A-48A0-9962-2C90C8D8D0A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81284C09-D49A-48A0-9962-2C90C8D8D0A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81284C09-D49A-48A0-9962-2C90C8D8D0A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81284C09-D49A-48A0-9962-2C90C8D8D0A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {594D4F6A-E017-4543-B8EC-3A32998D4FA9}
EndGlobalSection
EndGlobal