aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-09-04 15:13:21 +0100
committerJon Skeet <skeet@pobox.com>2008-09-04 15:13:21 +0100
commit7fd62ffd77ccedfc6dbe2384901b375859b726b6 (patch)
tree84408cbb58b8256b04fd955abdbcbdf6e9eb8440 /csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parent4658a3dd7ebca6de6271071f13bf4f919cc1169b (diff)
downloadprotobuf-7fd62ffd77ccedfc6dbe2384901b375859b726b6.tar.gz
protobuf-7fd62ffd77ccedfc6dbe2384901b375859b726b6.tar.bz2
protobuf-7fd62ffd77ccedfc6dbe2384901b375859b726b6.zip
Initial setup of generator code. Little real functionality so far.
Diffstat (limited to 'csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj')
-rw-r--r--csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index 19cacd01..6335c614 100644
--- a/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -13,7 +13,7 @@
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>Properties\ProtocolBuffers.Test.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.Test.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -35,11 +35,11 @@
<ItemGroup>
<Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
- <HintPath>lib\nunit.framework.dll</HintPath>
+ <HintPath>..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Rhino.Mocks.dll</HintPath>
+ <HintPath>..\lib\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
@@ -79,7 +79,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="Properties\ProtocolBuffers.Test.snk" />
+ <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.