-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththirtytwo.slnx
More file actions
88 lines (88 loc) · 3.05 KB
/
Copy paththirtytwo.slnx
File metadata and controls
88 lines (88 loc) · 3.05 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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<Solution>
<Configurations>
<Platform Name="x64" />
</Configurations>
<Folder Name="/Samples/">
<Project Path="src/samples/ActiveX/ActiveX.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/ClipboardViewer/ClipboardViewer.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/KeyWatch/KeyWatch.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Layout/Layout.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Transparency/Transparency.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Windows101/Windows101.csproj">
<Platform Project="x64" />
</Project>
</Folder>
<Folder Name="/Samples/DirectDraw/">
<Project Path="src/samples/DirectDraw/Direct2dDemo/Direct2dDemo.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/DirectDraw/DirectWriteDemo/DirectWriteDemo.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/DirectDraw/ImagingDemo/ImagingDemo.csproj">
<Platform Project="x64" />
</Project>
</Folder>
<Folder Name="/Samples/Petzold/">
<Project Path="src/samples/Petzold/5th/AltWind/AltWind.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Beeper/Beeper.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Bezier/Bezier.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Blokout2/Blokout2.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/BtnLook/BtnLook.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Checker1/Checker.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Clock/Clock.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/Clover/Clover.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/HelloWin/HelloWin.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/LineDemo/LineDemo.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/samples/Petzold/5th/RandRect/RandRect.csproj">
<Platform Project="x64" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".github/workflows/dotnet.yml" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="LICENSE" />
<File Path="nuget.config" />
<File Path="stylecop.json" />
<File Path="THIRD-PARTY-NOTICES.TXT" />
</Folder>
<Project Path="src/thirtytwo/thirtytwo.csproj">
<Platform Project="x64" />
</Project>
<Project Path="src/thirtytwo_tests/thirtytwo_tests.csproj">
<Platform Project="x64" />
</Project>
</Solution>