Subversion Repositories LassyPad

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 freddie 1
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <ProjectGuid>{D6AC72C0-FB73-46B9-BBAD-C53993E7636D}</ProjectGuid>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
    <OutputType>WinExe</OutputType>
7
    <RootNamespace>LassyPad</RootNamespace>
8
    <AssemblyName>LassyPad</AssemblyName>
9
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
  </PropertyGroup>
12
  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
13
    <PlatformTarget>x86</PlatformTarget>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16
    <OutputPath>bin\Debug\</OutputPath>
17
    <DebugSymbols>True</DebugSymbols>
18
    <DebugType>Full</DebugType>
19
    <Optimize>False</Optimize>
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
  </PropertyGroup>
23
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24
    <OutputPath>bin\Release\</OutputPath>
25
    <DebugSymbols>False</DebugSymbols>
26
    <DebugType>None</DebugType>
27
    <Optimize>True</Optimize>
28
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29
    <DefineConstants>TRACE</DefineConstants>
30
  </PropertyGroup>
31
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
32
  <ItemGroup>
33
    <Reference Include="System" />
34
    <Reference Include="System.Core">
35
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
36
    </Reference>
37
    <Reference Include="System.Data" />
38
    <Reference Include="System.Data.DataSetExtensions">
39
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
40
    </Reference>
41
    <Reference Include="System.Drawing" />
42
    <Reference Include="System.Windows.Forms" />
43
    <Reference Include="System.Xml" />
44
    <Reference Include="System.Xml.Linq">
45
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
46
    </Reference>
47
  </ItemGroup>
48
  <ItemGroup>
49
    <Compile Include="MainForm.cs" />
50
    <Compile Include="MainForm.Designer.cs">
51
      <DependentUpon>MainForm.cs</DependentUpon>
52
    </Compile>
53
    <Compile Include="Program.cs" />
54
    <Compile Include="Properties\AssemblyInfo.cs" />
55
    <EmbeddedResource Include="MainForm.resx">
56
      <DependentUpon>MainForm.cs</DependentUpon>
57
    </EmbeddedResource>
58
  </ItemGroup>
59
</Project>