Changeset 9779
- Timestamp:
- 07/26/13 13:38:24 (11 years ago)
- Location:
- branches/Robocode.TrunkInt
- Files:
-
- 14 added
- 8 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode
- Property svn:ignore
-
old new 1 *.aps 2 *.eto 3 *.user 4 ClientBin 5 GeneratedArtifacts 6 Plugin.cs 1 7 [Bb]in 2 obj3 8 [Dd]ebug 4 9 [Rr]elease 5 *.user6 *.aps7 *.eto8 ClientBin9 GeneratedArtifacts10 10 _Pvt_Extensions 11 obj
-
- Property svn:ignore
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.sln
r9565 r9779 3 3 # Visual Studio 2012 4 4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode", "HeuristicLab.Problems.Robocode\HeuristicLab.Problems.Robocode.csproj", "{50776649-F3CF-459A-AE8C-146D1BFA64E4}" 5 EndProject 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Robocode.Views", "HeuristicLab.Problems.Robocode.Views\HeuristicLab.Problems.Robocode.Views.csproj", "{8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}" 5 7 EndProject 6 8 Global … … 22 24 {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x64.ActiveCfg = Release|Any CPU 23 25 {50776649-F3CF-459A-AE8C-146D1BFA64E4}.Release|x86.ActiveCfg = Release|Any CPU 26 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 27 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|Any CPU.Build.0 = Debug|Any CPU 28 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x64.ActiveCfg = Debug|Any CPU 29 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Debug|x86.ActiveCfg = Debug|Any CPU 30 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.ActiveCfg = Release|Any CPU 31 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|Any CPU.Build.0 = Release|Any CPU 32 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x64.ActiveCfg = Release|Any CPU 33 {8EB0C7C3-4083-4EEE-B3F2-A37F123FB23B}.Release|x86.ActiveCfg = Release|Any CPU 24 34 EndGlobalSection 25 35 GlobalSection(SolutionProperties) = preSolution -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj
r9763 r9779 36 36 <Reference Include="HeuristicLab.Collections-3.3"> 37 37 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 38 <Private>False</Private> 38 39 </Reference> 39 40 <Reference Include="HeuristicLab.Common-3.3"> 40 41 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 42 <Private>False</Private> 41 43 </Reference> 42 44 <Reference Include="HeuristicLab.Core-3.3"> 43 45 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 46 <Private>False</Private> 44 47 </Reference> 45 48 <Reference Include="HeuristicLab.Core.Views-3.3"> 46 49 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 50 <Private>False</Private> 47 51 </Reference> 48 52 <Reference Include="HeuristicLab.Data-3.3"> 49 53 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 54 <Private>False</Private> 50 55 </Reference> 51 56 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 52 57 <SpecificVersion>False</SpecificVersion> 53 58 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath> 54 </Reference> 55 <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4"> 56 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath> 57 </Reference> 58 <Reference Include="HeuristicLab.MainForm-3.3"> 59 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 60 </Reference> 61 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 62 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 59 <Private>False</Private> 63 60 </Reference> 64 61 <Reference Include="HeuristicLab.Operators-3.3"> 65 62 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 63 <Private>False</Private> 66 64 </Reference> 67 65 <Reference Include="HeuristicLab.Optimization-3.3"> 68 66 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 67 <Private>False</Private> 69 68 </Reference> 70 69 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 71 70 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 71 <Private>False</Private> 72 72 </Reference> 73 73 <Reference Include="HeuristicLab.Parameters-3.3"> 74 74 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 75 <Private>False</Private> 75 76 </Reference> 76 77 <Reference Include="HeuristicLab.Persistence-3.3"> 77 78 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 79 <Private>False</Private> 78 80 </Reference> 79 81 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 80 82 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 <Private>False</Private> 81 84 </Reference> 82 85 <Reference Include="System" /> … … 101 104 <None Include="Properties\AssemblyInfo.cs.frame" /> 102 105 <Compile Include="Solution.cs" /> 103 <Compile Include="SolutionCodeView.cs">104 <SubType>UserControl</SubType>105 </Compile>106 <Compile Include="SolutionCodeView.Designer.cs">107 <DependentUpon>SolutionCodeView.cs</DependentUpon>108 </Compile>109 <Compile Include="SolutionProgramView.cs">110 <SubType>UserControl</SubType>111 </Compile>112 <Compile Include="SolutionProgramView.Designer.cs" />113 106 <Compile Include="Symbols\Event Methods\Events\EmptyEvent.cs" /> 114 107 <Compile Include="Symbols\Numerical Methods\INumericalMethod.cs" /> … … 122 115 <Compile Include="Symbols\Abandoned\Constant.cs" /> 123 116 <Compile Include="Symbols\Abandoned\ConstantTreeNode.cs" /> 124 <Compile Include="Symbols\CodeNodeView.cs">125 <SubType>UserControl</SubType>126 </Compile>127 <Compile Include="Symbols\CodeNodeView.Designer.cs">128 <DependentUpon>CodeNodeView.cs</DependentUpon>129 </Compile>130 117 <Compile Include="Symbols\Logical Expressions\Logical Comparators\Conjunction.cs" /> 131 118 <Compile Include="Symbols\Logical Expressions\Logical Comparators\Disjunction.cs" /> … … 183 170 </ItemGroup> 184 171 <ItemGroup> 185 <EmbeddedResource Include="SolutionCodeView.resx">186 <DependentUpon>SolutionCodeView.cs</DependentUpon>187 </EmbeddedResource>188 <EmbeddedResource Include="Symbols\CodeNodeView.resx">189 <DependentUpon>CodeNodeView.cs</DependentUpon>190 </EmbeddedResource>191 </ItemGroup>192 <ItemGroup>193 172 <Content Include="External Evaluator\BattleRunner.java" /> 194 173 </ItemGroup> -
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/Properties
-
Property
svn:ignore
set to
AssemblyInfo.cs
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.