Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imageProcessing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ecole
imageProcessing
Commits
19eeb88e
Commit
19eeb88e
authored
Feb 22, 2018
by
BORNON Théophile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1.0.2
parent
e586bf4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ImageProcessing.csproj
S04_Projet/ImageProcessing.csproj
+1
-1
AssemblyInfo.cs
S04_Projet/Properties/AssemblyInfo.cs
+5
-5
No files found.
S04_Projet/ImageProcessing.csproj
View file @
19eeb88e
...
...
@@ -7,7 +7,7 @@
<ProjectGuid>
{229D3602-654B-498B-9478-5CC3982C358C}
</ProjectGuid>
<OutputType>
Exe
</OutputType>
<RootNamespace>
S04_Projet
</RootNamespace>
<AssemblyName>
S04_Projet
</AssemblyName>
<AssemblyName>
ImageProcessing
</AssemblyName>
<TargetFrameworkVersion>
v4.6.1
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<AutoGenerateBindingRedirects>
true
</AutoGenerateBindingRedirects>
...
...
S04_Projet/Properties/AssemblyInfo.cs
View file @
19eeb88e
...
...
@@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
[assembly: AssemblyTitle("
S04_Projet
")]
[assembly: AssemblyTitle("
ImageProcessing
")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("
HP Inc.
")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("S04_Projet")]
[assembly: AssemblyCopyright("
Copyright © HP Inc. 2018
")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.
0
.0")]
[assembly: AssemblyFileVersion("1.0.
0
.0")]
[assembly: AssemblyVersion("1.0.
2
.0")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment