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

« back to all changes in this revision

Viewing changes to .pc/fixhexboxloc.patch/src/TESTOpenMCDF/StructuredStorageExplorer.csproj

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-04-08 11:02:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130408110215-aleqo4zhjc3qgxnb
Tags: 1.5.4-1
* New upstream: 1.5.4
  - Use Hexbox for hexadecimal viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project 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>{4F6323A8-9C06-4D94-808F-EBD69B8370D7}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>StructuredStorageExplorer</RootNamespace>
 
12
    <AssemblyName>StucturedStorageExplorer</AssemblyName>
 
13
    <FileAlignment>512</FileAlignment>
 
14
    <TargetFrameworkSubset>
 
15
    </TargetFrameworkSubset>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>full</DebugType>
 
20
    <Optimize>false</Optimize>
 
21
    <OutputPath>bin\Debug\</OutputPath>
 
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
23
    <ErrorReport>prompt</ErrorReport>
 
24
    <WarningLevel>4</WarningLevel>
 
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
  </PropertyGroup>
 
34
  <ItemGroup>
 
35
    <Reference Include="Be.Windows.Forms.HexBox, Version=1.4.8.41924, Culture=neutral, processorArchitecture=MSIL" />
 
36
    <Reference Include="System" />
 
37
    <Reference Include="System.Data" />
 
38
    <Reference Include="System.Deployment" />
 
39
    <Reference Include="System.Drawing" />
 
40
    <Reference Include="System.Windows.Forms" />
 
41
    <Reference Include="System.Xml" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <Compile Include="StreamDataProvider.cs" />
 
45
    <Compile Include="Utils.cs" />
 
46
    <Compile Include="MainForm.cs">
 
47
      <SubType>Form</SubType>
 
48
    </Compile>
 
49
    <Compile Include="MainForm.Designer.cs">
 
50
      <DependentUpon>MainForm.cs</DependentUpon>
 
51
    </Compile>
 
52
    <Compile Include="Program.cs" />
 
53
    <Compile Include="Properties\AssemblyInfo.cs" />
 
54
    <EmbeddedResource Include="MainForm.resx">
 
55
      <DependentUpon>MainForm.cs</DependentUpon>
 
56
    </EmbeddedResource>
 
57
    <EmbeddedResource Include="Properties\Resources.resx">
 
58
      <Generator>ResXFileCodeGenerator</Generator>
 
59
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
60
      <SubType>Designer</SubType>
 
61
    </EmbeddedResource>
 
62
    <Compile Include="Properties\Resources.Designer.cs">
 
63
      <AutoGen>True</AutoGen>
 
64
      <DependentUpon>Resources.resx</DependentUpon>
 
65
      <DesignTime>True</DesignTime>
 
66
    </Compile>
 
67
    <None Include="app.config" />
 
68
    <None Include="Properties\Settings.settings">
 
69
      <Generator>SettingsSingleFileGenerator</Generator>
 
70
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 
71
    </None>
 
72
    <Compile Include="Properties\Settings.Designer.cs">
 
73
      <AutoGen>True</AutoGen>
 
74
      <DependentUpon>Settings.settings</DependentUpon>
 
75
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 
76
    </Compile>
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <Content Include="img\disk.png" />
 
80
    <Content Include="img\folder.png" />
 
81
    <Content Include="img\page_white.png" />
 
82
    <Content Include="img\stream.png" />
 
83
    <Content Include="img\storage.png" />
 
84
    <Content Include="lib\Be.Windows.Forms.HexBox.dll" />
 
85
  </ItemGroup>
 
86
  <ItemGroup>
 
87
    <ProjectReference Include="..\OLECompoundFileStorage\OpenMcdf.csproj">
 
88
      <Project>{56E15D4A-8A37-4C7C-BB44-FD59AFF220C1}</Project>
 
89
      <Name>OpenMcdf</Name>
 
90
    </ProjectReference>
 
91
  </ItemGroup>
 
92
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
93
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
94
       Other similar extension points exist, see Microsoft.Common.targets.
 
95
  <Target Name="BeforeBuild">
 
96
  </Target>
 
97
  <Target Name="AfterBuild">
 
98
  </Target>
 
99
  -->
 
100
</Project>