Blame mono/Diagram/Diagram.csproj

Ivan Mahonin 8cb222
Ivan Mahonin 8cb222
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Ivan Mahonin 8cb222
  <PropertyGroup>
Ivan Mahonin 8cb222
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Ivan Mahonin 8cb222
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Ivan Mahonin 8cb222
    <ProjectGuid>{E69A3F38-7F4D-4397-B54E-00716712EAE5}</ProjectGuid>
Ivan Mahonin 8cb222
    <OutputType>Exe</OutputType>
Ivan Mahonin 8cb222
    <RootNamespace>Diagram</RootNamespace>
Ivan Mahonin 8cb222
    <AssemblyName>Diagram</AssemblyName>
Ivan Mahonin 8cb222
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Ivan Mahonin 8cb222
  </PropertyGroup>
Ivan Mahonin 8cb222
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Ivan Mahonin 8cb222
    <DebugSymbols>true</DebugSymbols>
Ivan Mahonin 8cb222
    <DebugType>full</DebugType>
Ivan Mahonin 8cb222
    <Optimize>false</Optimize>
Ivan Mahonin 8cb222
    <OutputPath>bin\Debug</OutputPath>
Ivan Mahonin 8cb222
    <DefineConstants>DEBUG;</DefineConstants>
Ivan Mahonin 8cb222
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin 8cb222
    <WarningLevel>4</WarningLevel>
Ivan Mahonin 8cb222
    <ConsolePause>false</ConsolePause>
Ivan Mahonin 8cb222
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin 8cb222
  </PropertyGroup>
Ivan Mahonin 8cb222
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
Ivan Mahonin 8cb222
    <DebugType>full</DebugType>
Ivan Mahonin 8cb222
    <Optimize>true</Optimize>
Ivan Mahonin 8cb222
    <OutputPath>bin\Release</OutputPath>
Ivan Mahonin 8cb222
    <ErrorReport>prompt</ErrorReport>
Ivan Mahonin 8cb222
    <WarningLevel>4</WarningLevel>
Ivan Mahonin 8cb222
    <ConsolePause>false</ConsolePause>
Ivan Mahonin 8cb222
    <PlatformTarget>x86</PlatformTarget>
Ivan Mahonin 8cb222
  </PropertyGroup>
Ivan Mahonin 8cb222
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Ivan Mahonin 8cb222
  <ItemGroup>
Ivan Mahonin 8cb222
    <Compile Include="MainForm.cs" />
Ivan Mahonin 8cb222
    <Compile Include="Program.cs" />
Ivan Mahonin 8cb222
    <Compile Include="Diagram.cs" />
Ivan Mahonin 8cb222
    <Compile Include="ActiveDiagram.cs" />
Ivan Mahonin 8cb222
    <Compile Include="TextUtils.cs" />
Ivan Mahonin 8cb222
    <Compile Include="Geometry.cs" />
Ivan Mahonin 8cb222
    <Compile Include="Test.cs" />
Ivan Mahonin 8cb222
    <Compile Include="Shapes.cs" />
Ivan Mahonin 8cb222
    <Compile Include="DiaSynfig.cs" />
Ivan Mahonin 8cb222
  </ItemGroup>
Ivan Mahonin 8cb222
  <ItemGroup>
Ivan Mahonin 8cb222
    <Reference Include="System.Drawing" />
Ivan Mahonin 8cb222
    <Reference Include="System.Windows.Forms" />
Ivan Mahonin 8cb222
    <Reference Include="System.Windows" />
Ivan Mahonin 8cb222
    <Reference Include="System" />
Ivan Mahonin 8cb222
    <Reference Include="System.Core" />
Ivan Mahonin 8cb222
    <Reference Include="System.Data" />
Ivan Mahonin 8cb222
    <Reference Include="System.Data.Linq" />
Ivan Mahonin 8cb222
  </ItemGroup>
Ivan Mahonin 8cb222
</Project>