Blame mono/EllipseAntialiasing/EllipseAntialiasing.csproj

Ivan Mahonin 3d4d95
Ivan Mahonin 3d4d95
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Ivan Mahonin 3d4d95
  <PropertyGroup>
Ivan Mahonin 3d4d95
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Ivan Mahonin 3d4d95
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Ivan Mahonin 3d4d95
    <ProductVersion>10.0.0</ProductVersion>
Ivan Mahonin 3d4d95
    <SchemaVersion>2.0</SchemaVersion>
Ivan Mahonin 3d4d95
    <ProjectGuid>{77CD6953-34F0-4125-9DF5-957ECF0E23F0}</ProjectGuid>
Ivan Mahonin 3d4d95
    <OutputType>Exe</OutputType>
Ivan Mahonin 3d4d95
    <RootNamespace>EllipseAntialiasing</RootNamespace>
Ivan Mahonin 3d4d95
    <AssemblyName>EllipseAntialiasing</AssemblyName>
Ivan Mahonin 3d4d95
  </PropertyGroup>
Ivan Mahonin 3d4d95
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Ivan Mahonin 3d4d95
    <DebugSymbols>true</DebugSymbols>
Ivan Mahonin 3d4d95
    <DebugType>full</DebugType>
Ivan Mahonin 3d4d95
    <Optimize>false</Optimize>
Ivan Mahonin 3d4d95
    <OutputPath>bin\Debug</OutputPath>
Ivan Mahonin 3d4d95
    <DefineConstants>DEBUG;</DefineConstants>
Ivan Mahonin 3d4d95
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin 3d4d95
    <WarningLevel>4</WarningLevel>
Ivan Mahonin 3d4d95
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin 3d4d95
    <ConsolePause>false</ConsolePause>
Ivan Mahonin 3d4d95
  </PropertyGroup>
Ivan Mahonin 3d4d95
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
Ivan Mahonin 3d4d95
    <DebugType>none</DebugType>
Ivan Mahonin 3d4d95
    <Optimize>true</Optimize>
Ivan Mahonin 3d4d95
    <OutputPath>bin\Release</OutputPath>
Ivan Mahonin 3d4d95
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin 3d4d95
    <WarningLevel>4</WarningLevel>
Ivan Mahonin 3d4d95
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin 3d4d95
    <ConsolePause>false</ConsolePause>
Ivan Mahonin 3d4d95
  </PropertyGroup>
Ivan Mahonin 3d4d95
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Ivan Mahonin 3d4d95
  <ItemGroup>
Ivan Mahonin 3d4d95
    <Compile Include="MainWindow.cs" />
Ivan Mahonin 3d4d95
  </ItemGroup>
Ivan Mahonin 3d4d95
  <ItemGroup>
Ivan Mahonin 3d4d95
    <Reference Include="System.Drawing" />
Ivan Mahonin 3d4d95
    <Reference Include="System.Windows.Forms" />
Ivan Mahonin 3d4d95
    <Reference Include="System" />
Ivan Mahonin 3d4d95
  </ItemGroup>
Ivan Mahonin 3d4d95
</Project>