This repository has been archived by the owner on Nov 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nemiro.Data.PHP.phpproj
51 lines (51 loc) · 2.11 KB
/
Nemiro.Data.PHP.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Name>Nemiro.Data.PHP</Name>
<ProjectGuid>2bd1cf01-27a4-4786-b0bd-cb8fb54f6d98</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Nemiro.Data.PHP</RootNamespace>
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
<AssemblyName>Nemiro.Data.PHP</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<IncludeDebugInformation>false</IncludeDebugInformation>
</PropertyGroup>
<ItemGroup>
<Compile Include="ConnectionMode.php" />
<Compile Include="DBCommand.php" />
<Compile Include="DBParameter.php" />
<Compile Include="DBParameterCollection.php" />
<Compile Include="DBParameterType.php" />
<Compile Include="IDBClient.php" />
<Compile Include="Import.php" />
<Compile Include="MySql.php" />
<Compile Include="PGException.php" />
<Compile Include="PgSql.php" />
<Compile Include="PgStmt.php" />
<Compile Include="samples\config.php" />
<Compile Include="samples\mysql_getrow.php" />
<Compile Include="samples\mysql_getdata.php" />
<Compile Include="samples\pg_connstr.php" />
<Compile Include="samples\mysql_gettable.php" />
<Compile Include="samples\pg_insert_get_id.php" />
<Compile Include="samples\pgsql_simply.php" />
<Compile Include="samples\mysql_simply.php" />
<Compile Include="samples\mysql_insert_get_id.php" />
<Compile Include="samples\index.php" />
<Compile Include="TDBClient.php" />
</ItemGroup>
<ItemGroup>
<Folder Include="samples\" />
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE" />
<Content Include="README.RU.md" />
<Content Include="README.md" />
<Content Include="Release Notes.md" />
</ItemGroup>
</Project>