forked from accord-net/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c888628
commit 32cb2e0
Showing
16 changed files
with
37 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 2 additions & 11 deletions
13
Sources/Accord.Video.DirectShow/Properties/AssemblyInfo.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters