]> granicus.if.org Git - graphviz/commitdiff
Win tweak panel for graph, default node and default edge attributes
authorglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:37:51 +0000 (16:37 +0000)
committerglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:37:51 +0000 (16:37 +0000)
windows/graphviz.csproj

index 6efafc40d9cacb83910ac083d05692ec1a033e03..b499c6c017c5cd389bb9c6c69e19df4d2edfe791 100755 (executable)
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
@@ -19,7 +19,7 @@
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
+    <PlatformTarget>x86</PlatformTarget>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="AttributeInspectorForm.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="AttributeInspectorForm.Designer.cs">\r
+      <DependentUpon>AttributeInspectorForm.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="StandardValuesTypeConverter.cs" />\r
+    <Compile Include="GraphPropertyDescriptor.cs" />\r
+    <Compile Include="FormController.cs" />\r
+    <Compile Include="ExternalPropertyTab.cs" />\r
+    <Compile Include="GraphArguments.cs" />\r
+    <Compile Include="GraphDefaultAttributes.cs" />\r
     <Compile Include="GraphForm.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="Graph.cs" />\r
     <Compile Include="Program.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <EmbeddedResource Include="AttributeInspectorForm.resx">\r
+      <SubType>Designer</SubType>\r
+      <DependentUpon>AttributeInspectorForm.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GraphForm.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>GraphForm.cs</DependentUpon>\r
     <Compile Include="ScrollableImageControl.Designer.cs">\r
       <DependentUpon>ScrollableImageControl.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="UTF8Marshaler.cs" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Resources\NodeAttributes.png" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Resources\EdgeAttributes.png" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="Resources\GraphAttributes.png" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
-</Project>
\ No newline at end of file
+</Project>