summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-24 16:45:14 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-24 16:45:14 -0700
commit42c6834c6b8f539ea48d42895e10df67cbab5cd3 (patch)
treee5a202b633b59b68269dbc2af9d4cf806b1a311f /samples/OAuthClient
parent6149b8fd73cd67cccba26d97b6b5da9d3440baba (diff)
downloadDotNetOpenAuth-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/OAuthClient')
-rw-r--r--samples/OAuthClient/OAuthClient.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj
index 57dc479..036a913 100644
--- a/samples/OAuthClient/OAuthClient.csproj
+++ b/samples/OAuthClient/OAuthClient.csproj
@@ -108,6 +108,7 @@
</Compile>
<Compile Include="Facebook.aspx.cs">
<DependentUpon>Facebook.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Facebook.aspx.designer.cs">
<DependentUpon>Facebook.aspx</DependentUpon>
@@ -120,9 +121,11 @@
</Compile>
<Compile Include="SampleWcf2.aspx.cs">
<DependentUpon>SampleWcf2.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="GoogleApps2Legged.aspx.cs">
<DependentUpon>GoogleApps2Legged.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="GoogleApps2Legged.aspx.designer.cs">
<DependentUpon>GoogleApps2Legged.aspx</DependentUpon>
@@ -137,23 +140,27 @@
</Compile>
<Compile Include="SignInWithTwitter.aspx.cs">
<DependentUpon>SignInWithTwitter.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="SignInWithTwitter.aspx.designer.cs">
<DependentUpon>SignInWithTwitter.aspx</DependentUpon>
</Compile>
<Compile Include="TracePage.aspx.cs">
<DependentUpon>TracePage.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="TracePage.aspx.designer.cs">
<DependentUpon>TracePage.aspx</DependentUpon>
</Compile>
<Compile Include="Twitter.aspx.cs">
<DependentUpon>Twitter.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Code\Logging.cs" />
<Compile Include="Code\TracePageAppender.cs" />
<Compile Include="GoogleAddressBook.aspx.cs">
<DependentUpon>GoogleAddressBook.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Twitter.aspx.designer.cs">
@@ -161,12 +168,14 @@
</Compile>
<Compile Include="WindowsLive.aspx.cs">
<DependentUpon>WindowsLive.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WindowsLive.aspx.designer.cs">
<DependentUpon>WindowsLive.aspx</DependentUpon>
</Compile>
<Compile Include="Yammer.aspx.cs">
<DependentUpon>Yammer.aspx</DependentUpon>
+ <SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Yammer.aspx.designer.cs">
<DependentUpon>Yammer.aspx</DependentUpon>