Assembla home | Assembla project page
 

Changeset 272

Show
Ignore:
Timestamp:
09/02/08 20:54:20 (3 months ago)
Author:
aaronjensen
Message:

Removing Machine.Specifications.Example from the distribution dir
Fixing Machine.Specifications.Example to not use shared assembly info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Specifications/Machine.Specifications.Example/Machine.Specifications.Example.csproj

    r271 r272  
    4747  </ItemGroup> 
    4848  <ItemGroup> 
    49     <Compile Include="..\SharedAssemblyInfo.cs"> 
    50       <Link>Properties\SharedAssemblyInfo.cs</Link> 
    51     </Compile> 
    5249    <Compile Include="Account.cs" /> 
    5350    <Compile Include="BankingSpecs.cs" /> 
  • trunk/Source/Specifications/Machine.Specifications.Example/Properties/AssemblyInfo.cs

    r271 r272  
    1919// The following GUID is for the ID of the typelib if this project is exposed to COM 
    2020[assembly: Guid("01cb66b4-916d-46d3-a63e-afd05644228e")] 
     21 
     22[assembly : AssemblyCompany("Machine Project")] 
     23[assembly : AssemblyCopyright("Copyright � Machine Project 2008")] 
     24[assembly : AssemblyTrademark("")] 
     25 
     26// Version information for an assembly consists of the following four values: 
     27// 
     28//      Major Version 
     29//      Minor Version  
     30//      Build Number 
     31//      Revision 
     32// 
     33// You can specify all the values or you can default the Build and Revision Numbers  
     34// by using the '*' as shown below: 
     35// [assembly: AssemblyVersion("1.0.*")] 
     36 
     37[assembly : AssemblyVersion("0.2.0.0")] 
     38[assembly : AssemblyFileVersion("0.2.0.0")]