|
53 | 53 | <WarningLevel>4</WarningLevel>
|
54 | 54 | </PropertyGroup>
|
55 | 55 | <ItemGroup>
|
56 |
| - <Reference Include="IronPython, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
57 |
| - <HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.dll</HintPath> |
58 |
| - </Reference> |
59 |
| - <Reference Include="IronPython.Modules, Version=2.7.7.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
60 |
| - <HintPath>packages\IronPython.2.7.7\lib\Net45\IronPython.Modules.dll</HintPath> |
61 |
| - </Reference> |
62 |
| - <Reference Include="Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
63 |
| - <HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Dynamic.dll</HintPath> |
64 |
| - </Reference> |
65 |
| - <Reference Include="Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
66 |
| - <HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.dll</HintPath> |
67 |
| - </Reference> |
68 |
| - <Reference Include="Microsoft.Scripting.Metadata, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
69 |
| - <HintPath>packages\DynamicLanguageRuntime.1.1.2\lib\Net45\Microsoft.Scripting.Metadata.dll</HintPath> |
70 |
| - </Reference> |
71 | 56 | <Reference Include="System" />
|
72 | 57 | <Reference Include="System.Core" />
|
73 | 58 | <Reference Include="System.Data" />
|
|
102 | 87 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
103 | 88 | </EmbeddedResource>
|
104 | 89 | </ItemGroup>
|
105 |
| - <ItemGroup> |
106 |
| - <None Include="packages.config" /> |
107 |
| - </ItemGroup> |
108 | 90 | <ItemGroup>
|
109 | 91 | <ProjectReference Include="..\ReClass.NET\ReClass.NET\ReClass.NET.csproj">
|
110 | 92 | <Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project>
|
|
123 | 105 | <ItemGroup>
|
124 | 106 | <None Include="Resources\B16x16_Button_Delete.png" />
|
125 | 107 | </ItemGroup>
|
| 108 | + <ItemGroup> |
| 109 | + <PackageReference Include="IronPython"> |
| 110 | + <Version>2.7.9</Version> |
| 111 | + </PackageReference> |
| 112 | + </ItemGroup> |
126 | 113 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
127 | 114 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
128 | 115 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments