-
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.
signing roundhouse assemblies - chucknorris/roundhouse#14
- Loading branch information
ferventcoder
committed
Aug 17, 2011
1 parent
d9c14d5
commit b13508d
Showing
14 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
Binary file not shown.
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
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,5 +1,7 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
|
||
[assembly: Guid("a7a8d35d-cb38-4f12-a388-41c0fd21bf20")] | ||
[assembly: Guid("a7a8d35d-cb38-4f12-a388-41c0fd21bf20")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
6 changes: 4 additions & 2 deletions
6
product/roundhouse.databases.access/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,4 +1,6 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("d1df5985-48bc-48b8-ba40-8c71920ac918")] | ||
[assembly: Guid("d1df5985-48bc-48b8-ba40-8c71920ac918")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
6 changes: 4 additions & 2 deletions
6
product/roundhouse.databases.mysql/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,4 +1,6 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("1b301660-88e7-4a5b-b7b0-eceedcf8fbdc")] | ||
[assembly: Guid("1b301660-88e7-4a5b-b7b0-eceedcf8fbdc")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
6 changes: 4 additions & 2 deletions
6
product/roundhouse.databases.oracle/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,4 +1,6 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("f9da0a8d-edee-4941-86ce-2a138b32286d")] | ||
[assembly: Guid("f9da0a8d-edee-4941-86ce-2a138b32286d")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
2 changes: 2 additions & 0 deletions
2
product/roundhouse.databases.sqlserver/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,4 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("52796298-9e1f-47fd-9253-d3b2fcf4feda")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
4 changes: 3 additions & 1 deletion
4
product/roundhouse.databases.sqlserver2000/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,4 +1,6 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
[assembly: Guid("4a07f5e3-9122-4082-8da3-13dbff0d493c")] | ||
[assembly: Guid("4a07f5e3-9122-4082-8da3-13dbff0d493c")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
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,5 +1,7 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
|
||
[assembly: Guid("19e376f8-f00d-4d7d-a670-37fec4a7c39f")] | ||
[assembly: Guid("19e376f8-f00d-4d7d-a670-37fec4a7c39f")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |
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,5 +1,7 @@ | ||
using System.Runtime.InteropServices; | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
// The following GUID is for the ID of the typelib if this project is exposed to COM | ||
|
||
[assembly: Guid("087c0458-1443-41a5-ad51-08e7cdd6fe0f")] | ||
[assembly: Guid("087c0458-1443-41a5-ad51-08e7cdd6fe0f")] | ||
[assembly: AssemblyKeyFile("..\\..\\RoundhousE.snk")] |