|
|
e6a405 |
|
|
|
e6a405 |
<project defaulttargets="Build" toolsversion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"></project>
|
|
|
e6a405 |
<propertygroup></propertygroup>
|
|
|
e6a405 |
<configuration condition=" '$(Configuration)' == '' ">Debug</configuration>
|
|
|
e6a405 |
<platform condition=" '$(Platform)' == '' ">x86</platform>
|
|
|
e6a405 |
<productversion>10.0.0</productversion>
|
|
|
e6a405 |
<schemaversion>2.0</schemaversion>
|
|
|
e6a405 |
<projectguid>{77CD6953-34F0-4125-9DF5-957ECF0E23F0}</projectguid>
|
|
|
e6a405 |
<outputtype>Exe</outputtype>
|
|
|
e6a405 |
<rootnamespace>Autospline</rootnamespace>
|
|
|
e6a405 |
<assemblyname>Autospline</assemblyname>
|
|
|
e6a405 |
|
|
|
e6a405 |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "></propertygroup>
|
|
|
e6a405 |
<debugsymbols>true</debugsymbols>
|
|
|
e6a405 |
<debugtype>full</debugtype>
|
|
|
e6a405 |
<optimize>false</optimize>
|
|
|
e6a405 |
<outputpath>bin\Debug</outputpath>
|
|
|
e6a405 |
<defineconstants>DEBUG;</defineconstants>
|
|
|
e6a405 |
<errorreport>prompt</errorreport>
|
|
|
e6a405 |
<warninglevel>4</warninglevel>
|
|
|
e6a405 |
<platformtarget>x86</platformtarget>
|
|
|
e6a405 |
<consolepause>false</consolepause>
|
|
|
e6a405 |
|
|
|
e6a405 |
<propertygroup condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "></propertygroup>
|
|
|
e6a405 |
<debugtype>none</debugtype>
|
|
|
e6a405 |
<optimize>true</optimize>
|
|
|
e6a405 |
<outputpath>bin\Release</outputpath>
|
|
|
e6a405 |
<errorreport>prompt</errorreport>
|
|
|
e6a405 |
<warninglevel>4</warninglevel>
|
|
|
e6a405 |
<platformtarget>x86</platformtarget>
|
|
|
e6a405 |
<consolepause>false</consolepause>
|
|
|
e6a405 |
|
|
|
e6a405 |
<import project="$(MSBuildBinPath)\Microsoft.CSharp.targets"></import>
|
|
|
e6a405 |
<itemgroup></itemgroup>
|
|
|
e6a405 |
<compile include="MainWindow.cs"></compile>
|
|
|
e6a405 |
|
|
|
e6a405 |
<itemgroup></itemgroup>
|
|
|
e6a405 |
<reference include="System.Drawing"></reference>
|
|
|
e6a405 |
<reference include="System.Windows.Forms"></reference>
|
|
|
e6a405 |
<reference include="System"></reference>
|
|
|
e6a405 |
|
|
|
e6a405 |
|