[msvc] Update csproj files (#4846)
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite-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>{371560EA-7BD3-4025-90CB-F1B112403CF2}</ProjectGuid>\r
10     <OutputType>Library</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     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
22     <AppDesignerFolder>Properties</AppDesignerFolder>\r
23     <RootNamespace>\r
24     </RootNamespace>\r
25     <AssemblyName>Mono.Data.Sqlite</AssemblyName>\r
26     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
27     <FileAlignment>512</FileAlignment>\r
28   </PropertyGroup>\r
29   \r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <DebugSymbols>true</DebugSymbols>\r
32     <DebugType>full</DebugType>\r
33     <NoWarn>1699</NoWarn>\r
34     <Optimize>false</Optimize>\r
35     <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;SQLITE_STANDARD</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
40     <DebugType>pdbonly</DebugType>\r
41     <NoWarn>1699</NoWarn>\r
42     <Optimize>true</Optimize>\r
43     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;SQLITE_STANDARD</DefineConstants>\r
44     <ErrorReport>prompt</ErrorReport>\r
45     <WarningLevel>4</WarningLevel>\r
46   </PropertyGroup>\r
47   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
48   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
49   is a problem to compile the Mono mscorlib.dll -->\r
50   <PropertyGroup>\r
51     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
52   </PropertyGroup>\r
53   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
54   <ItemGroup>\r
55     <Compile Include="..\..\build\common\Consts.cs" />\r
56     <Compile Include="..\System\Mono.Util\MonoPInvokeCallbackAttribute.cs" />\r
57     <Compile Include="Assembly\AssemblyInfo.cs" />\r
58     <Compile Include="Mono.Data.Sqlite_2.0\LINQ\SQLiteConnection_Linq.cs" />\r
59     <Compile Include="Mono.Data.Sqlite_2.0\LINQ\SQLiteFactory_Linq.cs" />\r
60     <Compile Include="Mono.Data.Sqlite_2.0\SQLite3.cs" />\r
61     <Compile Include="Mono.Data.Sqlite_2.0\SQLite3_UTF16.cs" />\r
62     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteBase.cs" />\r
63     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteCommand.cs" />\r
64     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteCommandBuilder.cs" />\r
65     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteConnection.cs" />\r
66     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteConnectionPool.cs" />\r
67     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteConnectionStringBuilder.cs" />\r
68     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteConvert.cs" />\r
69     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteDataAdapter.cs" />\r
70     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteDataReader.cs" />\r
71     <Compile Include="Mono.Data.Sqlite_2.0\SqliteDataSourceEnumerator.cs" />\r
72     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteEnlistment.cs" />\r
73     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteException.cs" />\r
74     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteFactory.cs" />\r
75     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteFunction.cs" />\r
76     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteFunctionAttribute.cs" />\r
77     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteKeyReader.cs" />\r
78     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteMetaDataCollectionNames.cs" />\r
79     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteParameter.cs" />\r
80     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteParameterCollection.cs" />\r
81     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteStatement.cs" />\r
82     <Compile Include="Mono.Data.Sqlite_2.0\SQLiteTransaction.cs" />\r
83     <Compile Include="Mono.Data.Sqlite_2.0\SR.Designer.cs" />\r
84     <Compile Include="Mono.Data.Sqlite_2.0\UnsafeNativeMethods.cs" />\r  </ItemGroup>\r
85   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
86        Other similar extension points exist, see Microsoft.Common.targets.\r
87   <Target Name="BeforeBuild">\r
88   </Target>\r
89   <Target Name="AfterBuild">\r
90   </Target>\r
91   -->\r
92   <PropertyGroup>\r
93     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
94
95     </PreBuildEvent>\r
96     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
97 \r
98     </PreBuildEvent>\r
99     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
100
101     </PostBuildEvent>\r
102     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">\r
103 \r
104     </PostBuildEvent>\r
105   </PropertyGroup>\r
106   <ItemGroup>\r
107     <ProjectReference Include="../corlib/corlib-net_4_x.csproj">\r
108       <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>\r
109       <Name>corlib-net_4_x</Name>\r
110     </ProjectReference>\r
111     <ProjectReference Include="../System/System-net_4_x.csproj">\r
112       <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>\r
113       <Name>System-net_4_x</Name>\r
114     </ProjectReference>\r
115     <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">\r
116       <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>\r
117       <Name>System.Data-net_4_x</Name>\r
118     </ProjectReference>\r
119     <ProjectReference Include="../System.Transactions/System.Transactions-net_4_x.csproj">\r
120       <Project>{3821C69F-220D-4231-992C-0FE05311A005}</Project>\r
121       <Name>System.Transactions-net_4_x</Name>\r
122     </ProjectReference>\r
123     <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">\r
124       <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>\r
125       <Name>System.Xml-net_4_x</Name>\r
126     </ProjectReference>\r
127   </ItemGroup>\r
128   <ItemGroup>\r
129     <Folder Include="Properties\" />\r
130   </ItemGroup>\r
131   <ItemGroup>\r
132     <EmbeddedResource Include="resources/SR.resources.prebuilt">\r
133       <LogicalName>SR.resources</LogicalName>\r
134     </EmbeddedResource>\r
135     <EmbeddedResource Include="resources/SQLiteCommand.bmp">\r
136       <LogicalName>SQLiteCommand.bmp</LogicalName>\r
137     </EmbeddedResource>\r
138     <EmbeddedResource Include="resources/SQLiteConnection.bmp">\r
139       <LogicalName>SQLiteConnection.bmp</LogicalName>\r
140     </EmbeddedResource>\r
141     <EmbeddedResource Include="resources/SQLiteDataAdapter.bmp">\r
142       <LogicalName>SQLiteDataAdapter.bmp</LogicalName>\r
143     </EmbeddedResource>\r
144   </ItemGroup>\r
145 </Project>\r
146