[mobile_static] Tracked down unpassable ServiceModel tests, blacklisted
[mono-project.git] / mcs / tools / sqlmetal / sqlmetal-net_4_x.csproj
blob048153eee248817194fc46d37b367b48fd2a386d
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>{71A04260-D8F6-4E97-898D-5F3D5A2F3D94}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <NoWarn>1699</NoWarn>
11 <OutputPath>./../../class/lib/net_4_x</OutputPath>
12 <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
13 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
14 <NoStdLib>True</NoStdLib>
16 <NoConfig>True</NoConfig>
18 <AppDesignerFolder>Properties</AppDesignerFolder>
19 <RootNamespace>
20 </RootNamespace>
21 <AssemblyName>sqlmetal</AssemblyName>
22 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23 <FileAlignment>512</FileAlignment>
24 </PropertyGroup>
25 <PropertyGroup>
26 <SignAssembly>true</SignAssembly>
27 </PropertyGroup>
28 <PropertyGroup>
29 <AssemblyOriginatorKeyFile>../../class/System.Data.Linq/src/DbMetal/../DbLinq.snk</AssemblyOriginatorKeyFile>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <DebugSymbols>true</DebugSymbols>
33 <DebugType>full</DebugType>
34 <NoWarn>1699</NoWarn>
35 <Optimize>false</Optimize>
36 <DefineConstants>TRACE;MONO_STRICT;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41 <DebugType>pdbonly</DebugType>
42 <NoWarn>1699</NoWarn>
43 <Optimize>true</Optimize>
44 <DefineConstants>MONO_STRICT;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 </PropertyGroup>
48 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
49 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
50 is a problem to compile the Mono mscorlib.dll -->
51 <PropertyGroup>
52 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
53 </PropertyGroup>
54 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55 <ItemGroup>
56 <Compile Include="..\..\class\System.Data.Linq\src\DbLinq.ProductInfo.cs" />
57 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\AbstractParameters.cs" />
58 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Configuration\ProvidersSection.cs" />
59 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\AttributeDefinition.cs" />
60 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\CodeDomGenerator.cs" />
61 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\CodeWriter.cs" />
62 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\EntityInterface\IImplementation.cs" />
63 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\EntityInterface\Implementation\IModifiedImplementation.cs" />
64 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\EntityInterface\Implementation\INotifyPropertyChangedImplementation.cs" />
65 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\EntityInterface\Implementation\INotifyPropertyChangingImplementation.cs" />
66 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\EntityInterface\Implementation\InterfaceImplementation.cs" />
67 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\GenerationContext.cs" />
68 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\ICodeGenerator.cs" />
69 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CodeGenerator.Class.cs" />
70 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CodeGenerator.Context.Ctor.cs" />
71 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CodeGenerator.cs" />
72 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CodeGenerator.Procedure.cs" />
73 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CSCodeGenerator.cs" />
74 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\CodeTextGenerator\CSCodeWriter.cs" />
75 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\Processor.cs" />
76 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\Implementation\SchemaLoaderFactory.cs" />
77 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\IProcessor.cs" />
78 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\ISchemaLoaderFactory.cs" />
79 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\ParameterDefinition.cs" />
80 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Generator\SpecificationDefinition.cs" />
81 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Language\EnglishWords.cs" />
82 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Language\FrenchWords.cs" />
83 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Language\GermanWords.cs" />
84 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Mono\Options.cs" />
85 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Parameters.cs" />
86 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Program.cs" />
87 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Properties\Settings.Designer.cs" />
88 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Reference.cs" />
89 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Schema\DbmlRename.cs" />
90 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Schema\DbmlRenameLoader.cs" />
91 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Schema\NameAliasesLoader.cs" />
92 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Schema\TableAlias.cs" />
93 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Utility\EnvironmentExtension.cs" />
94 <Compile Include="..\..\class\System.Data.Linq\src\DbMetal\Utility\VariablesExtension.cs" />
95 <Compile Include="AssemblyInfo.cs" /> </ItemGroup>
96 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97 Other similar extension points exist, see Microsoft.Common.targets.
98 <Target Name="BeforeBuild">
99 </Target>
100 <Target Name="AfterBuild">
101 </Target>
103 <PropertyGroup>
104 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
106 </PreBuildEvent>
107 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
109 </PreBuildEvent>
110 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
112 </PostBuildEvent>
113 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
115 </PostBuildEvent>
116 </PropertyGroup>
117 <ItemGroup>
118 <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
119 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
120 <Name>corlib-net_4_x</Name>
121 </ProjectReference>
122 <ProjectReference Include="../../class/System.Configuration/System.Configuration-net_4_x.csproj">
123 <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
124 <Name>System.Configuration-net_4_x</Name>
125 </ProjectReference>
126 <ProjectReference Include="../../class/System.Core/System.Core-net_4_x.csproj">
127 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
128 <Name>System.Core-net_4_x</Name>
129 </ProjectReference>
130 <ProjectReference Include="../../class/System.Data/System.Data-net_4_x.csproj">
131 <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
132 <Name>System.Data-net_4_x</Name>
133 </ProjectReference>
134 <ProjectReference Include="../../class/System.Data.Linq/System.Data.Linq-net_4_x.csproj">
135 <Project>{E6EE9E9A-42BA-4202-8813-FCF40E9061BF}</Project>
136 <Name>System.Data.Linq-net_4_x</Name>
137 </ProjectReference>
138 <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
139 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
140 <Name>System.Xml-net_4_x</Name>
141 </ProjectReference>
142 <ProjectReference Include="../../class/System/System-net_4_x.csproj">
143 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
144 <Name>System-net_4_x</Name>
145 </ProjectReference>
146 </ItemGroup>
147 <ItemGroup>
148 <Folder Include="Properties\" />
149 </ItemGroup>
150 <ItemGroup>
151 <EmbeddedResource Include="../../class/System.Data.Linq/src/DbMetal/Language/EnglishWords.txt">
152 <LogicalName>DbMetal.Language.EnglishWords.txt</LogicalName>
153 </EmbeddedResource>
154 <EmbeddedResource Include="../../class/System.Data.Linq/src/DbMetal/Language/FrenchWords.txt">
155 <LogicalName>DbMetal.Language.FrenchWords.txt</LogicalName>
156 </EmbeddedResource>
157 <EmbeddedResource Include="../../class/System.Data.Linq/src/DbMetal/Language/GermanWords.txt">
158 <LogicalName>DbMetal.Language.GermanWords.txt</LogicalName>
159 </EmbeddedResource>
160 </ItemGroup>
161 </Project>