- Timestamp:
- 02/10/10 03:39:02 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Random/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Random/3.3
- Property svn:ignore
-
old new 1 *.user 2 HeuristicLabRandomPlugin.cs 1 3 bin 2 4 obj 3 *.user
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj
r2524 r2773 85 85 </ItemGroup> 86 86 <ItemGroup> 87 < Compile Include="UniformRandomAdder.cs" />88 <Compile Include=" NormalRandomAdder.cs" />87 <None Include="HeuristicLabRandomPlugin.cs.frame" /> 88 <Compile Include="RandomInitializer.cs" /> 89 89 <Compile Include="HeuristicLabRandomPlugin.cs" /> 90 <Compile Include="MersenneTwister.cs" /> 91 <Compile Include="NormalDistributedRandom.cs" /> 92 <Compile Include="NormalRandomizer.cs" /> 90 <Compile Include="MersenneTwister.cs"> 91 <SubType>Code</SubType> 92 </Compile> 93 <Compile Include="NormalDistributedRandom.cs"> 94 <SubType>Code</SubType> 95 </Compile> 93 96 <Compile Include="Properties\AssemblyInfo.cs" /> 94 <Compile Include="RandomInjector.cs" />95 <Compile Include="UniformRandomizer.cs" />96 97 </ItemGroup> 97 98 <ItemGroup> 99 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 100 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 101 <Name>HeuristicLab.Collections-3.3</Name> 102 </ProjectReference> 98 103 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 99 104 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> … … 107 112 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 108 113 <Name>HeuristicLab.Operators-3.3</Name> 114 </ProjectReference> 115 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 116 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 117 <Name>HeuristicLab.Parameters-3.3</Name> 109 118 </ProjectReference> 110 119 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> … … 135 144 set Outdir=$(Outdir) 136 145 137 call PreBuildEvent.cmd</PreBuildEvent> 146 call PreBuildEvent.cmd 147 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabRandomPlugin.cs"</PreBuildEvent> 138 148 </PropertyGroup> 139 149 </Project>
Note: See TracChangeset
for help on using the changeset viewer.