diff options
Diffstat (limited to 'TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj')
-rw-r--r-- | TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj b/TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj index 462f918..68538de 100644 --- a/TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj +++ b/TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj @@ -57,7 +57,6 @@ <Reference Include="System.EnterpriseServices" /> </ItemGroup> <ItemGroup> - <Content Include="default.html" /> <Content Include="Web.config" /> </ItemGroup> <ItemGroup> @@ -71,6 +70,12 @@ <DependentUpon>Web.config</DependentUpon> </None> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\TwoStepsAuthenticator\TwoStepsAuthenticator.csproj"> + <Project>{6c898cd1-0bf3-4711-847e-ad7dac815cd8}</Project> + <Name>TwoStepsAuthenticator</Name> + </ProjectReference> + </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |