diff options
author | Guillaume <guillaumelacasa@hotmail.com> | 2013-06-12 21:09:11 +0200 |
---|---|---|
committer | Guillaume <guillaumelacasa@hotmail.com> | 2013-06-12 21:09:11 +0200 |
commit | 9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71 (patch) | |
tree | ea42b6de68090a31c86ca0e0dde571f092a38a7e /TwoStepsAuthenticator.TestWebsite/TwoStepsAuthenticator.TestWebsite.csproj | |
parent | b09d7395f2842cd908c02c81e91a5b3cecf415c6 (diff) | |
download | TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.zip TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.gz TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.bz2 |
Application de test
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> |