Skip to content

Commit

Permalink
Fix path to snk.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Sep 2, 2009
1 parent d8c3884 commit 8632010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oSpy1/HeapAgent/oHeapAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>oSpy.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\oSpy.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 8632010

Please sign in to comment.