Changeset 30 for trunk/sources/HeuristicLab.StructureIdentification
- Timestamp:
- 02/29/08 13:45:33 (17 years ago)
- Location:
- trunk/sources/HeuristicLab.StructureIdentification
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj
r4 r30 122 122 <ItemGroup> 123 123 <None Include="HeuristicLab.snk" /> 124 <None Include="Properties\AssemblyInfo.frame" /> 124 125 </ItemGroup> 125 126 <ItemGroup> … … 141 142 </Target> 142 143 --> 144 <PropertyGroup> 145 <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent> 146 </PropertyGroup> 143 147 </Project> -
trunk/sources/HeuristicLab.StructureIdentification/Properties/AssemblyInfo.frame
r26 r30 53 53 // You can specify all the values or you can default the Revision and Build Numbers 54 54 // by using the '*' as shown below: 55 [assembly: AssemblyVersion("3.0.0. 0")]56 [assembly: AssemblyFileVersion("3.0.0. 0")]55 [assembly: AssemblyVersion("3.0.0.$WCREV$")] 56 [assembly: AssemblyFileVersion("3.0.0.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.