forked from MonoMod/MonoMod
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMonoMod.slnx
More file actions
50 lines (50 loc) · 2.21 KB
/
MonoMod.slnx
File metadata and controls
50 lines (50 loc) · 2.21 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
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="DebugTrace" />
<BuildType Name="Release" />
<BuildType Name="ReleaseTrace" />
</Configurations>
<Folder Name="/build/">
<File Path="build/Directory.Build.props" />
<File Path="build/Directory.Build.targets" />
<Project Path="build/extract-corjit-vtable/extract-corjit-vtable.csproj" />
<Project Path="build/gen-test-matrix/gen-test-matrix.csproj" />
<Project Path="build/setup-mono/setup-mono.csproj" />
</Folder>
<Folder Name="/build/containers/">
<File Path="build/containers/linux-arm64.dockerfile-disabled" />
<File Path="build/containers/linux-musl-arm64.dockerfile-disabled" />
<File Path="build/containers/linux-musl-x64.dockerfile" />
<File Path="build/containers/linux-x64.dockerfile" />
</Folder>
<Folder Name="/external/">
<Project Path="external/iced.csproj">
<BuildType Solution="DebugTrace|*" Project="Debug" />
<BuildType Solution="ReleaseTrace|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.rsp" />
<File Path="global.json" />
<File Path="icon.png" />
<File Path="nuget.config" />
<File Path="README.md" />
<Project Path=".github/.github.csproj" />
<Project Path="docfx/docfx.csproj" />
<Project Path="docs/docs.csproj" />
<Project Path="tools/tools.csproj" />
</Folder>
<Project Path="src/Common/Common.csproj" />
<Project Path="src/MonoMod.Core/MonoMod.Core.csproj" />
<Project Path="src/MonoMod.DebugIL/MonoMod.DebugIL.csproj" />
<Project Path="src/MonoMod.FrameworkTests/MonoMod.FrameworkTests.csproj" />
<Project Path="src/MonoMod.Patcher/MonoMod.Patcher.csproj" />
<Project Path="src/MonoMod.RuntimeDetour.HookGen/MonoMod.RuntimeDetour.HookGen.csproj" />
<Project Path="src/MonoMod.RuntimeDetour/MonoMod.RuntimeDetour.csproj" />
<Project Path="src/MonoMod.SourceGen.Internal/MonoMod.SourceGen.Internal.csproj" />
<Project Path="src/MonoMod.UnitTest/MonoMod.UnitTest.csproj" />
<Project Path="src/MonoMod.Utils/MonoMod.Utils.csproj" />
</Solution>