diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 07:17:12 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 14:00:28 -0800 |
commit | f593374502125952ccab614aa0034c451abb0ce7 (patch) | |
tree | d0bf6629bbb980c3d0a6130bb74f6416e49b733f /src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | |
parent | ed388f8c059a0dfe86b0d0088f824799403ab601 (diff) | |
download | DotNetOpenAuth-f593374502125952ccab614aa0034c451abb0ce7.zip DotNetOpenAuth-f593374502125952ccab614aa0034c451abb0ce7.tar.gz DotNetOpenAuth-f593374502125952ccab614aa0034c451abb0ce7.tar.bz2 |
Replacing the Shadow accessor generation with our own multi-targeting ready version.
Diffstat (limited to 'src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj')
-rw-r--r-- | src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj index 6fd075a..9ced3a3 100644 --- a/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj +++ b/src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj @@ -310,15 +310,13 @@ <ProjectReference Include="..\DotNetOpenAuth\DotNetOpenAuth.csproj"> <Project>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</Project> <Name>DotNetOpenAuth</Name> + <Shadow>true</Shadow> </ProjectReference> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Logging.config" /> </ItemGroup> <ItemGroup> - <Shadow Include="Test References\DotNetOpenAuth.accessor" /> - </ItemGroup> - <ItemGroup> <EmbeddedResource Include="OpenId\Discovery\htmldiscovery\html1020.html" /> <EmbeddedResource Include="OpenId\Discovery\htmldiscovery\html10both.html" /> <EmbeddedResource Include="OpenId\Discovery\htmldiscovery\html10del.html" /> |