Blame mono/Assistance/Assistance.csproj

Ivan Mahonin ebcc4f
Ivan Mahonin ebcc4f
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Ivan Mahonin ebcc4f
  <PropertyGroup>
Ivan Mahonin ebcc4f
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Ivan Mahonin ebcc4f
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Ivan Mahonin ebcc4f
    <ProductVersion>10.0.0</ProductVersion>
Ivan Mahonin ebcc4f
    <SchemaVersion>2.0</SchemaVersion>
Ivan Mahonin ebcc4f
    <ProjectGuid>{77CD6953-34F0-4125-9DF5-957ECF0E23F0}</ProjectGuid>
Ivan Mahonin ebcc4f
    <OutputType>Exe</OutputType>
Ivan Mahonin ebcc4f
    <RootNamespace>Assistance</RootNamespace>
Ivan Mahonin ebcc4f
    <AssemblyName>Assistance</AssemblyName>
Ivan Mahonin ebcc4f
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Ivan Mahonin ebcc4f
  </PropertyGroup>
Ivan Mahonin ebcc4f
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Ivan Mahonin ebcc4f
    <DebugSymbols>true</DebugSymbols>
Ivan Mahonin ebcc4f
    <DebugType>full</DebugType>
Ivan Mahonin ebcc4f
    <Optimize>false</Optimize>
Ivan Mahonin ebcc4f
    <OutputPath>bin\Debug</OutputPath>
Ivan Mahonin ebcc4f
    <DefineConstants>DEBUG;</DefineConstants>
Ivan Mahonin ebcc4f
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin ebcc4f
    <WarningLevel>4</WarningLevel>
Ivan Mahonin ebcc4f
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin ebcc4f
    <ConsolePause>false</ConsolePause>
Ivan Mahonin ebcc4f
  </PropertyGroup>
Ivan Mahonin ebcc4f
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
Ivan Mahonin ebcc4f
    <DebugType>none</DebugType>
Ivan Mahonin ebcc4f
    <Optimize>true</Optimize>
Ivan Mahonin ebcc4f
    <OutputPath>bin\Release</OutputPath>
Ivan Mahonin ebcc4f
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin ebcc4f
    <WarningLevel>4</WarningLevel>
Ivan Mahonin ebcc4f
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin ebcc4f
    <ConsolePause>false</ConsolePause>
Ivan Mahonin ebcc4f
  </PropertyGroup>
Ivan Mahonin ebcc4f
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Ivan Mahonin ebcc4f
  <ItemGroup>
Ivan Mahonin ebcc4f
    <Compile Include="MainWindow.cs" />
Ivan Mahonin 589f9a
    <Compile Include="Assistant.cs" />
Ivan Mahonin ebcc4f
    <Compile Include="ActivePoint.cs" />
Ivan Mahonin ebcc4f
    <Compile Include="Point.cs" />
Ivan Mahonin b1ff53
    <Compile Include="Workarea.cs" />
Ivan Mahonin b1ff53
    <Compile Include="Canvas.cs" />
Ivan Mahonin b1ff53
    <Compile Include="Track.cs" />
Ivan Mahonin b1ff53
    <Compile Include="Rectangle.cs" />
Ivan Mahonin 38ad69
    <Compile Include="Guideline.cs" />
Ivan Mahonin 38ad69
    <Compile Include="GuidelineLine.cs" />
Ivan Mahonin 38ad69
    <Compile Include="AssistantVanishingPoint.cs" />
Ivan Mahonin 38ad69
    <Compile Include="Geometry.cs" />
Ivan Mahonin 589f9a
    <Compile Include="Modifier.cs" />
Ivan Mahonin 72b17c
    <Compile Include="ModifierSnowflake.cs" />
Ivan Mahonin 726e8a
    <Compile Include="Document.cs" />
Ivan Mahonin 726e8a
    <Compile Include="Tool.cs" />
Ivan Mahonin b82ef4
    <Compile Include="Drawing.cs" />
Ivan Mahonin 589f9a
    <Compile Include="KeyState.cs" />
Ivan Mahonin c66393
    <Compile Include="Timer.cs" />
Ivan Mahonin 38c95c
    <Compile Include="InputState.cs" />
Ivan Mahonin a62e15
    <Compile Include="InputModifierAssistants.cs" />
Ivan Mahonin a62e15
    <Compile Include="InputManager.cs" />
Ivan Mahonin a62e15
    <Compile Include="KeyHistory.cs" />
Ivan Mahonin c3ebff
    <Compile Include="InputModifierTangents.cs" />
Ivan Mahonin c3ebff
    <Compile Include="InputModifierInterpolation.cs" />
Ivan Mahonin 720280
    <Compile Include="ToolFull.cs" />
Ivan Mahonin 720280
    <Compile Include="DynamicSurface.cs" />
Ivan Mahonin 1cdf17
    <Compile Include="ModifierSpiro.cs" />
Ivan Mahonin ebcc4f
  </ItemGroup>
Ivan Mahonin ebcc4f
  <ItemGroup>
Ivan Mahonin ebcc4f
    <Reference Include="System" />
Ivan Mahonin ebcc4f
    <Reference Include="System.Core" />
Ivan Mahonin 0f2bf8
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
Ivan Mahonin b82ef4
      <Private>False</Private>
Ivan Mahonin b82ef4
      <Package>gtk-sharp-2.0</Package>
Ivan Mahonin b82ef4
    </Reference>
Ivan Mahonin b82ef4
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
Ivan Mahonin b82ef4
      <Private>False</Private>
Ivan Mahonin b82ef4
      <Package>gtk-sharp-2.0</Package>
Ivan Mahonin b82ef4
    </Reference>
Ivan Mahonin 0f2bf8
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
Ivan Mahonin 0f2bf8
      <Private>False</Private>
Ivan Mahonin 0f2bf8
      <Package>glib-sharp-2.0</Package>
Ivan Mahonin 0f2bf8
    </Reference>
Ivan Mahonin 0f2bf8
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
Ivan Mahonin b82ef4
      <Private>False</Private>
Ivan Mahonin b82ef4
      <Package>gtk-sharp-2.0</Package>
Ivan Mahonin b82ef4
    </Reference>
Ivan Mahonin 0f2bf8
    <Reference Include="Mono.Cairo" />
Ivan Mahonin ebcc4f
  </ItemGroup>
Ivan Mahonin ebcc4f
</Project>