New tests.
[mono.git] / mcs / class / System.Data.Linq / src / DbLinq / DbLinq.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.30729</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{7950197D-4122-49CB-9FD7-45E666BAFEC2}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>DbLinq</RootNamespace>\r
11     <AssemblyName>DbLinq</AssemblyName>\r
12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14     <SignAssembly>true</SignAssembly>\r
15     <AssemblyOriginatorKeyFile>..\DbLinq.snk</AssemblyOriginatorKeyFile>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>false</Optimize>\r
21     <OutputPath>..\..\build.dbg\</OutputPath>\r
22     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>..\..\build\</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug - Mono Strict|AnyCPU' ">\r
35     <DebugSymbols>true</DebugSymbols>\r
36     <OutputPath>..\..\build.dbg.mono\</OutputPath>\r
37     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
38     <DebugType>full</DebugType>\r
39     <PlatformTarget>AnyCPU</PlatformTarget>\r
40     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
41     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
42     <ErrorReport>prompt</ErrorReport>\r
43   </PropertyGroup>\r
44   <ItemGroup>\r
45     <Reference Include="System" />\r
46     <Reference Include="System.Configuration" />\r
47     <Reference Include="System.Core">\r
48       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
49     </Reference>\r
50     <Reference Include="System.Data" />\r
51     <Reference Include="System.Data.Linq">\r
52       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
53     </Reference>\r
54     <Reference Include="System.Xml" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <Compile Include="..\DbLinq.ProductInfo.cs">\r
58       <Link>Properties\DbLinq.ProductInfo.cs</Link>\r
59     </Compile>\r
60     <Compile Include="Data\Linq\ChangeSet.cs" />\r
61     <Compile Include="Data\Linq\Database\IDatabaseContext.cs" />\r
62     <Compile Include="Data\Linq\Database\ITransactionalCommand.cs" />\r
63     <Compile Include="Data\Linq\Database\Implementation\DatabaseConnection.cs" />\r
64     <Compile Include="Data\Linq\Database\Implementation\DatabaseContext.cs" />\r
65     <Compile Include="Data\Linq\DataLoadOptions.cs" />\r
66     <Compile Include="Data\Linq\DBLinqExtendedAttributte.cs" />\r
67     <Compile Include="Data\Linq\EntityRef.cs" />\r
68     <Compile Include="Data\Linq\EntitySet.cs" />\r
69     <Compile Include="Data\Linq\Implementation\DisabledEntityTracker.cs" />\r
70     <Compile Include="Data\Linq\Implementation\IEntityTracker.cs" />\r
71     <Compile Include="Data\Linq\Implementation\EntityTrack.cs" />\r
72     <Compile Include="Data\Linq\Implementation\EntityState.cs" />\r
73     <Compile Include="Data\Linq\Implementation\EntityTracker.cs" />\r
74     <Compile Include="Data\Linq\Implementation\VendorProvider.cs" />\r
75     <Compile Include="Data\Linq\ITable.Extended.cs" />\r
76     <Compile Include="Data\Linq\DataContext.cs" />\r
77     <Compile Include="Data\Linq\DataContext.Extended.cs" />\r
78     <Compile Include="Data\Linq\Identity\IdentityKey.cs" />\r
79     <Compile Include="Data\Linq\Identity\IIdentityProvider.cs" />\r
80     <Compile Include="Data\Linq\Identity\IIdentityReader.cs" />\r
81     <Compile Include="Data\Linq\Identity\IIdentityReaderFactory.cs" />\r
82     <Compile Include="Data\Linq\Identity\Implementation\IdentityProviderReader.cs" />\r
83     <Compile Include="Data\Linq\Identity\Implementation\IdentityReader.cs" />\r
84     <Compile Include="Data\Linq\Identity\Implementation\IdentityReaderFactory.cs" />\r
85     <Compile Include="Data\Linq\IMemberModificationHandler.cs" />\r
86     <Compile Include="Data\Linq\Implementation\MemberModificationHandler.cs" />\r
87     <Compile Include="Data\Linq\Implementation\QueryProvider.cs" />\r
88     <Compile Include="Data\Linq\ITable.cs" />\r
89     <Compile Include="Data\Linq\IVendorProvider.cs" />\r
90     <Compile Include="Data\Linq\Mapping\AttributedAbstractMetaDataMember.cs" />\r
91     <Compile Include="Data\Linq\Mapping\AttributedAssociationMetaDataMember.cs" />\r
92     <Compile Include="Data\Linq\Mapping\AttributedColumnMetaDataMember.cs" />\r
93     <Compile Include="Data\Linq\Mapping\AttributedMetaAssociation.cs" />\r
94     <Compile Include="Data\Linq\Mapping\AttributedMetaFunction.cs" />\r
95     <Compile Include="Data\Linq\Mapping\AttributedMetaModel.cs" />\r
96     <Compile Include="Data\Linq\Mapping\AttributedMetaTable.cs" />\r
97     <Compile Include="Data\Linq\Mapping\AttributedMetaType.cs" />\r
98     <Compile Include="Data\Linq\Mapping\AttributeMappingSource.cs" />\r
99     <Compile Include="Data\Linq\Mapping\LambdaMetaAccessor.cs" />\r
100     <Compile Include="Data\Linq\Mapping\MappingContext.cs" />\r
101     <Compile Include="Data\Linq\Mapping\XmlMappingSource.cs" />\r
102     <Compile Include="Data\Linq\SqlClient\FirebirdProvider.cs" />\r
103     <Compile Include="Data\Linq\SqlClient\Sql2005Provider.cs" />\r
104     <Compile Include="Data\Linq\SqlClient\Sql2000Provider.cs" />\r
105     <Compile Include="Data\Linq\SqlClient\Sql2008Provider.cs" />\r
106     <Compile Include="Data\Linq\SqlClient\SqlServerProvider.cs" />\r
107     <Compile Include="Data\Linq\SqlClient\SqliteProvider.cs" />\r
108     <Compile Include="Data\Linq\SqlClient\OracleProvider.cs" />\r
109     <Compile Include="Data\Linq\SqlClient\PostgreSqlProvider.cs" />\r
110     <Compile Include="Data\Linq\SqlClient\MySqlProvider.cs" />\r
111     <Compile Include="Data\Linq\SqlClient\IngresProvider.cs" />\r
112     <Compile Include="Data\Linq\Sql\SqlStatementBuilder.cs" />\r
113     <Compile Include="Data\Linq\Sql\SqlParameterPart.cs" />\r
114     <Compile Include="Data\Linq\Sql\SqlLiteralPart.cs" />\r
115     <Compile Include="Data\Linq\Sql\SqlPart.cs" />\r
116     <Compile Include="Data\Linq\Sql\SqlStatement.cs" />\r
117     <Compile Include="Data\Linq\Sugar\BuilderContext.cs" />\r
118     <Compile Include="Data\Linq\Database\Implementation\TransactionalCommand.cs" />\r
119     <Compile Include="Data\Linq\Sugar\DeleteQuery.cs" />\r
120     <Compile Include="Data\Linq\Sugar\DirectQuery.cs" />\r
121     <Compile Include="Data\Linq\Sugar\Error.cs" />\r
122     <Compile Include="Data\Linq\Sugar\ExpressionChain.cs" />\r
123     <Compile Include="Data\Linq\Sugar\ExpressionMutator\ExpressionMutatorExtensions.cs" />\r
124     <Compile Include="Data\Linq\Sugar\ExpressionMutator\ExpressionMutatorFactory.cs" />\r
125     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\BinaryExpressionMutator.cs" />\r
126     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\ConditionalExpressionMutator.cs" />\r
127     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\ConstantExpressionMutator.cs" />\r
128     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\IMemberBindingMutator.cs" />\r
129     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\InvocationExpressionMutator.cs" />\r
130     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\LambdaExpressionMutator.cs" />\r
131     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\ListInitExpressionMutator.cs" />\r
132     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberAssignmentMutator.cs" />\r
133     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberBindingMutatorFactory.cs" />\r
134     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberExpressionMutator.cs" />\r
135     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberInitExpressionMutator.cs" />\r
136     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberListBindingMutator.cs" />\r
137     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MemberMemberBindingMutator.cs" />\r
138     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\MethodCallExpressionMutator.cs" />\r
139     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\NewArrayExpressionMutator.cs" />\r
140     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\NewExpressionMutator.cs" />\r
141     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\ParameterExpressionMutator.cs" />\r
142     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\TypeBinaryExpressionMutator.cs" />\r
143     <Compile Include="Data\Linq\Sugar\ExpressionMutator\Implementation\UnaryExpressionMutator.cs" />\r
144     <Compile Include="Data\Linq\Sugar\ExpressionPrecedence.cs" />\r
145     <Compile Include="Data\Linq\Sugar\ExpressionQuery.cs" />\r
146     <Compile Include="Data\Linq\Sugar\Expressions\ExpressionTranslator.cs" />\r
147     <Compile Include="Data\Linq\Sugar\Expressions\ColumnExpression.cs" />\r
148     <Compile Include="Data\Linq\Sugar\Expressions\EntitySetExpression.cs" />\r
149     <Compile Include="Data\Linq\Sugar\Expressions\ObjectInputParameterExpression.cs" />\r
150     <Compile Include="Data\Linq\Sugar\Expressions\ObjectOutputParameterExpression.cs" />\r
151     <Compile Include="Data\Linq\Sugar\Expressions\CustomExpressionType.cs" />\r
152     <Compile Include="Data\Linq\Sugar\Expressions\InputParameterExpression.cs" />\r
153     <Compile Include="Data\Linq\Sugar\Expressions\GroupExpression.cs" />\r
154     <Compile Include="Data\Linq\Sugar\Expressions\IExecutableExpression.cs" />\r
155     <Compile Include="Data\Linq\Sugar\Expressions\IMutableExpression.cs" />\r
156     <Compile Include="Data\Linq\Sugar\Expressions\MetaTableExpression.cs" />\r
157     <Compile Include="Data\Linq\Sugar\Expressions\MutableExpression.cs" />\r
158     <Compile Include="Data\Linq\Sugar\Expressions\OperandsMutableExpression.cs" />\r
159     <Compile Include="Data\Linq\Sugar\Expressions\OrderByExpression.cs" />\r
160     <Compile Include="Data\Linq\Sugar\Expressions\SelectExpression.cs" />\r
161     <Compile Include="Data\Linq\Sugar\Expressions\SelectOperatorType.cs" />\r
162     <Compile Include="Data\Linq\Sugar\Expressions\SpecialExpression.cs" />\r
163     <Compile Include="Data\Linq\Sugar\Expressions\SpecialExpressionType.cs" />\r
164     <Compile Include="Data\Linq\Sugar\Expressions\StartIndexOffsetExpression.cs" />\r
165     <Compile Include="Data\Linq\Sugar\Expressions\SubSelectExpression.cs" />\r
166     <Compile Include="Data\Linq\Sugar\Expressions\TableExpression.cs" />\r
167     <Compile Include="Data\Linq\Sugar\Expressions\TableJoinType.cs" />\r
168     <Compile Include="Data\Linq\Sugar\ExpressionTier.cs" />\r
169     <Compile Include="Data\Linq\Sugar\IDataMapper.cs" />\r
170     <Compile Include="Data\Linq\Sugar\IDataRecordReader.cs" />\r
171     <Compile Include="Data\Linq\Sugar\IExpressionDispatcher.cs" />\r
172     <Compile Include="Data\Linq\Sugar\IExpressionLanguageParser.cs" />\r
173     <Compile Include="Data\Linq\Sugar\IExpressionOptimizer.cs" />\r
174     <Compile Include="Data\Linq\Sugar\IExpressionQualifier.cs" />\r
175     <Compile Include="Data\Linq\Sugar\Implementation\DataMapper.cs" />\r
176     <Compile Include="Data\Linq\Sugar\Implementation\DataRecordReader.cs" />\r
177     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionDispatcher.Analyzer.cs" />\r
178     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionDispatcher.cs" />\r
179     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionDispatcher.Registrar.cs" />\r
180     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionLanguageParser.cs" />\r
181     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionOptimizer.cs" />\r
182     <Compile Include="Data\Linq\Sugar\Implementation\ExpressionQualifier.cs" />\r
183     <Compile Include="Data\Linq\Sugar\Implementation\QueryBuilder.Upsert.cs" />\r
184     <Compile Include="Data\Linq\Sugar\ParameterizedQuery.cs">\r
185       <SubType>Code</SubType>\r
186     </Compile>\r
187     <Compile Include="Data\Linq\Sugar\UpsertQuery.cs" />\r
188     <Compile Include="Data\Linq\Sugar\IQueryCache.cs" />\r
189     <Compile Include="Data\Linq\Sugar\Implementation\LineGrouping.cs" />\r
190     <Compile Include="Data\Linq\Sugar\Implementation\PrequelAnalyzer.cs" />\r
191     <Compile Include="Data\Linq\Sugar\Implementation\QueryBuilder.cs" />\r
192     <Compile Include="Data\Linq\Sugar\Implementation\QueryCache.cs" />\r
193     <Compile Include="Data\Linq\Sugar\Implementation\QueryRunner.cs" />\r
194     <Compile Include="Data\Linq\Sugar\Implementation\SpecialExpressionTranslator.cs" />\r
195     <Compile Include="Data\Linq\Sugar\Implementation\SqlBuilder.cs" />\r
196     <Compile Include="Data\Linq\Sugar\IPrequelAnalyzer.cs" />\r
197     <Compile Include="Data\Linq\Sugar\IQueryBuilder.cs" />\r
198     <Compile Include="Data\Linq\Sugar\IQueryRunner.cs" />\r
199     <Compile Include="Data\Linq\Sugar\ISpecialExpressionTranslator.cs" />\r
200     <Compile Include="Data\Linq\Sugar\ISqlBuilder.cs" />\r
201     <Compile Include="Data\Linq\Sugar\AbstractQuery.cs" />\r
202     <Compile Include="Data\Linq\Sugar\SelectQuery.cs" />\r
203     <Compile Include="Data\Linq\Sugar\QueryContext.cs" />\r
204     <Compile Include="Data\Linq\Table.cs" />\r
205     <Compile Include="Data\Linq\Table.Extended.cs" />\r
206     <Compile Include="DbLinqToDoAttribute.cs" />\r
207     <Compile Include="Factory\DbLinqAttribute.cs" />\r
208     <Compile Include="Factory\Implementation\ReflectionObjectFactory.cs" />\r
209     <Compile Include="Factory\IObjectFactory.cs" />\r
210     <Compile Include="Factory\ObjectFactory.cs" />\r
211     <Compile Include="Schema\Case.cs" />\r
212     <Compile Include="Schema\Dbml\Adapter\ArrayAdapter.cs" />\r
213     <Compile Include="Schema\Dbml\Adapter\CsvArrayAdapter.cs" />\r
214     <Compile Include="Schema\Dbml\Adapter\EnumType.cs" />\r
215     <Compile Include="Schema\Dbml\Adapter\INamedType.cs" />\r
216     <Compile Include="Schema\Dbml\Adapter\ISimpleList.cs" />\r
217     <Compile Include="Schema\Dbml\Adapter\SpecifiedPropertyUpdater.cs" />\r
218     <Compile Include="Schema\Dbml\DatabaseSerializer.cs" />\r
219     <Compile Include="Schema\WordsExtraction.cs" />\r
220     <Compile Include="Schema\NameFormat.cs" />\r
221     <Compile Include="Schema\AssociationName.cs" />\r
222     <Compile Include="Schema\ColumnName.cs" />\r
223     <Compile Include="Schema\ParameterName.cs" />\r
224     <Compile Include="Schema\Dbml\DbmlSchema.Adapter.cs" />\r
225     <Compile Include="Schema\Dbml\DbmlSchema.cs">\r
226       <DependentUpon>DbmlSchema.xsd</DependentUpon>\r
227     </Compile>\r
228     <Compile Include="Schema\Dbml\DbmlSerializer.cs" />\r
229     <Compile Include="Schema\ProcedureName.cs" />\r
230     <Compile Include="Schema\Name.cs" />\r
231     <Compile Include="Schema\SchemaName.cs" />\r
232     <Compile Include="Schema\TableName.cs" />\r
233     <Compile Include="Util\DbmlExtensions.cs" />\r
234     <Compile Include="Util\ExpressionChainEqualityComparer.cs" />\r
235     <Compile Include="Util\ExpressionEqualityComparer.cs" />\r
236     <Compile Include="Util\IThreadSafeDictionary.cs" />\r
237     <Compile Include="Util\Output.cs" />\r
238     <Compile Include="Util\IDataRecordExtensions.cs" />\r
239     <Compile Include="Util\IDataTypeExtensions.cs" />\r
240     <Compile Include="Language\ILanguages.cs" />\r
241     <Compile Include="Language\ILanguageWords.cs" />\r
242     <Compile Include="Util\IDbDataParameterExtensions.cs" />\r
243     <Compile Include="Util\OutputLevel.cs" />\r
244     <Compile Include="Util\Profiler.cs" />\r
245     <Compile Include="Util\ReflectionUtility.cs" />\r
246     <Compile Include="Util\TextWriterExtension.cs" />\r
247     <Compile Include="Util\LambdaComparer.cs" />\r
248     <Compile Include="Util\DataCommand.cs" />\r
249     <Compile Include="Schema\INameFormatter.cs" />\r
250     <Compile Include="Language\Implementation\AbstractEndPluralWords.cs" />\r
251     <Compile Include="Language\Implementation\AbstractWords.cs" />\r
252     <Compile Include="Language\Implementation\Languages.cs" />\r
253     <Compile Include="Language\Implementation\NoLanguageWords.cs" />\r
254     <Compile Include="Schema\Implementation\NameFormatter.cs" />\r
255     <Compile Include="Util\MemberInfoExtensions.cs" />\r
256     <Compile Include="Util\ReflectionExtensions.cs">\r
257       <SubType>Code</SubType>\r
258     </Compile>\r
259     <Compile Include="Util\StringExtensions.cs" />\r
260     <Compile Include="Util\ThreadSafeDictionary.cs" />\r
261     <Compile Include="Util\TypeConvert.cs" />\r
262     <Compile Include="Util\QuotesHelper.cs" />\r
263     <Compile Include="Util\ReferenceEqualityComparer.cs" />\r
264     <Compile Include="Properties\AssemblyInfo.cs" />\r
265     <Compile Include="Util\Page.cs" />\r
266     <Compile Include="Util\TypeExtensions.cs">\r
267       <SubType>Code</SubType>\r
268     </Compile>\r
269     <Compile Include="Util\TypeLoader.cs" />\r
270     <Compile Include="Vendor\DbSchemaLoader.cs" />\r
271     <Compile Include="Vendor\VendorAttribute.cs" />\r
272     <Compile Include="Vendor\IDataTableColumn.cs" />\r
273     <Compile Include="Vendor\IDataName.cs" />\r
274     <Compile Include="Vendor\IDataType.cs" />\r
275     <Compile Include="Vendor\Implementation\SchemaLoader.Name.cs" />\r
276     <Compile Include="Vendor\Implementation\SchemaLoader.Columns.cs" />\r
277     <Compile Include="Vendor\Implementation\SchemaLoader.DataTableColumn.cs" />\r
278     <Compile Include="Vendor\Implementation\SchemaLoader.DataName.cs" />\r
279     <Compile Include="Vendor\Implementation\SchemaLoader.ForeignKey.cs" />\r
280     <Compile Include="Vendor\Implementation\SchemaLoader.StoredProcedures.cs" />\r
281     <Compile Include="Vendor\Implementation\SchemaLoader.Tables.cs" />\r
282     <Compile Include="Vendor\Implementation\SchemaLoader.TypeMapping.cs" />\r
283     <Compile Include="Vendor\Implementation\Vendor.ProcedureResult.cs" />\r
284     <Compile Include="Vendor\INameAliases.cs" />\r
285     <Compile Include="Vendor\ISchemaLoader.cs" />\r
286     <Compile Include="Vendor\ISqlProvider.cs" />\r
287     <Compile Include="Vendor\IVendor.cs" />\r
288     <Compile Include="Vendor\Implementation\SchemaLoader.cs" />\r
289     <Compile Include="Vendor\Implementation\Vendor.cs" />\r
290     <Compile Include="Vendor\Implementation\SqlProvider.cs" />\r
291   </ItemGroup>\r
292   <ItemGroup>\r
293     <None Include="..\DbLinq.snk">\r
294       <Link>Properties\DbLinq.snk</Link>\r
295     </None>\r
296     <None Include="Schema\Dbml\DbmlSchema.bat" />\r
297     <EmbeddedResource Include="Schema\Dbml\DbmlSchema.xsd">\r
298     </EmbeddedResource>\r
299   </ItemGroup>\r
300   <ItemGroup>\r
301     <Content Include="Data\Linq\Sugar\Notes.txt" />\r
302     <Content Include="Data\Linq\ReadMe.txt" />\r
303   </ItemGroup>\r
304   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
305   <PropertyGroup>\r
306     <PreBuildEvent>\r
307     </PreBuildEvent>\r
308   </PropertyGroup>\r
309 </Project>