DrawingTestHelper20.csproj 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{0E97F734-51B9-497B-9259-B6999FD87BDF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DrawingTest</RootNamespace>
  11. <AssemblyName>DrawingTest</AssemblyName>
  12. <StartupObject>
  13. </StartupObject>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\..\..\..\nunit20\framework\bin\Debug\nunit.framework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Windows.Forms" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="AssemblyInfo.cs" />
  44. <Compile Include="DrawingTest.cs" />
  45. <Compile Include="PDComparer.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <ProjectReference Include="..\Exocortex.DSP\src\Exocortex.DSP20.v1.csproj">
  49. <Project>{A9553E24-D07E-44FE-92FB-8C1D3D3C744E}</Project>
  50. <Name>Exocortex.DSP20.v1</Name>
  51. </ProjectReference>
  52. </ItemGroup>
  53. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  54. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  55. Other similar extension points exist, see Microsoft.Common.targets.
  56. <Target Name="BeforeBuild">
  57. </Target>
  58. <Target Name="AfterBuild">
  59. </Target>
  60. -->
  61. </Project>