-
Notifications
You must be signed in to change notification settings - Fork 0
/
admon.phpproj
29 lines (29 loc) · 1.1 KB
/
admon.phpproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Name>admon</Name>
<ProjectGuid>{5d47688e-9fab-46e2-9118-0abb70663b78}</ProjectGuid>
<RootNamespace>
</RootNamespace>
<OutputType>Library</OutputType>
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
<RuntimeVersion>7.4.13</RuntimeVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<IncludeDebugInformation>false</IncludeDebugInformation>
</PropertyGroup>
<ItemGroup>
<Compile Include="login.php" />
<Compile Include="signup.php" />
<Compile Include="index.php" />
<Compile Include="conn.php" />
<Compile Include="registrarse.php" />
</ItemGroup>
<ItemGroup>
<Content Include="integrantes.html" />
<Content Include="style.css" />
</ItemGroup>
</Project>