-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeferredEvents.sln
42 lines (42 loc) · 2.27 KB
/
DeferredEvents.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeferredEvents", "src\DeferredEvents.csproj", "{69F9F622-3763-4667-8B42-175DD1808BA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C4915AB-D3D7-48D1-A376-E370180546A4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeferredEvents.Tests", "test\DeferredEvents.Tests.csproj", "{3F6B61BF-54CE-4B27-8ABF-FF2F33BBA646}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeferredEvents.WPF", "demo\wpf\DeferredEvents.WPF.csproj", "{52415911-3A1F-4B80-AA71-E676D702466E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69F9F622-3763-4667-8B42-175DD1808BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F9F622-3763-4667-8B42-175DD1808BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F9F622-3763-4667-8B42-175DD1808BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F9F622-3763-4667-8B42-175DD1808BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6B61BF-54CE-4B27-8ABF-FF2F33BBA646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6B61BF-54CE-4B27-8ABF-FF2F33BBA646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6B61BF-54CE-4B27-8ABF-FF2F33BBA646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6B61BF-54CE-4B27-8ABF-FF2F33BBA646}.Release|Any CPU.Build.0 = Release|Any CPU
{52415911-3A1F-4B80-AA71-E676D702466E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52415911-3A1F-4B80-AA71-E676D702466E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52415911-3A1F-4B80-AA71-E676D702466E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52415911-3A1F-4B80-AA71-E676D702466E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D41D8878-55F3-4E8A-AC84-176EF5442937}
EndGlobalSection
EndGlobal