Do not depend on System.Drawing

This commit is contained in:
Michael Becker 2014-06-22 23:56:04 -04:00
parent 47e446823c
commit 110802da26
6 changed files with 3 additions and 6 deletions

View File

@ -14,13 +14,13 @@
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Output\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

View File

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using UniversalEditor.ObjectModels.Multimedia.Palette;

View File

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;

View File

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;

View File

@ -4,8 +4,8 @@
<Pads>
<Pad Id="ProjectPad">
<State expanded="True">
<Node name="Libraries" expanded="True" selected="True">
<Node name="UniversalEditor.Core" expanded="True">
<Node name="Libraries" expanded="True">
<Node name="UniversalEditor.Core" expanded="True" selected="True">
<Node name="Accessors" expanded="True" />
<Node name="Checksum" expanded="True">
<Node name="Modules" expanded="True">