~ubuntu-branches/ubuntu/wily/openmcdf/wily

« back to all changes in this revision

Viewing changes to .pc/use_default_framework.patch/src/OLECompoundFileStorage/OpenMcdf.csproj

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2012-05-04 10:00:39 UTC
  • Revision ID: package-import@ubuntu.com-20120504100039-xudaeukyy98w1pab
Tags: 1.5.2-1
Initial release. (Closes: #647886)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>OpenMcdf</RootNamespace>
 
12
    <AssemblyName>OpenMcdf</AssemblyName>
 
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
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
    <DocumentationFile>bin\Debug\OpenMcdf.xml</DocumentationFile>
 
25
    <NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
28
    <DebugType>pdbonly</DebugType>
 
29
    <Optimize>true</Optimize>
 
30
    <OutputPath>bin\Release\</OutputPath>
 
31
    <DefineConstants>TRACE</DefineConstants>
 
32
    <ErrorReport>prompt</ErrorReport>
 
33
    <WarningLevel>4</WarningLevel>
 
34
    <DocumentationFile>bin\Release\OpenMcdf.xml</DocumentationFile>
 
35
    <NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
 
36
  </PropertyGroup>
 
37
  <ItemGroup>
 
38
    <Reference Include="System" />
 
39
    <Reference Include="System.Data" />
 
40
    <Reference Include="System.Xml" />
 
41
  </ItemGroup>
 
42
  <ItemGroup>
 
43
    <Compile Include="BinaryTree\BinarySearchTree.cs" />
 
44
    <Compile Include="BinaryTree\BinaryTree.cs" />
 
45
    <Compile Include="BinaryTree\BinaryTreeNode.cs" />
 
46
    <Compile Include="BinaryTree\Node.cs" />
 
47
    <Compile Include="BinaryTree\NodeList.cs" />
 
48
    <Compile Include="BinaryTree\TraversalMethods.cs" />
 
49
    <Compile Include="CFException.cs" />
 
50
    <Compile Include="CFItem.cs" />
 
51
    <Compile Include="CFMock.cs" />
 
52
    <Compile Include="CFStorage.cs" />
 
53
    <Compile Include="DirectoryEntry.cs" />
 
54
    <Compile Include="Header.cs" />
 
55
    <Compile Include="CFStream.cs" />
 
56
    <Compile Include="SectorCollection.cs" />
 
57
    <Compile Include="StreamRW.cs" />
 
58
    <Compile Include="IDirectoryEntry.cs" />
 
59
    <Compile Include="Properties\AssemblyInfo.cs" />
 
60
    <Compile Include="RBTree\RedBlack.cs" />
 
61
    <Compile Include="RBTree\RedBlackEnumerator.cs" />
 
62
    <Compile Include="RBTree\RedBlackException.cs" />
 
63
    <Compile Include="RBTree\RedBlackNode.cs" />
 
64
    <Compile Include="CompoundFile.cs" />
 
65
    <Compile Include="Sector.cs" />
 
66
    <Compile Include="StreamView.cs" />
 
67
  </ItemGroup>
 
68
  <ItemGroup>
 
69
    <None Include="OpenMcdfClassDiagram.cd" />
 
70
  </ItemGroup>
 
71
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
72
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
73
       Other similar extension points exist, see Microsoft.Common.targets.
 
74
  <Target Name="BeforeBuild">
 
75
  </Target>
 
76
  <Target Name="AfterBuild">
 
77
  </Target>
 
78
  -->
 
79
</Project>
 
 
b'\\ No newline at end of file'