Statistics
| Branch: | Revision:

root / trunk / Pithos.OFM / Pithos.OFM.csproj @ 80d69298

History | View | Annotate | Download (3.1 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{00B476BA-3151-4698-94A6-32FAAF2A7D58}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Pithos.OFM</RootNamespace>
11
    <AssemblyName>Pithos.OFM</AssemblyName>
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
    <PlatformTarget>x86</PlatformTarget>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
    <PlatformTarget>AnyCPU</PlatformTarget>
34
  </PropertyGroup>
35
  <ItemGroup>
36
    <Reference Include="PresentationCore" />
37
    <Reference Include="PresentationFramework" />
38
    <Reference Include="RibbonControlsLibrary, Version=4.0.0.11019, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39
      <SpecificVersion>False</SpecificVersion>
40
      <HintPath>..\Libraries\RibbonControlsLibrary.dll</HintPath>
41
    </Reference>
42
    <Reference Include="System" />
43
    <Reference Include="System.Core" />
44
    <Reference Include="System.Xaml" />
45
    <Reference Include="System.Xml.Linq" />
46
    <Reference Include="System.Data.DataSetExtensions" />
47
    <Reference Include="Microsoft.CSharp" />
48
    <Reference Include="System.Data" />
49
    <Reference Include="System.Xml" />
50
    <Reference Include="WindowsBase" />
51
  </ItemGroup>
52
  <ItemGroup>
53
    <Compile Include="GUI\OFM.xaml.cs">
54
      <DependentUpon>OFM.xaml</DependentUpon>
55
    </Compile>
56
    <Compile Include="OFM.cs" />
57
    <Compile Include="Properties\AssemblyInfo.cs" />
58
  </ItemGroup>
59
  <ItemGroup>
60
    <Page Include="GUI\OFM.xaml">
61
      <SubType>Designer</SubType>
62
      <Generator>MSBuild:Compile</Generator>
63
    </Page>
64
  </ItemGroup>
65
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
67
       Other similar extension points exist, see Microsoft.Common.targets.
68
  <Target Name="BeforeBuild">
69
  </Target>
70
  <Target Name="AfterBuild">
71
  </Target>
72
  -->
73
</Project>