-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceProxy.phpproj
27 lines (27 loc) · 1.07 KB
/
ServiceProxy.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Name>ServiceProxy</Name>
<ProjectGuid>{f42ffe88-4cf6-4ce5-af95-5bd119b32177}</ProjectGuid>
<RootNamespace>
</RootNamespace>
<OutputType>Library</OutputType>
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
<SpecificPageValue>ServiceProxy.php</SpecificPageValue>
<StartAction>SpecificPage</StartAction>
<Runtime>PHP</Runtime>
<RuntimeVersion>7.4</RuntimeVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<IncludeDebugInformation>false</IncludeDebugInformation>
</PropertyGroup>
<ItemGroup>
<Compile Include="index.php" />
</ItemGroup>
<ItemGroup>
<Content Include="rest.htaccess" />
</ItemGroup>
</Project>