-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathCSharpRepl.slnx
More file actions
28 lines (28 loc) · 1.2 KB
/
Copy pathCSharpRepl.slnx
File metadata and controls
28 lines (28 loc) · 1.2 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
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="ARCHITECTURE.md" />
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/Solution Items/.github/">
<File Path=".github/codecov.yml" />
<File Path=".github/dependabot.yml" />
</Folder>
<Folder Name="/Solution Items/.github/workflows/">
<File Path=".github/workflows/main.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/InjectedHook/">
<File Path="InjectedHook/InjectedHookReadme.md" />
<Project Path="InjectedHook/CSharpRepl.InjectedHook.Contracts/CSharpRepl.InjectedHook.Contracts.csproj" />
<Project Path="InjectedHook/CSharpRepl.InjectedHook.ScriptEngine/CSharpRepl.InjectedHook.ScriptEngine.csproj" />
<Project Path="InjectedHook/CSharpRepl.InjectedHook/CSharpRepl.InjectedHook.csproj" />
</Folder>
<Folder Name="/Tests/">
<Project Path="Tests/CSharpRepl.Benchmarks/CSharpRepl.Benchmarks.csproj" />
<Project Path="Tests/CSharpRepl.Tests/CSharpRepl.Tests.csproj" />
</Folder>
<Project Path="CSharpRepl.Services/CSharpRepl.Services.csproj" />
<Project Path="CSharpRepl/CSharpRepl.csproj" />
</Solution>