-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathDSInternals.slnx
More file actions
46 lines (40 loc) · 2.39 KB
/
Copy pathDSInternals.slnx
File metadata and controls
46 lines (40 loc) · 2.39 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
<Solution xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/microsoft/vs-solutionpersistence/refs/heads/main/src/Microsoft.VisualStudio.SolutionPersistence/Serializer/Xml/Slnx.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Configurations>
<Platform Name="ARM64" />
<Platform Name="Win32" />
<Platform Name="x64" />
</Configurations>
<!-- Binary PowerShell module -->
<Project Path="DSInternals.PowerShell/DSInternals.PowerShell.csproj" DefaultStartup="true" />
<!-- C# libraries / NuGet packages -->
<Project Path="DSInternals.Common/DSInternals.Common.csproj" />
<Project Path="DSInternals.Replication/DSInternals.Replication.csproj" />
<Project Path="DSInternals.Replication.Model/DSInternals.Replication.Model.csproj" />
<Project Path="DSInternals.DataStore/DSInternals.DataStore.csproj" />
<Project Path="DSInternals.SAM/DSInternals.SAM.csproj" />
<Project Path="DSInternals.ADSI/DSInternals.ADSI.csproj" />
<!-- C++ libraries -->
<Project Path="DSInternals.Replication.Interop/DSInternals.Replication.Interop.Shared.vcxitems" Id="6db099b7-3be2-4365-abc3-3c857b8fe640" />
<Project Path="DSInternals.Replication.Interop/NetCore/DSInternals.Replication.Interop.NetCore.vcxproj" Id="44bb40bb-adf9-8979-002b-bd149fdbbea0" />
<Project Path="DSInternals.Replication.Interop/NetFramework/DSInternals.Replication.Interop.NetFramework.vcxproj" Id="a70a6658-dd67-4c73-ab9a-581465137c6b" />
<!-- MSTest projects -->
<Project Path="DSInternals.Common.Test/DSInternals.Common.Test.csproj" />
<Project Path="DSInternals.DataStore.Test/DSInternals.DataStore.Test.csproj" />
<Project Path="DSInternals.Replication.Model.Test/DSInternals.Replication.Model.Test.csproj" />
<Project Path="DSInternals.Replication.Test/DSInternals.Replication.Test.csproj" />
<Project Path="DSInternals.SAM.Test/DSInternals.SAM.Test.csproj" />
<Project Path="DSInternals.ADSI.Test/DSInternals.ADSI.Test.csproj" />
<!-- Additional files -->
<Folder Name="/Config/">
<File Path="../.editorconfig" />
<File Path="../.gitignore" />
<File Path="global.json" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
</Folder>
<Folder Name="/Workflows/">
<File Path="../.github/workflows/autobuild.yml" />
<File Path="../.github/workflows/release.yml" />
<File Path="../.github/workflows/codeql-analysis.yml" />
</Folder>
</Solution>