Changeset 272
- Timestamp:
- 09/02/08 20:54:20 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Specifications/Machine.Specifications.Example/Machine.Specifications.Example.csproj
r271 r272 47 47 </ItemGroup> 48 48 <ItemGroup> 49 <Compile Include="..\SharedAssemblyInfo.cs">50 <Link>Properties\SharedAssemblyInfo.cs</Link>51 </Compile>52 49 <Compile Include="Account.cs" /> 53 50 <Compile Include="BankingSpecs.cs" /> trunk/Source/Specifications/Machine.Specifications.Example/Properties/AssemblyInfo.cs
r271 r272 19 19 // The following GUID is for the ID of the typelib if this project is exposed to COM 20 20 [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")]