-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSourceCrafter.DependencyInjection.slnx
More file actions
44 lines (44 loc) · 1.98 KB
/
Copy pathSourceCrafter.DependencyInjection.slnx
File metadata and controls
44 lines (44 loc) · 1.98 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
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="DEBUG_SG" />
<BuildType Name="Release" />
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution helpers/">
<File Path=".editorconfig" />
<File Path=".github/workflows/dev.yml" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Package.ps1" />
</Folder>
<Folder Name="/Solution helpers/Configuration/">
<File Path="Solution/MsConfiguration/JsonSettingAttribute.cs" />
</Folder>
<Folder Name="/Solution helpers/Interop/">
<File Path="Solution/Utils/GlobalUsings.cs" />
<File Path="Solution/Utils/Helpers.cs" />
<File Path="Solution/Utils/Map.cs" />
<File Path="Solution/Utils/ServiceContainer.cs" />
<File Path="Solution/Utils/ServiceContainerGeneratorDiagnostics.cs" />
<File Path="Solution/Utils/ServiceDescriptor.cs" />
<File Path="Solution/Utils/Set.cs" />
</Folder>
<Folder Name="/Solution helpers/Shared/">
<File Path="Solution/Interop/Dependencies.cs" />
<File Path="Solution/Interop/ServiceMetadata.cs" />
<File Path="Solution/Metadata/Attributes.cs" />
</Folder>
<Project Path="Benchmarks/Benchmarks.csproj" />
<Project Path="SourceCrafter.DependencyInjection.Metadata/SourceCrafter.DependencyInjection.Metadata.csproj">
<BuildType Solution="DEBUG_SG|*" Project="Debug" />
</Project>
<Project Path="SourceCrafter.DependencyInjection.MsConfiguration.Metadata/SourceCrafter.DependencyInjection.MsConfiguration.Metadata.csproj">
<BuildType Solution="DEBUG_SG|*" Project="Debug" />
</Project>
<Project Path="SourceCrafter.DependencyInjection.MsConfiguration/SourceCrafter.DependencyInjection.MsConfiguration.csproj" />
<Project Path="SourceCrafter.DependencyInjection.Tests/SourceCrafter.DependencyInjection.Tests.csproj" />
<Project Path="SourceCrafter.DependencyInjection/SourceCrafter.DependencyInjection.csproj" />
</Solution>