enforced file system

This commit is contained in:
2018-01-26 13:51:09 +01:00
parent 2a523c7eae
commit edd91faa96
26 changed files with 143 additions and 76 deletions

View File

@ -4,15 +4,15 @@ using System.Reflection;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Yavsc.Client")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Yavsc.Abstract")]
[assembly: AssemblyDescription("Yavsc shared objects")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Yavsc.Client")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyProduct("Yavsc.Abstract")]
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: NeutralResourcesLanguage("fr")]
// Version information for an assembly consists of the following four values:
//
@ -24,5 +24,5 @@ using System.Reflection;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.5.*")]
[assembly: AssemblyFileVersion("1.0.5.2")]