-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPHPWebProject1.phpproj
35 lines (35 loc) · 1.3 KB
/
PHPWebProject1.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
30
31
32
33
34
35
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Name>PHPWebProject1</Name>
<ProjectGuid>{0bf2b882-8afd-4196-81cb-10e1ebca4a30}</ProjectGuid>
<RootNamespace>
</RootNamespace>
<OutputType>Library</OutputType>
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
<RuntimeVersion>7.1</RuntimeVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<IncludeDebugInformation>false</IncludeDebugInformation>
</PropertyGroup>
<ItemGroup>
<Compile Include="API\Client\MynewsDesk.php" />
<Compile Include="API\Client\RestAPIClient.php" />
<Compile Include="API\Client\Soap.php" />
<Compile Include="feed.php" />
<Compile Include="Index.php" />
<Compile Include="mySQL\Mysql.php" />
</ItemGroup>
<ItemGroup>
<Folder Include="API\" />
<Folder Include="API\Client\" />
<Folder Include="mySQL\" />
<Folder Include="js\" />
</ItemGroup>
<ItemGroup>
<Content Include="js\JavaScript1.js" />
</ItemGroup>
</Project>