Skip to content

Commit f314c26

Browse files
authored
Migrate to SLNX (#291)
1 parent 3cbdd0a commit f314c26

File tree

5 files changed

+63
-159
lines changed

5 files changed

+63
-159
lines changed

Build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66

77
<RootDir>$(MSBuildThisFileDirectory)</RootDir>
8-
<Solution>$(RootDir)\Dlr.sln</Solution>
8+
<Solution>$(RootDir)\Dlr.slnx</Solution>
99

1010
<UtilDir>$(RootDir)\Util</UtilDir>
1111
<BinDir>$(RootDir)\bin</BinDir>

Dlr.sln

Lines changed: 0 additions & 107 deletions
This file was deleted.

Dlr.slnx

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitattributes" />
5+
<File Path=".gitignore" />
6+
<File Path="Build.proj" />
7+
<File Path="CurrentVersion.props" />
8+
<File Path="Directory.Build.props" />
9+
<File Path="LICENSE" />
10+
<File Path="make.ps1" />
11+
<File Path="NuGet.config" />
12+
<File Path="README.md" />
13+
</Folder>
14+
<Folder Name="/Solution Items/Build/">
15+
<File Path="Build/After.targets" />
16+
<File Path="Build/net10.0.props" />
17+
<File Path="Build/net462.props" />
18+
<File Path="Build/net8.0.props" />
19+
<File Path="Build/net9.0.props" />
20+
<File Path="Build/netstandard2.0.props" />
21+
<File Path="Build/Tasks.targets" />
22+
</Folder>
23+
<Folder Name="/Solution Items/CI/" />
24+
<Folder Name="/Solution Items/CI/Azure/">
25+
<File Path=".vsts-ci.yml" />
26+
<File Path="Build/steps.yml" />
27+
</Folder>
28+
<Folder Name="/Solution Items/CI/GitHub/">
29+
<File Path=".github/workflows/main.yml" />
30+
</Folder>
31+
<Folder Name="/Solution Items/Package/" />
32+
<Folder Name="/Solution Items/Package/nuget/">
33+
<File Path="Package/nuget/DynamicLanguageRuntime.nuspec" />
34+
<File Path="Package/nuget/NuGet.Packaging.csproj" />
35+
</Folder>
36+
<Folder Name="/Tests/">
37+
<Project Path="Tests/ClrAssembly/ClrAssembly.csproj">
38+
<BuildDependency Project="Src/Microsoft.Dynamic/Microsoft.Dynamic.csproj" />
39+
</Project>
40+
<Project Path="Tests/Metadata/Metadata.csproj" />
41+
<Project Path="Tests/Microsoft.Dynamic.Test/Microsoft.Dynamic.Test.csproj" />
42+
<Project Path="Tests/Microsoft.Scripting.Test/Microsoft.Scripting.Test.csproj" />
43+
</Folder>
44+
<Project Path="Src/Microsoft.Dynamic/Microsoft.Dynamic.csproj" />
45+
<Project Path="Src/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.csproj" />
46+
<Project Path="Src/Microsoft.Scripting/Microsoft.Scripting.csproj" />
47+
</Solution>

Tests/DlrComLibrary/DlrComLibrary.sln

Lines changed: 0 additions & 51 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Itanium" />
4+
<Platform Name="Win32" />
5+
<Platform Name="x64" />
6+
</Configurations>
7+
<Project Path="DlrComLibrary.vcxproj" />
8+
<Project Path="DlrComLibraryPS.vcxproj">
9+
<Build Project="false" />
10+
</Project>
11+
<Project Path="Setup/Setup.vdproj" Type="Installer">
12+
<Build Solution="*|x64" />
13+
<Build Solution="Release|Itanium" />
14+
</Project>
15+
</Solution>

0 commit comments

Comments
 (0)