Changeset 137
- Timestamp:
- 3/8/2008 4:19:49 AM (5 years ago)
- Location:
- branches/eraser6
- Files:
-
- 4 edited
-
Manager/Manager.csproj (modified) (1 diff)
-
Manager/Properties/AssemblyInfo.cs (modified) (1 diff)
-
Util/Properties/AssemblyInfo.cs (modified) (1 diff)
-
Util/Util.csproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/Manager.csproj
r131 r137 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>Eraser.Manager</RootNamespace> 11 <AssemblyName> Manager</AssemblyName>11 <AssemblyName>Eraser.Manager</AssemblyName> 12 12 </PropertyGroup> 13 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/eraser6/Manager/Properties/AssemblyInfo.cs
r126 r137 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle(" Manager")]9 [assembly: AssemblyDescription(" ")]8 [assembly: AssemblyTitle("Eraser Manager")] 9 [assembly: AssemblyDescription("Eraser task manager and client library")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany(" ")]12 [assembly: AssemblyProduct(" Manager")]13 [assembly: AssemblyCopyright("Copyright © 2008")]11 [assembly: AssemblyCompany("Eraser Project")] 12 [assembly: AssemblyProduct("Eraser")] 13 [assembly: AssemblyCopyright("Copyright © 2008 The Eraser Project")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")] -
branches/eraser6/Util/Properties/AssemblyInfo.cs
r129 r137 6 6 // set of attributes. Change these attribute values to modify the information 7 7 // associated with an assembly. 8 [assembly: AssemblyTitle(" Util")]9 [assembly: AssemblyDescription(" ")]8 [assembly: AssemblyTitle("Eraser Platform Utilities")] 9 [assembly: AssemblyDescription("Eraser platform abstraction classes")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany(" ")]12 [assembly: AssemblyProduct(" Util")]13 [assembly: AssemblyCopyright("Copyright © 2008")]11 [assembly: AssemblyCompany("The Eraser Project")] 12 [assembly: AssemblyProduct("Eraser")] 13 [assembly: AssemblyCopyright("Copyright © 2008 The Eraser Project")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")] -
branches/eraser6/Util/Util.csproj
r135 r137 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>Eraser.Util</RootNamespace> 11 <AssemblyName> Util</AssemblyName>11 <AssemblyName>Eraser.Util</AssemblyName> 12 12 </PropertyGroup> 13 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Note: See TracChangeset
for help on using the changeset viewer.
