Skip to content

Commit 7f08d6d

Browse files
committed
Update file paths
1 parent fe363ef commit 7f08d6d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

IronPython.slnx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Solution>
22
<Folder Name="/DLR/">
3-
<Project Path="src/dlr/Src/Microsoft.Dynamic/Microsoft.Dynamic.csproj" />
4-
<Project Path="src/dlr/Src/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.csproj" />
5-
<Project Path="src/dlr/Src/Microsoft.Scripting/Microsoft.Scripting.csproj" />
3+
<Project Path="src/dlr/src/core/Microsoft.Dynamic/Microsoft.Dynamic.csproj" />
4+
<Project Path="src/dlr/src/core/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.csproj" />
5+
<Project Path="src/dlr/src/core/Microsoft.Scripting/Microsoft.Scripting.csproj" />
66
</Folder>
77
<Folder Name="/DLR/Tests/">
8-
<Project Path="src/dlr/Tests/ClrAssembly/ClrAssembly.csproj" />
8+
<Project Path="src/dlr/tests/ClrAssembly/ClrAssembly.csproj" />
99
</Folder>
1010
<Folder Name="/Solution Items/">
1111
<File Path=".editorconfig" />

src/core/IronPython/IronPython.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<ProjectReference Include="..\..\dlr\Src\Microsoft.Dynamic\Microsoft.Dynamic.csproj" />
11+
<ProjectReference Include="..\..\dlr\src\core\Microsoft.Dynamic\Microsoft.Dynamic.csproj" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

src/extensions/IronPython.SQLite/IronPython.SQLite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
<ItemGroup>
4141
<ProjectReference Include="..\..\core\IronPython\IronPython.csproj" Private="false" />
42-
<ProjectReference Include="..\..\dlr\Src\Microsoft.Scripting\Microsoft.Scripting.csproj" Private="false" />
43-
<ProjectReference Include="..\..\dlr\Src\Microsoft.Dynamic\Microsoft.Dynamic.csproj" Private="false" />
42+
<ProjectReference Include="..\..\dlr\src\core\Microsoft.Scripting\Microsoft.Scripting.csproj" Private="false" />
43+
<ProjectReference Include="..\..\dlr\src\core\Microsoft.Dynamic\Microsoft.Dynamic.csproj" Private="false" />
4444
</ItemGroup>
4545

4646
<Import Project="$(AfterTargetFiles)" />

src/extensions/IronPython.Wpf/IronPython.Wpf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<ItemGroup>
1616
<ProjectReference Include="..\..\core\IronPython\IronPython.csproj" Private="false" />
17-
<ProjectReference Include="..\..\dlr\Src\Microsoft.Scripting\Microsoft.Scripting.csproj" Private="false" />
18-
<ProjectReference Include="..\..\dlr\Src\Microsoft.Dynamic\Microsoft.Dynamic.csproj" Private="false" />
17+
<ProjectReference Include="..\..\dlr\src\core\Microsoft.Scripting\Microsoft.Scripting.csproj" Private="false" />
18+
<ProjectReference Include="..\..\dlr\src\core\Microsoft.Dynamic\Microsoft.Dynamic.csproj" Private="false" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(IsFullFramework)' == 'true' ">

0 commit comments

Comments
 (0)