Skip to content

Commit

Permalink
Unifying versioning system.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed May 2, 2015
1 parent c888628 commit 32cb2e0
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 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("Accord.DirectSound")]
[assembly: AssemblyTitle("Accord.Audio.DirectSound")]
[assembly: AssemblyDescription("Accord.NET - Direct Sound Library")]
[assembly: AssemblyConfiguration("")]

Expand Down
3 changes: 3 additions & 0 deletions Sources/Accord.Fuzzy/Accord.Fuzzy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="Clause.cs" />
<Compile Include="Defuzzification\CentroidDefuzzifier.cs" />
<Compile Include="Defuzzification\IDefuzzifier.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Fuzzy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Fuzzy")]
[assembly: AssemblyDescription("Accord.NET - Fuzzy Logic Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
3 changes: 3 additions & 0 deletions Sources/Accord.Genetic/Accord.Genetic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="Chromosomes\BinaryChromosome.cs" />
<Compile Include="Chromosomes\ChromosomeBase.cs" />
<Compile Include="Chromosomes\DoubleArrayChromosome.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Genetic/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Genetic")]
[assembly: AssemblyDescription("Accord.NET - Genetic Programming Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="CameraControlProperty.cs" />
<Compile Include="FileVideoSource.cs" />
<Compile Include="Internals\IAMCameraControl.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Video.DirectShow/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Video.DirectShow")]
[assembly: AssemblyDescription("Accord.NET - Video DirectShow Interface Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
3 changes: 3 additions & 0 deletions Sources/Accord.Video.Kinect/Accord.Video.Kinect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="KinectNative.cs" />
<Compile Include="Kinect.cs" />
<Compile Include="KinectDepthCamera.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Video.Kinect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Video.Kinect")]
[assembly: AssemblyDescription("Accord.NET - Kinect Interface Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
3 changes: 3 additions & 0 deletions Sources/Accord.Video.VFW/Accord.Video.VFW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="AVIFileVideoSource.cs" />
<Compile Include="AVIReader.cs" />
<Compile Include="AVIWriter.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Video.VFW/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Video.VFW")]
[assembly: AssemblyDescription("Accord.NET - Video For Windows Interface Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
3 changes: 3 additions & 0 deletions Sources/Accord.Video.Ximea/Accord.Video.Ximea.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="CameraParameter.cs" />
<Compile Include="GpiMode.cs" />
<Compile Include="GpoMode.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Video.Ximea/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Video.Ximea")]
[assembly: AssemblyDescription("Accord.NET - Ximea Interface Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
3 changes: 3 additions & 0 deletions Sources/Accord.Video/Accord.Video.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Accord.Core\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="AsyncVideoSource.cs" />
<Compile Include="ByteArrayUtils.cs" />
<Compile Include="Exceptions.cs" />
Expand Down
13 changes: 2 additions & 11 deletions Sources/Accord.Video/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
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("Accord.Imaging")]
[assembly: AssemblyDescription("Accord.NET - Imaging Library")]
[assembly: AssemblyTitle("Accord.Video")]
[assembly: AssemblyDescription("Accord.NET - Video Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]


[assembly: InternalsVisibleTo("Accord.Tests.Imaging, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100039880a76dac76" +
"cddb9c85704c8a0e516773c28c0b202d9e0ae60b623b7bc554c7258bbf54ed6d98082964036109" +
"d4d970132b761f5b00a83079fbff2fbea283632a420ef5280dd2c5546e3f5da776191f7076a096" +
"6c06e7af21754fab55bdbdcddee5520632c3ebdc5908f6cdfb5b78d29123100f41faee0c29645e" +
"42455498")]
2 changes: 1 addition & 1 deletion Sources/Accord.Vision/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Accord.Vision")]
[assembly: AssemblyDescription("Accord.NET - Statistics Library")]
[assembly: AssemblyDescription("Accord.NET - Vision Library")]
[assembly: AssemblyConfiguration("")]

// This sets the default COM visibility of types in the assembly to invisible.
Expand Down

0 comments on commit 32cb2e0

Please sign in to comment.