Changeset 13018 for branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/HeuristicLab.Problems.Robocode.Views-3.3.csproj
- Timestamp:
- 10/16/15 10:46:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/HeuristicLab.Problems.Robocode.Views-3.3.csproj
r11628 r13018 82 82 <Private>False</Private> 83 83 </Reference> 84 <Reference Include="HeuristicLab.Operators-3.3">85 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>86 <Private>False</Private>87 </Reference>88 <Reference Include="HeuristicLab.Optimization-3.3">89 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>90 <Private>False</Private>91 </Reference>92 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 93 85 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> … … 98 90 <Reference Include="System.Drawing" /> 99 91 <Reference Include="System.Windows.Forms" /> 100 <Reference Include="System.Xml.Linq" />101 <Reference Include="System.Data.DataSetExtensions" />102 <Reference Include="Microsoft.CSharp" />103 <Reference Include="System.Data" />104 <Reference Include="System.Xml" />105 92 </ItemGroup> 106 93 <ItemGroup> … … 113 100 <Compile Include="BattleRunnerDialog.Designer.cs"> 114 101 <DependentUpon>BattleRunnerDialog.cs</DependentUpon> 102 </Compile> 103 <Compile Include="CodeSymbolView.cs" /> 104 <Compile Include="CodeSymbolView.Designer.cs"> 105 <DependentUpon>CodeSymbolView.cs</DependentUpon> 115 106 </Compile> 116 107 <Compile Include="EnemyCollectionView.cs"> … … 134 125 <Compile Include="Plugin.cs" /> 135 126 <Compile Include="Properties\AssemblyInfo.cs" /> 136 <Compile Include="CodeNodeView.cs">137 <SubType>UserControl</SubType>138 </Compile>139 <Compile Include="CodeNodeView.Designer.cs">140 <DependentUpon>CodeNodeView.cs</DependentUpon>141 </Compile>142 127 </ItemGroup> 143 128 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.