diff options
author | marcinzelent <marcin@zelent.net> | 2017-02-04 17:46:03 +0100 |
---|---|---|
committer | marcinzelent <marcin@zelent.net> | 2017-02-04 17:46:03 +0100 |
commit | 1d65134c461d6648b5556847565d37f898db5ad0 (patch) | |
tree | d9ecabc0fb0d2e79ac57f176e152dfcb5802178c /France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs | |
parent | ffbe744e0807d0d70d31220fece2a034e56509cf (diff) |
Repo copy.
Diffstat (limited to 'France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs')
-rw-r--r-- | France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs b/France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9d8dd2d --- /dev/null +++ b/France_Vacances/FVUnitTest/Properties/AssemblyInfo.cs @@ -0,0 +1,30 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 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("FVUnitTest")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("FVUnitTest")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: AssemblyMetadata("TargetPlatform","UAP")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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: ComVisible(false)]
\ No newline at end of file |