Update SpiroNet.Editor.Avalonia.csproj

[skip ci]
This commit is contained in:
Wiesław Šoltés 2017-05-16 13:43:10 +02:00 коммит произвёл GitHub
Родитель 94964770c0
Коммит f2782b7265
1 изменённых файлов: 15 добавлений и 47 удалений

Просмотреть файл

@ -1,16 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{8FC66FEE-A5D3-4973-A1B6-122C083CEF43}</ProjectGuid>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SpiroNet.Editor.Avalonia</RootNamespace>
<AssemblyName>SpiroNet.Editor.Avalonia</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -29,31 +23,18 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Shared\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Converters\EnumToBooleanConverter.cs" />
<Compile Include="Converters\ShapeToDataConverter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Renderer\BasicStyleCache.cs" />
<Compile Include="Renderer\CanvasRenderer.cs" />
<Compile Include="Views\EditorView.xaml.cs">
<DependentUpon>EditorView.xaml</DependentUpon>
</Compile>
<Compile Include="**\*.cs" Exclude="obj\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Views\EditorView.xaml" />
<Compile Update="**\*.xaml.cs">
<DependentUpon>%(Filename)</DependentUpon>
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="**\*.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.5.0" />
@ -68,22 +49,9 @@
<PackageReference Include="System.Reactive.Windows.Threading" Version="3.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpiroNet.Editor\SpiroNet.Editor.csproj">
<Project>{4f0e9e3e-da95-40b2-8fde-22902388e90a}</Project>
<Name>SpiroNet.Editor</Name>
</ProjectReference>
<ProjectReference Include="..\SpiroNet.Json\SpiroNet.Json.csproj">
<Project>{ddaf7fa6-7ee3-4cf8-9800-25a2c9387afc}</Project>
<Name>SpiroNet.Json</Name>
</ProjectReference>
<ProjectReference Include="..\SpiroNet.ViewModels\SpiroNet.ViewModels.csproj">
<Project>{a4cd560c-4567-4889-ac1a-fe03e15ff75e}</Project>
<Name>SpiroNet.ViewModels</Name>
</ProjectReference>
<ProjectReference Include="..\SpiroNet\SpiroNet.csproj">
<Project>{b2deab02-f231-4aa9-8879-0fd73096c60d}</Project>
<Name>SpiroNet</Name>
</ProjectReference>
<ProjectReference Include="..\SpiroNet.Editor\SpiroNet.Editor.csproj" />
<ProjectReference Include="..\SpiroNet.Json\SpiroNet.Json.csproj" />
<ProjectReference Include="..\SpiroNet.ViewModels\SpiroNet.ViewModels.csproj" />
<ProjectReference Include="..\SpiroNet\SpiroNet.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>