Changeset 9763
- Timestamp:
- 07/26/13 11:44:38 (11 years ago)
- Location:
- branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode
- Files:
-
- 2 added
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/HeuristicLab.Problems.Robocode.csproj
r9761 r9763 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Problems.Robocode</RootNamespace> 11 <AssemblyName>HeuristicLab.Problems.Robocode- 1.1</AssemblyName>11 <AssemblyName>HeuristicLab.Problems.Robocode-3.3</AssemblyName> 12 12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> … … 92 92 <ItemGroup> 93 93 <Compile Include="BestSolutionAnalyzer.cs" /> 94 <None Include="Plugin.cs.frame" /> 94 95 <Compile Include="Crossover\RobocodeCrossover.cs" /> 95 96 <Compile Include="Crossover\RobocodeMethodCrossover.cs" /> … … 98 99 <Compile Include="Interpreter.cs" /> 99 100 <Compile Include="Problem.cs" /> 101 <None Include="Properties\AssemblyInfo.cs.frame" /> 100 102 <Compile Include="Solution.cs" /> 101 103 <Compile Include="SolutionCodeView.cs"> … … 199 201 </Target> 200 202 --> 203 <PropertyGroup> 204 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' "> 205 set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 206 set ProjectDir=$(ProjectDir) 207 set SolutionDir=$(SolutionDir) 208 set Outdir=$(Outdir) 209 210 call PreBuildEvent.cmd 211 </PreBuildEvent> 212 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 213 export ProjectDir=$(ProjectDir) 214 export SolutionDir=$(SolutionDir) 215 216 $SolutionDir/PreBuildEvent.sh 217 </PreBuildEvent> 218 </PropertyGroup> 201 219 </Project>
Note: See TracChangeset
for help on using the changeset viewer.