Add required MatterControl.Winforms dependencies

This commit is contained in:
John Lewin 2018-09-05 14:33:42 -07:00
parent 5c054aa2a9
commit aa0fb2563b
4 changed files with 10 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>