-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathch06.slnx
More file actions
29 lines (29 loc) · 1.03 KB
/
ch06.slnx
File metadata and controls
29 lines (29 loc) · 1.03 KB
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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="ARM64" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Blazor/">
<Project Path="BlazorEvents/BlazorEvents.Client/BlazorEvents.Client.csproj" />
<Project Path="BlazorEvents/BlazorEvents/BlazorEvents.csproj" />
</Folder>
<Folder Name="/Delegates/">
<Project Path="Closures/Closures.csproj" />
<Project Path="DelegatesSamples/DelegatesSamples.csproj" />
<Project Path="ThreadingTimer/ThreadingTimer.csproj" />
</Folder>
<Folder Name="/Events/">
<Project Path="EventsSample/EventsSample.csproj" />
<Project Path="TimersTimer/TimersTimer.csproj" />
<Project Path="WeakEvents/WeakEvents.csproj" />
<Project Path="WPFWeakEvents/WPFWeakEvents.csproj" />
<Project Path="WPFWithEvents/WPFWithEvents.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="../Directory.Packages.props" />
<File Path="events.md" />
<File Path="Readme.md" />
</Folder>
</Solution>