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