diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-24 16:45:14 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-24 16:45:14 -0700 |
commit | 42c6834c6b8f539ea48d42895e10df67cbab5cd3 (patch) | |
tree | e5a202b633b59b68269dbc2af9d4cf806b1a311f /samples/OAuthResourceServer/OAuthResourceServer.csproj | |
parent | 6149b8fd73cd67cccba26d97b6b5da9d3440baba (diff) | |
download | DotNetOpenAuth-42c6834c6b8f539ea48d42895e10df67cbab5cd3.zip DotNetOpenAuth-42c6834c6b8f539ea48d42895e10df67cbab5cd3.tar.gz DotNetOpenAuth-42c6834c6b8f539ea48d42895e10df67cbab5cd3.tar.bz2 |
I hope VS will leave me alone if I finally let this in.
Diffstat (limited to 'samples/OAuthResourceServer/OAuthResourceServer.csproj')
-rw-r--r-- | samples/OAuthResourceServer/OAuthResourceServer.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/OAuthResourceServer/OAuthResourceServer.csproj b/samples/OAuthResourceServer/OAuthResourceServer.csproj index f0fb075..c4a8cc7 100644 --- a/samples/OAuthResourceServer/OAuthResourceServer.csproj +++ b/samples/OAuthResourceServer/OAuthResourceServer.csproj @@ -94,9 +94,11 @@ <Compile Include="Code\TracePageAppender.cs" /> <Compile Include="Default.aspx.cs"> <DependentUpon>Default.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="TracePage.aspx.cs"> <DependentUpon>TracePage.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="TracePage.aspx.designer.cs"> <DependentUpon>TracePage.aspx</DependentUpon> |