summaryrefslogtreecommitdiff
path: root/Source/Houdini/Houdini.csproj
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2011-08-05 10:45:45 -0700
committerGravatar qadeer <qadeer@microsoft.com>2011-08-05 10:45:45 -0700
commit1a09184a77ca09605f93462b1cff15e21d7f319c (patch)
tree4dc88e2c63b00a0bf7b2bad958013730227814a3 /Source/Houdini/Houdini.csproj
parente129afe1528a5213c56171dd12afaadb1e219d4c (diff)
fixed the key signing problem with houdini
started adding bct provider
Diffstat (limited to 'Source/Houdini/Houdini.csproj')
-rw-r--r--Source/Houdini/Houdini.csproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Houdini/Houdini.csproj b/Source/Houdini/Houdini.csproj
index 9c006396..bd4e693b 100644
--- a/Source/Houdini/Houdini.csproj
+++ b/Source/Houdini/Houdini.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -34,7 +34,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>InterimKey.snk</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -94,9 +94,6 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
- <ItemGroup>
- <None Include="InterimKey.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.
Other similar extension points exist, see Microsoft.Common.targets.