Skip to content

Commit 7e38e2d

Browse files
committed
Simplify root directory
1 parent a2c85dc commit 7e38e2d

File tree

2,687 files changed

+23
-22
lines changed

Some content is hidden

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

2,687 files changed

+23
-22
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Src/CompilerServices/IronPython.CompilerServices.csproj renamed to CompilerServices/IronPython.CompilerServices.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<ItemGroup>
1717
<StageItem Include="$(TargetDir)\IKVM.Reflection.dll" />
18-
<StageItem Include="$(RootDir)Util\References\IKVM\IKVM.Reflection.License.txt" />
18+
<StageItem Include="$(RootDir)Utils\References\IKVM\IKVM.Reflection.License.txt" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
2222
<Reference Include="IKVM.Reflection" CopyLocal="true">
23-
<HintPath>..\..\Util\References\IKVM\IKVM.Reflection.dll</HintPath>
23+
<HintPath>..\Utils\References\IKVM\IKVM.Reflection.dll</HintPath>
2424
</Reference>
2525
<Reference Include="System.Windows.Forms" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)