Add VS project files for test project
[mono-project.git] / mcs / class / Npgsql / Npgsql-net_2_0.csproj
blob74a70a428dd367f0e0d3ef1ada0f039b376006df
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_2_0</OutputPath>
12 <NoStdLib>true</NoStdLib>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>Npgsql</AssemblyName>
17 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <NoWarn>1699</NoWarn>
24 <Optimize>false</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <NoWarn>1699</NoWarn>
33 <Optimize>true</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
38 </PropertyGroup>
39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
41 <Compile Include="Npgsql\AssemblyInfo.cs" />
42 <Compile Include="..\..\build\common\Consts.cs" />
43 <Compile Include="Npgsql\HashAlgorithm.cs" />
44 <Compile Include="Npgsql\MD5.cs" />
45 <Compile Include="Npgsql\MD5CryptoServiceProvider.cs" />
46 <Compile Include="Npgsql\NpgsqlAsciiRow.cs" />
47 <Compile Include="Npgsql\NpgsqlBackEndKeyData.cs" />
48 <Compile Include="Npgsql\NpgsqlBind.cs" />
49 <Compile Include="Npgsql\NpgsqlBinaryRow.cs" />
50 <Compile Include="Npgsql\NpgsqlCancelRequest.cs" />
51 <Compile Include="Npgsql\NpgsqlClosedState.cs" />
52 <Compile Include="Npgsql\NpgsqlCommand.cs" />
53 <Compile Include="Npgsql\NpgsqlCommandBuilder.cs" />
54 <Compile Include="Npgsql\NpgsqlConnectedState.cs" />
55 <Compile Include="Npgsql\NpgsqlConnection.cs" />
56 <Compile Include="Npgsql\NpgsqlConnectionString.cs" />
57 <Compile Include="Npgsql\NpgsqlConnectionStringBuilder.cs" />
58 <Compile Include="Npgsql\NpgsqlConnector.cs" />
59 <Compile Include="Npgsql\NpgsqlConnectorPool.cs" />
60 <Compile Include="Npgsql\NpgsqlDataAdapter.cs" />
61 <Compile Include="Npgsql\NpgsqlDataReader.cs" />
62 <Compile Include="Npgsql\NpgsqlDescribe.cs" />
63 <Compile Include="Npgsql\NpgsqlError.cs" />
64 <Compile Include="Npgsql\NpgsqlEventLog.cs" />
65 <Compile Include="Npgsql\NpgsqlException.cs" />
66 <Compile Include="Npgsql\NpgsqlExecute.cs" />
67 <Compile Include="Npgsql\NpgsqlFactory.cs" />
68 <Compile Include="Npgsql\NpgsqlFlush.cs" />
69 <Compile Include="Npgsql\NpgsqlMediator.cs" />
70 <Compile Include="Npgsql\NpgsqlMessageTypes.cs" />
71 <Compile Include="Npgsql\NpgsqlNotificationEventArgs.cs" />
72 <Compile Include="Npgsql\NpgsqlParameter.cs" />
73 <Compile Include="Npgsql\NpgsqlParameterCollection.cs" />
74 <Compile Include="Npgsql\NpgsqlParameterStatus.cs" />
75 <Compile Include="Npgsql\NpgsqlParse.cs" />
76 <Compile Include="Npgsql\NpgsqlPasswordPacket.cs" />
77 <Compile Include="Npgsql\NpgsqlQuery.cs" />
78 <Compile Include="Npgsql\NpgsqlReadyState.cs" />
79 <Compile Include="Npgsql\NpgsqlResultSet.cs" />
80 <Compile Include="Npgsql\NpgsqlRow.cs" />
81 <Compile Include="Npgsql\NpgsqlRowDescription.cs" />
82 <Compile Include="Npgsql\NpgsqlSchema.cs" />
83 <Compile Include="Npgsql\NpgsqlStartupPacket.cs" />
84 <Compile Include="Npgsql\NpgsqlStartupState.cs" />
85 <Compile Include="Npgsql\NpgsqlState.cs" />
86 <Compile Include="Npgsql\NpgsqlSync.cs" />
87 <Compile Include="Npgsql\NpgsqlTransaction.cs" />
88 <Compile Include="Npgsql\PGUtil.cs" />
89 <Compile Include="NpgsqlTypes\LargeObjectManager.cs" />
90 <Compile Include="NpgsqlTypes\NpgsqlDbType.cs" />
91 <Compile Include="NpgsqlTypes\FastPath.cs" />
92 <Compile Include="NpgsqlTypes\NpgsqlTypeConverters.cs" />
93 <Compile Include="NpgsqlTypes\FastPathArg.cs" />
94 <Compile Include="NpgsqlTypes\NpgsqlTypes.cs" />
95 <Compile Include="NpgsqlTypes\LargeObject.cs" />
96 <Compile Include="NpgsqlTypes\NpgsqlTypesHelper.cs" />
98 </ItemGroup>
99 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100 Other similar extension points exist, see Microsoft.Common.targets.
101 <Target Name="BeforeBuild">
102 </Target>
103 <Target Name="AfterBuild">
104 </Target>
106 <PropertyGroup>
107 <PreBuildEvent></PreBuildEvent>
108 </PropertyGroup>
109 <ItemGroup>
110 <Reference Include="mscorlib.dll">
111 <SpecificVersion>False</SpecificVersion>
112 <HintPath>mscorlib.dll</HintPath>
113 </Reference>
114 <Reference Include="mscorlib.dll">
115 <SpecificVersion>False</SpecificVersion>
116 <HintPath>mscorlib.dll</HintPath>
117 </Reference>
118 <Reference Include="System.dll">
119 <SpecificVersion>False</SpecificVersion>
120 <HintPath>System.dll</HintPath>
121 </Reference>
122 <Reference Include="System.Xml.dll">
123 <SpecificVersion>False</SpecificVersion>
124 <HintPath>System.Xml.dll</HintPath>
125 </Reference>
126 <Reference Include="System.Data.dll">
127 <SpecificVersion>False</SpecificVersion>
128 <HintPath>System.Data.dll</HintPath>
129 </Reference>
130 <Reference Include="Mono.Security.dll">
131 <SpecificVersion>False</SpecificVersion>
132 <HintPath>Mono.Security.dll</HintPath>
133 </Reference>
135 </ItemGroup>
136 <ItemGroup>
137 <Folder Include="Properties\" />
138 </ItemGroup>
139 <ItemGroup>
140 <EmbeddedResource Include="Npgsql/NpgsqlState.resources">
141 <LogicalName>Npgsql.NpgsqlState.resources</LogicalName>
142 </EmbeddedResource>
143 <EmbeddedResource Include="Npgsql/NpgsqlClosedState.resources">
144 <LogicalName>Npgsql.NpgsqlClosedState.resources</LogicalName>
145 </EmbeddedResource>
146 <EmbeddedResource Include="Npgsql/NpgsqlParameterCollection.resources">
147 <LogicalName>Npgsql.NpgsqlParameterCollection.resources</LogicalName>
148 </EmbeddedResource>
149 <EmbeddedResource Include="Npgsql/NpgsqlParameter.resources">
150 <LogicalName>Npgsql.NpgsqlParameter.resources</LogicalName>
151 </EmbeddedResource>
152 <EmbeddedResource Include="Npgsql/NpgsqlCommand.resources">
153 <LogicalName>Npgsql.NpgsqlCommand.resources</LogicalName>
154 </EmbeddedResource>
155 <EmbeddedResource Include="Npgsql/NpgsqlCommandBuilder.resources">
156 <LogicalName>Npgsql.NpgsqlCommandBuilder.resources</LogicalName>
157 </EmbeddedResource>
158 <EmbeddedResource Include="Npgsql/NpgsqlConnectedState.resources">
159 <LogicalName>Npgsql.NpgsqlConnectedState.resources</LogicalName>
160 </EmbeddedResource>
161 <EmbeddedResource Include="Npgsql/NpgsqlConnection.resources">
162 <LogicalName>Npgsql.NpgsqlConnection.resources</LogicalName>
163 </EmbeddedResource>
164 <EmbeddedResource Include="Npgsql/NpgsqlReadyState.resources">
165 <LogicalName>Npgsql.NpgsqlReadyState.resources</LogicalName>
166 </EmbeddedResource>
167 <EmbeddedResource Include="Npgsql/NpgsqlTransaction.resources">
168 <LogicalName>Npgsql.NpgsqlTransaction.resources</LogicalName>
169 </EmbeddedResource>
170 <EmbeddedResource Include="Npgsql/NpgsqlEventLog.resources">
171 <LogicalName>Npgsql.NpgsqlEventLog.resources</LogicalName>
172 </EmbeddedResource>
173 <EmbeddedResource Include="Npgsql/NpgsqlException.resources">
174 <LogicalName>Npgsql.NpgsqlException.resources</LogicalName>
175 </EmbeddedResource>
176 <EmbeddedResource Include="Npgsql/PGUtil.resources">
177 <LogicalName>Npgsql.PGUtil.resources</LogicalName>
178 </EmbeddedResource>
179 <EmbeddedResource Include="Npgsql/NpgsqlConnectionString.resources">
180 <LogicalName>Npgsql.NpgsqlConnectionString.resources</LogicalName>
181 </EmbeddedResource>
182 <EmbeddedResource Include="NpgsqlTypes/NpgsqlTypesHelper.resources">
183 <LogicalName>NpgsqlTypes.NpgsqlTypesHelper.resources</LogicalName>
184 </EmbeddedResource>
185 </ItemGroup>
187 </Project>