Skip to content

Commit f59b24c

Browse files
committed
Rename sdk to tooling
1 parent eb88a7e commit f59b24c

File tree

13 files changed

+2
-3
lines changed

13 files changed

+2
-3
lines changed

src/sdk/Directory.Build.props

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

src/sdk/IronPython.Sdk.Sample/IronPython.Sdk.Sample.pyproj renamed to src/tooling/IronPython.Sdk.Sample/IronPython.Sdk.Sample.pyproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<PropertyGroup>
33
<PythonInterpreter>IronPython</PythonInterpreter>
44
<PythonVersion>3.4</PythonVersion>
5+
<InterpreterId>Global|IronPython|3.4</InterpreterId>
56
</PropertyGroup>
67
<ItemGroup>
78
<Compile Include="*.py" />
89
</ItemGroup>
910
<Import Project="..\IronPython.Sdk\Sdk\Sdk.props" />
10-
</Project>
11+
</Project>

0 commit comments

Comments
 (0)