- Timestamp:
- 10/07/08 10:54:56 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Visualization
- Files:
-
- 13 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj
r621 r635 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0.30 428</ProductVersion>6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid> … … 39 39 <RequiredTargetFramework>3.5</RequiredTargetFramework> 40 40 </Reference> 41 <Reference Include="System.Drawing" /> 42 <Reference Include="System.Windows.Forms" /> 41 43 <Reference Include="System.Xml.Linq"> 42 44 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 49 51 </ItemGroup> 50 52 <ItemGroup> 53 <Compile Include="Canvas.cs" /> 54 <Compile Include="CanvasUI.cs"> 55 <SubType>Component</SubType> 56 </Compile> 57 <Compile Include="CanvasUI.Designer.cs"> 58 <DependentUpon>CanvasUI.cs</DependentUpon> 59 </Compile> 60 <Compile Include="CompositeShape.cs" /> 51 61 <Compile Include="HeuristicLabVisualizationPlugin.cs" /> 62 <Compile Include="ICanvas.cs" /> 63 <Compile Include="IShape.cs" /> 64 <Compile Include="Offset.cs" /> 65 <Compile Include="PointD.cs" /> 52 66 <Compile Include="Properties\AssemblyInfo.cs" /> 67 <Compile Include="RectangleD.cs" /> 68 <Compile Include="RectangleShape.cs" /> 69 <Compile Include="SizeD.cs" /> 70 <Compile Include="Transform.cs" /> 71 <Compile Include="WorldShape.cs" /> 53 72 </ItemGroup> 54 73 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.