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