diff options
Diffstat (limited to 'samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj')
-rw-r--r-- | samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj b/samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj index 3445f04..2519ec1 100644 --- a/samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj +++ b/samples/RelyingPartyCustomStore/RelyingPartyCustomStore.csproj @@ -53,6 +53,9 @@ <DesignTime>True</DesignTime>
<DependentUpon>CustomStoreDataSet.xsd</DependentUpon>
</Compile>
+ <Compile Include="Global.asax.cs">
+ <DependentUpon>Global.asax</DependentUpon>
+ </Compile>
<Compile Include="login.aspx.cs">
<DependentUpon>login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
@@ -69,6 +72,7 @@ </ProjectReference>
</ItemGroup>
<ItemGroup>
+ <Content Include="Global.asax" />
<Content Include="MembersOnly\Web.config" />
</ItemGroup>
<ItemGroup>
|