mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-17 18:55:48 +00:00
36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Name>TwoFactorAuth</Name>
|
|
<ProjectGuid>{e569f53a-a604-4579-91ce-4e35b27da47b}</ProjectGuid>
|
|
<RootNamespace>TwoFactorAuth</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
<Server>PHPDev</Server>
|
|
<PublishEvent>None</PublishEvent>
|
|
<PHPDevAutoPort>True</PHPDevAutoPort>
|
|
<PHPDevPort>41315</PHPDevPort>
|
|
<PHPDevHostName>localhost</PHPDevHostName>
|
|
<IISProjectUrl>http://localhost:41315/</IISProjectUrl>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<IncludeDebugInformation>true</IncludeDebugInformation>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<IncludeDebugInformation>false</IncludeDebugInformation>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="index.php" />
|
|
<Compile Include="src\TwoFactorAuth.php" />
|
|
<Compile Include=".gitignore" />
|
|
<Compile Include="README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="src\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="LICENSE" />
|
|
</ItemGroup>
|
|
</Project> |