Changeset 2781
- Timestamp:
- 02/11/10 15:51:39 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj
r2777 r2781 38 38 <RequiredTargetFramework>3.5</RequiredTargetFramework> 39 39 </Reference> 40 <Reference Include="System.Drawing" /> 41 <Reference Include="System.Windows.Forms" /> 40 42 <Reference Include="System.Xml.Linq"> 41 43 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 48 50 </ItemGroup> 49 51 <ItemGroup> 52 <Compile Include="NetronVisualization.cs"> 53 <SubType>Component</SubType> 54 </Compile> 55 <Compile Include="NetronVisualization.Designer.cs"> 56 <DependentUpon>NetronVisualization.cs</DependentUpon> 57 </Compile> 58 <Compile Include="Ants.cs" /> 59 <Compile Include="Controller.cs" /> 60 <Compile Include="Ghosts.cs" /> 50 61 <Compile Include="HeuristicLabNetronPlugin.cs" /> 51 62 <Compile Include="Properties\AssemblyInfo.cs" /> 63 <Compile Include="TextEditor.cs" /> 64 <Compile Include="View.cs" /> 52 65 </ItemGroup> 53 66 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.