-<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
<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>