~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to windows/graphviz.csproj

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
10
    <RootNamespace>Graphviz</RootNamespace>
11
11
    <AssemblyName>Graphviz</AssemblyName>
 
12
    <Win32Resource>Graphviz.res</Win32Resource>
12
13
  </PropertyGroup>
13
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14
15
    <DebugSymbols>true</DebugSymbols>
42
43
    <Compile Include="AttributeInspectorForm.Designer.cs">
43
44
      <DependentUpon>AttributeInspectorForm.cs</DependentUpon>
44
45
    </Compile>
 
46
    <Compile Include="PathWatcher.cs" />
45
47
    <Compile Include="StandardValuesTypeConverter.cs" />
46
48
    <Compile Include="GraphPropertyDescriptor.cs" />
47
49
    <Compile Include="FormController.cs" />
90
92
    <Compile Include="ScrollableImageControl.Designer.cs">
91
93
      <DependentUpon>ScrollableImageControl.cs</DependentUpon>
92
94
    </Compile>
 
95
    <Compile Include="TileableImagePrinter.cs" />
93
96
    <Compile Include="UTF8Marshaler.cs" />
94
97
  </ItemGroup>
95
98
  <ItemGroup>
99
102
    <None Include="Resources\EdgeAttributes.png" />
100
103
  </ItemGroup>
101
104
  <ItemGroup>
 
105
    <None Include="Graphviz.res" />
102
106
    <None Include="Resources\GraphAttributes.png" />
103
107
  </ItemGroup>
 
108
  <ItemGroup>
 
109
    <None Include="Resources\ZoomOut.bmp" />
 
110
  </ItemGroup>
 
111
  <ItemGroup>
 
112
    <None Include="Resources\ActualSize.bmp" />
 
113
  </ItemGroup>
 
114
  <ItemGroup>
 
115
    <None Include="Resources\ZoomIn.bmp" />
 
116
  </ItemGroup>
 
117
  <ItemGroup>
 
118
    <None Include="Resources\Information.bmp" />
 
119
  </ItemGroup>
104
120
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
105
121
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
106
122
       Other similar extension points exist, see Microsoft.Common.targets.