|
|
d33d2a |
|
|
|
d33d2a |
<project defaulttargets="Build" toolsversion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"></project>
|
|
|
d33d2a |
<propertygroup></propertygroup>
|
|
|
d33d2a |
<configuration condition=" '$(Configuration)' == '' ">Debug</configuration>
|
|
|
d33d2a |
<platform condition=" '$(Platform)' == '' ">x86</platform>
|
|
|
d33d2a |
<productversion>10.0.0</productversion>
|
|
|
d33d2a |
<schemaversion>2.0</schemaversion>
|
|
|
d33d2a |
<projectguid>{7030079B-7C34-4D3E-9B67-59BD31D4892F}</projectguid>
|
|
|
d33d2a |
<outputtype>Exe</outputtype>
|
|
|
d33d2a |
<rootnamespace>Contours</rootnamespace>
|
|
|
d33d2a |
<assemblyname>Contours</assemblyname>
|
|
|
d33d2a |
|
|
|
d33d2a |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "></propertygroup>
|
|
|
d33d2a |
<debugsymbols>true</debugsymbols>
|
|
|
d33d2a |
<debugtype>full</debugtype>
|
|
|
d33d2a |
<optimize>false</optimize>
|
|
|
d33d2a |
<outputpath>bin\Debug</outputpath>
|
|
|
d33d2a |
<defineconstants>DEBUG;</defineconstants>
|
|
|
d33d2a |
<errorreport>prompt</errorreport>
|
|
|
d33d2a |
<warninglevel>4</warninglevel>
|
|
|
d33d2a |
<consolepause>false</consolepause>
|
|
|
d33d2a |
<platformtarget>x86</platformtarget>
|
|
|
d33d2a |
|
|
|
d33d2a |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "></propertygroup>
|
|
|
d33d2a |
<debugtype>full</debugtype>
|
|
|
d33d2a |
<optimize>true</optimize>
|
|
|
d33d2a |
<outputpath>bin\Release</outputpath>
|
|
|
d33d2a |
<errorreport>prompt</errorreport>
|
|
|
d33d2a |
<warninglevel>4</warninglevel>
|
|
|
d33d2a |
<consolepause>false</consolepause>
|
|
|
d33d2a |
<platformtarget>x86</platformtarget>
|
|
|
d33d2a |
|
|
|
d33d2a |
<import project="$(MSBuildBinPath)\Microsoft.CSharp.targets"></import>
|
|
|
d33d2a |
<itemgroup></itemgroup>
|
|
|
d33d2a |
<compile include="Program.cs"></compile>
|
|
|
d33d2a |
<compile include="MainForm.cs"></compile>
|
|
|
d33d2a |
<compile include="Shape.cs"></compile>
|
|
|
f6cc12 |
<compile include="Circuit.cs"></compile>
|
|
|
f6cc12 |
<compile include="Geometry.cs"></compile>
|
|
|
7c6265 |
<compile include="Test.cs"></compile>
|
|
|
d33d2a |
|
|
|
d33d2a |
<itemgroup></itemgroup>
|
|
|
d33d2a |
<reference include="System.Windows.Forms"></reference>
|
|
|
d33d2a |
<reference include="System.Drawing"></reference>
|
|
|
d33d2a |
<reference include="System.Windows.Forms.DataVisualization"></reference>
|
|
|
d33d2a |
<reference include="System"></reference>
|
|
|
d33d2a |
<reference include="System.Data.Linq"></reference>
|
|
|
d33d2a |
<reference include="System.Data"></reference>
|
|
|
d33d2a |
<reference include="System.Core"></reference>
|
|
|
d33d2a |
|
|
|
7c6265 |
<itemgroup></itemgroup>
|
|
|
7c6265 |
<none include="tests.txt"></none>
|
|
|
7c6265 |
<copytooutputdirectory>Always</copytooutputdirectory>
|
|
|
7c6265 |
|
|
|
7c6265 |
|
|
|
d33d2a |
|