Skip to content

Commit 700dc64

Browse files
committed
Upgraded source code structure for a modern environment
1 parent 88cece7 commit 700dc64

File tree

234 files changed

+1901
-3929
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+1901
-3929
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Specific
22

3-
/MetadataCore/DllExport.xml
4-
/Configurator/ConfVersion.cs
3+
/src/MetadataCore/DllExport.xml
54

65
## Ignore Visual Studio temporary files, build results, and
76
## files generated by popular Visual Studio add-ons.

.gitmodules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[submodule "coreclr"]
2-
path = coreclr
1+
[submodule "src/coreclr"]
2+
path = src/coreclr
33
url = https://github.com/3F/coreclr.git
4-
[submodule "MvsSln"]
5-
path = MvsSln
4+
[submodule "src/MvsSln"]
5+
path = src/MvsSln
66
url = https://github.com/3F/MvsSln.git
7-
[submodule "hMSBuild"]
8-
path = hMSBuild
7+
[submodule "src/hMSBuild"]
8+
path = src/hMSBuild
99
url = https://github.com/3F/hMSBuild.git

.release.version

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/net.r_eg.DllExport.targets renamed to .tools/net.r_eg.DllExport.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<DllExportPatches Condition="'$(DllExportPatches)' == ''"></DllExportPatches>
7474
</PropertyGroup>
7575

76-
<DllExportAppDomainIsolatedTask
76+
<DllExportActivatorTask
7777
Platform="$(DllExportPlatform)"
7878
CpuType="$(DllExportCpuType)"
7979
DllExportAttributeFullName="$(DllExportAttributeFullName)"
@@ -106,7 +106,7 @@
106106
<DllExportModExecuted>true</DllExportModExecuted>
107107
</PropertyGroup>
108108
</Target>
109-
<UsingTask TaskName="RGiesecke.DllExport.MSBuild.DllExportAppDomainIsolatedTask" AssemblyFile="RGiesecke.DllExport.MSBuild.dll" />
109+
<UsingTask TaskName="net.r_eg.DllExport.Activator.DllExportActivatorTask" AssemblyFile="net.r_eg.DllExport.Activator.dll" />
110110

111111
<!-- To support multi-targeting in SDK-Based projects: netstandard2.0;net40;... -->
112112
<Target Name="DllExportMetaXBaseTarget" BeforeTargets="GenerateTargetFrameworkMonikerAttribute" Inputs="$(TargetFramework)" Outputs="$(DllExportMetaXBase)">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)