|
@@ -40,25 +40,19 @@
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Drawing" />
|
|
|
- <Reference Include="System.Windows.Forms" />
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
- <Reference Include="System.Reactive.Core">
|
|
|
- <HintPath>..\..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System.Reactive.Interfaces">
|
|
|
- <HintPath>..\..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
|
<HintPath>..\..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Windows.Forms" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="..\..\Shared\SharedAssemblyInfo.cs">
|
|
@@ -79,10 +73,6 @@
|
|
|
<Compile Include="Win32Platform.cs" />
|
|
|
<Compile Include="Embedding\EmbeddedWindowImpl.cs" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="app.config" />
|
|
|
- <None Include="packages.config" />
|
|
|
- </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\Avalonia.Animation\Avalonia.Animation.csproj">
|
|
|
<Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
|
|
@@ -121,6 +111,9 @@
|
|
|
<Name>Avalonia.Styling</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="..\..\Shared\PlatformSupport\PlatformSupport.projitems" Label="Shared" />
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|