<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration> <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> <ProjectGuid>{d14d6e88-aaa2-402c-bdcb-ee4300565982}</ProjectGuid> <OutputPath>.</OutputPath> <OutputType>Library</OutputType> <AssemblyName>System.Data.Services.Design</AssemblyName> <UseVSHostingProcess>False</UseVSHostingProcess> <NoStdLib>True</NoStdLib> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;QFE_ENV;TRACE;RETAIL;WIN32</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " > </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\clr\src\bcl\mscorlib.csproj"> <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project> <Name>mscorlib</Name> </ProjectReference> <ProjectReference Include="..\..\System.csproj"> <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project> <Name>System</Name> </ProjectReference> <ProjectReference Include="..\..\Core\System.Core.csproj"> <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project> <Name>System.Core</Name> </ProjectReference> <ProjectReference Include="..\..\..\..\System.Data.csproj"> <Project>{50bf0abe-a7fe-40e6-8e95-ce5080b432af}</Project> <Name>System.Data</Name> </ProjectReference> <ProjectReference Include="..\..\DataEntity\System.Data.Entity.csproj"> <Project>{ffb6ab96-1cfc-4d41-b71f-8a37e92451bc}</Project> <Name>System.Data.Entity</Name> </ProjectReference> <ProjectReference Include="..\Client\System.Data.Services.Client.csproj"> <Project>{efb0e857-37b8-45fb-b25b-e2cc928438aa}</Project> <Name>System.Data.Services.Client</Name> </ProjectReference> <ProjectReference Include="..\..\xsp\system\Web\System.Web.csproj"> <Project>{0939de02-fde8-48c9-85e8-d1359be01e1f}</Project> <Name>System.Web</Name> </ProjectReference> <ProjectReference Include="..\..\Xml\System.Xml.csproj"> <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project> <Name>System.Xml</Name> </ProjectReference> <ProjectReference Include="..\..\XLinq\System.Xml.Linq.csproj"> <Project>{ba1d1490-39d6-4136-8f22-30531fbdb8c9}</Project> <Name>System.Xml.Linq</Name> </ProjectReference> </ItemGroup> <ItemGroup> </ItemGroup> <ItemGroup> <Compile Include="..\Server\System\Data\Services\Epm\EpmAttributeNameBuilder.cs" /> <Compile Include="..\Server\System\Data\Services\Epm\EpmHelper.cs" /> <Compile Include="System\Data\Common\Utils\InternalBase.cs" /> <Compile Include="System\Data\Common\Utils\Memoizer.cs" /> <Compile Include="System\Data\Common\Utils\StringUtil.cs" /> <Compile Include="System\Data\Entity\Design\Common\EDesignUtil.cs" /> <Compile Include="System\Data\Entity\Design\Common\UniqueIdentifierService.cs" /> <Compile Include="System\Data\Entity\Design\SSDLGenerator\ModelBuilderErrorCodes.cs" /> <Compile Include="System\Data\EntityModel\DataServiceBuildProvider.cs" /> <Compile Include="System\Data\EntityModel\EdmToObjectNamespaceMap.cs" /> <Compile Include="System\Data\EntityModel\Emitters\AssociationTypeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\AttributeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\ClientApiGenerator.cs" /> <Compile Include="System\Data\EntityModel\Emitters\CommentEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\ComplexTypeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\Emitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\EntityContainerEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\EntityTypeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\FixUp.cs" /> <Compile Include="System\Data\EntityModel\Emitters\FixUpCollection.cs" /> <Compile Include="System\Data\EntityModel\Emitters\FixUpType.cs" /> <Compile Include="System\Data\EntityModel\Emitters\MetadataItemEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\NamespaceEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\PrivateMemberPrefixId.cs" /> <Compile Include="System\Data\EntityModel\Emitters\PropertyEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\PropertyEmitterBase.cs" /> <Compile Include="System\Data\EntityModel\Emitters\SchemaTypeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs" /> <Compile Include="System\Data\EntityModel\Emitters\TypeReference.cs" /> <Compile Include="System\Data\EntityModel\Emitters\Utils.cs" /> <Compile Include="System\Data\EntityModel\EntityClassGenerator.cs" /> <Compile Include="System\Data\EntityModel\LanguageOption.cs" /> <Compile Include="System\Data\EntityModel\LazyTextWriterCreator.cs" /> <Compile Include="System\Data\EntityModel\PropertyGeneratedEventArgs.cs" /> <Compile Include="System\Data\EntityModel\TypeGeneratedEventArgs.cs" /> <Compile Include="System\Data\GlobalSuppressions.cs" /> <Compile Include="System\Data\Metadata\Edm\EdmConstants.cs" /> <Compile Include="System\Data\Metadata\XmlConstants.cs" /> <Compile Include="System\Data\Services\Design\Xml\XNodeSchemaApplier.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> |