Binary key support

This commit is contained in:
Jim Norman
2005-12-10 04:47:37 +00:00
parent f0946f22d5
commit 08038f4b7f
5 changed files with 36 additions and 10 deletions

View File

@@ -305,7 +305,7 @@
/>
<File
RelPath = "init\ProjectInstaller.cs"
SubType = "Code"
SubType = "Component"
BuildAction = "Compile"
/>
<File
@@ -315,7 +315,7 @@
/>
<File
RelPath = "init\WinSecretStoreClientService.cs"
SubType = "Code"
SubType = "Component"
BuildAction = "Compile"
/>
<File
@@ -384,6 +384,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "verbs\ReadBinaryKey.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "verbs\ReadKey.cs"
SubType = "Code"
@@ -419,6 +424,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "verbs\WriteBinaryKey.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "verbs\WriteKey.cs"
SubType = "Code"