diff options
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index 036a913..9fbcc5d 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -70,6 +70,7 @@ <Reference Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> + <Content Include="AzureAD.aspx" /> <Content Include="Default.aspx" /> <Content Include="Facebook.aspx" /> <Content Include="favicon.ico" /> @@ -106,6 +107,13 @@ <Compile Include="..\DotNetOpenAuth.ApplicationBlock\InMemoryTokenManager.cs"> <Link>Code\InMemoryTokenManager.cs</Link> </Compile> + <Compile Include="AzureAD.aspx.cs"> + <DependentUpon>AzureAD.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="AzureAD.aspx.designer.cs"> + <DependentUpon>AzureAD.aspx</DependentUpon> + </Compile> <Compile Include="Facebook.aspx.cs"> <DependentUpon>Facebook.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> |