aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-05-20 11:11:01 -0500
committerrogerk <devnull@localhost>2011-05-20 11:11:01 -0500
commit5a80c378421d3a3cd4f19efcbafd9eaae089c3e9 (patch)
treeea6e8659f2bf38b63d021431eadf54648405aaa1 /src/ProtocolBuffers
parentd6405f8308465b9eb3d127919b737f443e109387 (diff)
downloadprotobuf-5a80c378421d3a3cd4f19efcbafd9eaae089c3e9.tar.gz
protobuf-5a80c378421d3a3cd4f19efcbafd9eaae089c3e9.tar.bz2
protobuf-5a80c378421d3a3cd4f19efcbafd9eaae089c3e9.zip
Moved key file to /keys directory
Diffstat (limited to 'src/ProtocolBuffers')
-rw-r--r--src/ProtocolBuffers/Properties/Google.ProtocolBuffers.snkbin596 -> 0 bytes
-rw-r--r--src/ProtocolBuffers/ProtocolBuffers.csproj5
-rw-r--r--src/ProtocolBuffers/ProtocolBuffersLite.csproj5
3 files changed, 2 insertions, 8 deletions
diff --git a/src/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk b/src/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk
deleted file mode 100644
index 6bbfc90f..00000000
--- a/src/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk
+++ /dev/null
Binary files differ
diff --git a/src/ProtocolBuffers/ProtocolBuffers.csproj b/src/ProtocolBuffers/ProtocolBuffers.csproj
index 59bbc775..cf3e8710 100644
--- a/src/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffers.csproj
@@ -13,7 +13,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
@@ -188,9 +188,6 @@
<Compile Include="WireFormat.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="Properties\Google.ProtocolBuffers.snk" />
- </ItemGroup>
- <ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
index ffb52295..6371c274 100644
--- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
@@ -13,7 +13,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
@@ -76,9 +76,6 @@
<ItemGroup>
</ItemGroup>
<ItemGroup>
- <None Include="Properties\Google.ProtocolBuffers.snk" />
- </ItemGroup>
- <ItemGroup>
<Compile Include="AbstractBuilderLite.cs" />
<Compile Include="AbstractMessageLite.cs" />
<Compile Include="Collections\Dictionaries.cs" />