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

« back to all changes in this revision

Viewing changes to 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:
32
32
    <WarningLevel>4</WarningLevel>
33
33
  </PropertyGroup>
34
34
  <ItemGroup>
 
35
    <Reference Include="Be.Windows.Forms.HexBox" />
35
36
    <Reference Include="System" />
36
37
    <Reference Include="System.Data" />
37
38
    <Reference Include="System.Deployment" />
40
41
    <Reference Include="System.Xml" />
41
42
  </ItemGroup>
42
43
  <ItemGroup>
43
 
    <Compile Include="InputBox.cs" />
 
44
    <Compile Include="StreamDataProvider.cs" />
 
45
    <Compile Include="Utils.cs" />
44
46
    <Compile Include="MainForm.cs">
45
47
      <SubType>Form</SubType>
46
48
    </Compile>
74
76
    </Compile>
75
77
  </ItemGroup>
76
78
  <ItemGroup>
 
79
    <Content Include="img\disk.png" />
 
80
    <Content Include="img\folder.png" />
 
81
    <Content Include="img\page_white.png" />
77
82
    <Content Include="img\stream.png" />
78
83
    <Content Include="img\storage.png" />
 
84
    <Content Include="lib\Be.Windows.Forms.HexBox.dll" />
79
85
  </ItemGroup>
80
86
  <ItemGroup>
81
87
    <ProjectReference Include="..\OLECompoundFileStorage\OpenMcdf.csproj">