|
|
@ -46,9 +46,6 @@ |
|
|
|
<Reference Include="IronRuby.Libraries"> |
|
|
|
<Reference Include="IronRuby.Libraries"> |
|
|
|
<HintPath>..\..\IronRuby\bin\IronRuby.Libraries.dll</HintPath> |
|
|
|
<HintPath>..\..\IronRuby\bin\IronRuby.Libraries.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="IronRuby.Libraries.Yaml"> |
|
|
|
|
|
|
|
<HintPath>..\..\IronRuby\bin\IronRuby.Libraries.Yaml.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Microsoft.Build" /> |
|
|
|
<Reference Include="Microsoft.Build" /> |
|
|
|
<Reference Include="Microsoft.Build.Engine" /> |
|
|
|
<Reference Include="Microsoft.Build.Engine" /> |
|
|
|
<Reference Include="Microsoft.Dynamic"> |
|
|
|
<Reference Include="Microsoft.Dynamic"> |
|
|
@ -57,36 +54,20 @@ |
|
|
|
<Reference Include="Microsoft.Scripting"> |
|
|
|
<Reference Include="Microsoft.Scripting"> |
|
|
|
<HintPath>..\..\IronRuby\bin\Microsoft.Scripting.dll</HintPath> |
|
|
|
<HintPath>..\..\IronRuby\bin\Microsoft.Scripting.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Microsoft.Scripting.Core"> |
|
|
|
|
|
|
|
<HintPath>..\..\IronRuby\bin\Microsoft.Scripting.Core.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Microsoft.Scripting.Debugging"> |
|
|
|
|
|
|
|
<HintPath>..\..\IronRuby\bin\Microsoft.Scripting.Debugging.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
<HintPath>..\..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
|
|
<HintPath>..\..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="PresentationCore"> |
|
|
|
<Reference Include="PresentationCore" /> |
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
<Reference Include="PresentationFramework" /> |
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="PresentationFramework"> |
|
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core"> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Design" /> |
|
|
|
<Reference Include="System.Design" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Xaml"> |
|
|
|
<Reference Include="System.Xaml" /> |
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
<Reference Include="WindowsBase"> |
|
|
|
<Reference Include="WindowsBase" /> |
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="AddInOptionsTestFixture.cs" /> |
|
|
|
<Compile Include="AddInOptionsTestFixture.cs" /> |
|
|
|