Fix my last commit to properly include the tarjan test suite.
[mono-project.git] / mcs / class / EntityFramework.SqlServer / EntityFramework.SqlServer-net_4_5.csproj
blobe8df276edb6b1715fec71eb382c6e6a0200c3867
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>{D1081004-B9C0-4982-BA68-EB5999440ACD}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_4_5</OutputPath>
12 <NoStdLib>True</NoStdLib>
13 <NoConfig>True</NoConfig>
15 <AppDesignerFolder>Properties</AppDesignerFolder>
16 <RootNamespace>
17 </RootNamespace>
18 <AssemblyName>EntityFramework.SqlServer</AssemblyName>
19 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20 <FileAlignment>512</FileAlignment>
21 </PropertyGroup>
22 <PropertyGroup>
23 <SignAssembly>true</SignAssembly>
24 <DelaySign>true</DelaySign>
25 </PropertyGroup>
26 <PropertyGroup>
27 <AssemblyOriginatorKeyFile>../ecma.pub</AssemblyOriginatorKeyFile>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <DebugSymbols>true</DebugSymbols>
31 <DebugType>full</DebugType>
32 <NoWarn>1699</NoWarn>
33 <Optimize>false</Optimize>
34 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39 <DebugType>pdbonly</DebugType>
40 <NoWarn>1699</NoWarn>
41 <Optimize>true</Optimize>
42 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;MONO;DISABLE_CAS_USE</DefineConstants>
43 <ErrorReport>prompt</ErrorReport>
44 <WarningLevel>4</WarningLevel>
45 </PropertyGroup>
46 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
47 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
48 is a problem to compile the Mono mscorlib.dll -->
49 <PropertyGroup>
50 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
51 </PropertyGroup>
52 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53 <ItemGroup>
54 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\DbGeographyAdapter.cs" />
55 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\DbGeometryAdapter.cs" />
56 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\DefaultSqlExecutionStrategy.cs" />
57 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Expressions.cs" />
58 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\GlobalSuppressions.cs" />
59 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\IDbSpatialValue.cs" />
60 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\IDbSpatialValueExtensionMethods.cs" />
61 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Properties\AssemblyVersion.cs" />
62 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Properties\InternalsVisibleTo.cs" />
63 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Properties\Resources.SqlServer.cs" />
64 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlAzureDbConfiguration.cs" />
65 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlAzureExecutionStrategy.cs" />
66 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlAzureRetriableExceptionDetector.cs" />
67 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlDdlBuilder.cs" />
68 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlExecutionStrategyResolver.cs" />
69 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\BoolWrapper.cs" />
70 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\DmlSqlGenerator.cs" />
71 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\ISqlFragment.cs" />
72 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\JoinSymbol.cs" />
73 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\OptionalColumn.cs" />
74 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\Sql8ConformanceChecker.cs" />
75 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\Sql8ExpressionRewriter.cs" />
76 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlBuilder.cs" />
77 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlFunctionCallHandler.cs" />
78 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlGenerator.cs" />
79 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlSelectClauseBuilder.cs" />
80 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlSelectStatement.cs" />
81 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SqlWriter.cs" />
82 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\Symbol.cs" />
83 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SymbolPair.cs" />
84 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SymbolTable.cs" />
85 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\SymbolUsageManager.cs" />
86 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlGen\TopClause.cs" />
87 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlProviderManifest.cs" />
88 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlProviderServices.cs" />
89 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlProviderUtilities.cs" />
90 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlSpatialDataReader.cs" />
91 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlSpatialServices.cs" />
92 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlSpatialServicesForConversions.cs" />
93 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlTypesAssembly.cs" />
94 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlTypesAssemblyLoader.cs" />
95 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlVersion.cs" />
96 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\SqlVersionUtils.cs" />
97 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\Check.cs" />
98 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\DbExpressionExtensions.cs" />
99 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\DebugCheck.cs" />
100 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\EdmFunctionExtensions.cs" />
101 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\FuncExtensions.cs" />
102 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\IDictionaryExtensions.cs" />
103 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\MetdataItemExtensions.cs" />
104 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\PrimitiveTypeExtensions.cs" />
105 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\SqlDataReaderWrapper.cs" />
106 <Compile Include="..\..\..\external\entityframework\src\EntityFramework.SqlServer\Utilities\TypeUsageExtensions.cs" />
107 <Compile Include="..\..\..\external\entityframework\src\SharedAssemblyInfo.cs" />
108 <Compile Include="..\..\..\external\entityframework\src\SharedAssemblyVersionInfo.cs" /> </ItemGroup>
109 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110 Other similar extension points exist, see Microsoft.Common.targets.
111 <Target Name="BeforeBuild">
112 </Target>
113 <Target Name="AfterBuild">
114 </Target>
116 <PropertyGroup>
117 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
119 </PreBuildEvent>
120 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
122 </PreBuildEvent>
124 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
126 </PostBuildEvent>
127 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
129 </PostBuildEvent>
130 </PropertyGroup>
131 <ItemGroup>
132 <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
133 <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
134 <Name>corlib-net_4_5</Name>
135 </ProjectReference>
136 <ProjectReference Include="../System/System-net_4_5.csproj">
137 <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
138 <Name>System-net_4_5</Name>
139 </ProjectReference>
140 <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">
141 <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
142 <Name>System.Xml-net_4_5</Name>
143 </ProjectReference>
144 <ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
145 <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
146 <Name>System.Core-net_4_5</Name>
147 </ProjectReference>
148 <ProjectReference Include="../EntityFramework/EntityFramework-net_4_5.csproj">
149 <Project>{CEE31F03-087E-4164-BBD4-990759B40C3E}</Project>
150 <Name>EntityFramework-net_4_5</Name>
151 </ProjectReference>
152 <ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">
153 <Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
154 <Name>System.Data-net_4_5</Name>
155 </ProjectReference>
156 </ItemGroup>
157 <ItemGroup>
158 <Folder Include="Properties\" />
159 </ItemGroup>
160 <ItemGroup>
161 <EmbeddedResource Include="System.Data.Entity.SqlServer.Properties.Resources.SqlServer.resources">
162 <LogicalName>System.Data.Entity.SqlServer.Properties.Resources.SqlServer.resources</LogicalName>
163 </EmbeddedResource>
164 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.ProviderManifest.xml">
165 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.ProviderManifest.xml</LogicalName>
166 </EmbeddedResource>
167 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinition.ssdl">
168 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinition.ssdl</LogicalName>
169 </EmbeddedResource>
170 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinition_Sql8.ssdl">
171 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinition_Sql8.ssdl</LogicalName>
172 </EmbeddedResource>
173 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinitionVersion3.ssdl">
174 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinitionVersion3.ssdl</LogicalName>
175 </EmbeddedResource>
176 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinitionVersion3_Sql8.ssdl">
177 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaDefinitionVersion3_Sql8.ssdl</LogicalName>
178 </EmbeddedResource>
179 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaMapping.msl">
180 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaMapping.msl</LogicalName>
181 </EmbeddedResource>
182 <EmbeddedResource Include="../../../external/entityframework/src/EntityFramework.SqlServer/Resources/System/Data/SqlClient/System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaMappingVersion3.msl">
183 <LogicalName>System.Data.Resources.SqlClient.SqlProviderServices.StoreSchemaMappingVersion3.msl</LogicalName>
184 </EmbeddedResource>
185 </ItemGroup>
186 </Project>