-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemoEngine.slnx
More file actions
69 lines (69 loc) · 2.75 KB
/
DemoEngine.slnx
File metadata and controls
69 lines (69 loc) · 2.75 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
<Solution>
<Configurations>
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/benchmark/">
<Project Path="benchmark/Demo.Engine.Benchmarks/Demo.Engine.Benchmarks.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
<Folder Name="/build/">
<Project Path="build/Build.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Build Project="false" />
</Project>
</Folder>
<Folder Name="/solution items/">
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path="CHANGELOG.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Demo.Engine.Core/Demo.Engine.Core.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Demo.Engine.Platform.DirectX12/Demo.Engine.Platform.DirectX12.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Demo.Engine.Platform.Windows/Demo.Engine.Platform.Windows.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Demo.Engine/Demo.Engine.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Demo.Tools.Common/Demo.Tools.Common.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="src/Demo.Tools.SourceGenerators/Demo.Tools.SourceGenerators.csproj" />
</Folder>
<Folder Name="/test/">
<File Path="test/.editorconfig" />
<Project Path="test/Demo.Engine.Core.UTs/Demo.Engine.Core.UTs.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="test/Demo.Engine.UTs/Demo.Engine.UTs.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="test/Demo.Tools.Common.UTs/Demo.Tools.Common.UTs.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="test/Demo.Tools.SourceGenerators.UTs/Demo.Tools.SourceGenerators.UTs.csproj">
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
</Folder>
</Solution>