|
|
8cb222 |
|
|
|
8cb222 |
<project defaulttargets="Build" toolsversion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"></project>
|
|
|
8cb222 |
<propertygroup></propertygroup>
|
|
|
8cb222 |
<configuration condition=" '$(Configuration)' == '' ">Debug</configuration>
|
|
|
8cb222 |
<platform condition=" '$(Platform)' == '' ">x86</platform>
|
|
|
8cb222 |
<projectguid>{E69A3F38-7F4D-4397-B54E-00716712EAE5}</projectguid>
|
|
|
8cb222 |
<outputtype>Exe</outputtype>
|
|
|
8cb222 |
<rootnamespace>Diagram</rootnamespace>
|
|
|
8cb222 |
<assemblyname>Diagram</assemblyname>
|
|
|
8cb222 |
<targetframeworkversion>v4.5</targetframeworkversion>
|
|
|
8cb222 |
|
|
|
8cb222 |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "></propertygroup>
|
|
|
8cb222 |
<debugsymbols>true</debugsymbols>
|
|
|
8cb222 |
<debugtype>full</debugtype>
|
|
|
8cb222 |
<optimize>false</optimize>
|
|
|
8cb222 |
<outputpath>bin\Debug</outputpath>
|
|
|
8cb222 |
<defineconstants>DEBUG;</defineconstants>
|
|
|
8cb222 |
<errorreport>prompt</errorreport>
|
|
|
8cb222 |
<warninglevel>4</warninglevel>
|
|
|
8cb222 |
<consolepause>false</consolepause>
|
|
|
8cb222 |
<platformtarget>x86</platformtarget>
|
|
|
8cb222 |
|
|
|
8cb222 |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "></propertygroup>
|
|
|
8cb222 |
<debugtype>full</debugtype>
|
|
|
8cb222 |
<optimize>true</optimize>
|
|
|
8cb222 |
<outputpath>bin\Release</outputpath>
|
|
|
8cb222 |
<errorreport>prompt</errorreport>
|
|
|
8cb222 |
<warninglevel>4</warninglevel>
|
|
|
8cb222 |
<consolepause>false</consolepause>
|
|
|
8cb222 |
<platformtarget>x86</platformtarget>
|
|
|
8cb222 |
|
|
|
8cb222 |
<import project="$(MSBuildBinPath)\Microsoft.CSharp.targets"></import>
|
|
|
8cb222 |
<itemgroup></itemgroup>
|
|
|
8cb222 |
<compile include="MainForm.cs"></compile>
|
|
|
8cb222 |
<compile include="Program.cs"></compile>
|
|
|
8cb222 |
<compile include="Diagram.cs"></compile>
|
|
|
8cb222 |
<compile include="ActiveDiagram.cs"></compile>
|
|
|
8cb222 |
<compile include="TextUtils.cs"></compile>
|
|
|
8cb222 |
<compile include="Geometry.cs"></compile>
|
|
|
8cb222 |
<compile include="Test.cs"></compile>
|
|
|
8cb222 |
<compile include="Shapes.cs"></compile>
|
|
|
8cb222 |
<compile include="DiaSynfig.cs"></compile>
|
|
|
8cb222 |
|
|
|
8cb222 |
<itemgroup></itemgroup>
|
|
|
8cb222 |
<reference include="System.Drawing"></reference>
|
|
|
8cb222 |
<reference include="System.Windows.Forms"></reference>
|
|
|
8cb222 |
<reference include="System.Windows"></reference>
|
|
|
8cb222 |
<reference include="System"></reference>
|
|
|
8cb222 |
<reference include="System.Core"></reference>
|
|
|
8cb222 |
<reference include="System.Data"></reference>
|
|
|
8cb222 |
<reference include="System.Data.Linq"></reference>
|
|
|
8cb222 |
|
|
|
8cb222 |
|