1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
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 >{C7B6913B-9B3E-4A09-A053-5B18D8BDAD4D}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >DataCommander.Providers.SQLite</RootNamespace >
12+ <AssemblyName >DataCommander.Providers.SQLite</AssemblyName >
13+ <FileUpgradeFlags >
14+ </FileUpgradeFlags >
15+ <OldToolsVersion >3.5</OldToolsVersion >
16+ <UpgradeBackupLocation >
17+ </UpgradeBackupLocation >
18+ <IsWebBootstrapper >true</IsWebBootstrapper >
19+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
20+ <PublishUrl >http://localhost/DataCommander.Providers.SQLite/</PublishUrl >
21+ <Install >true</Install >
22+ <InstallFrom >Web</InstallFrom >
23+ <UpdateEnabled >true</UpdateEnabled >
24+ <UpdateMode >Foreground</UpdateMode >
25+ <UpdateInterval >7</UpdateInterval >
26+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
27+ <UpdatePeriodically >false</UpdatePeriodically >
28+ <UpdateRequired >false</UpdateRequired >
29+ <MapFileExtensions >true</MapFileExtensions >
30+ <ApplicationRevision >0</ApplicationRevision >
31+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32+ <UseApplicationTrust >false</UseApplicationTrust >
33+ <BootstrapperEnabled >true</BootstrapperEnabled >
34+ <TargetFrameworkProfile />
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37+ <DebugSymbols >true</DebugSymbols >
38+ <DebugType >full</DebugType >
39+ <Optimize >false</Optimize >
40+ <OutputPath >..\DataCommander\bin\Debug\</OutputPath >
41+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42+ <ErrorReport >prompt</ErrorReport >
43+ <WarningLevel >4</WarningLevel >
44+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47+ <DebugType >pdbonly</DebugType >
48+ <Optimize >true</Optimize >
49+ <OutputPath >..\DataCommander\bin\Release\</OutputPath >
50+ <DefineConstants >TRACE</DefineConstants >
51+ <ErrorReport >prompt</ErrorReport >
52+ <WarningLevel >4</WarningLevel >
53+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
56+ <PlatformTarget >x86</PlatformTarget >
57+ <OutputPath >..\DataCommander\bin\Debug\</OutputPath >
58+ <DefineConstants >TRACE;DEBUG</DefineConstants >
59+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
60+ </PropertyGroup >
61+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
62+ <PlatformTarget >x86</PlatformTarget >
63+ <OutputPath >bin\x86\Release\</OutputPath >
64+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
65+ </PropertyGroup >
66+ <ItemGroup >
67+ <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
68+ <SpecificVersion >False</SpecificVersion >
69+ <HintPath >..\packages\EntityFramework.6.1.2\lib\net40\EntityFramework.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
72+ <SpecificVersion >False</SpecificVersion >
73+ <HintPath >..\packages\EntityFramework.6.1.2\lib\net40\EntityFramework.SqlServer.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" System" />
76+ <Reference Include =" System.ComponentModel.DataAnnotations" />
77+ <Reference Include =" System.Core" >
78+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
79+ </Reference >
80+ <Reference Include =" System.Data" />
81+ <Reference Include =" System.Data.DataSetExtensions" />
82+ <Reference Include =" System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
83+ <SpecificVersion >False</SpecificVersion >
84+ <HintPath >..\packages\System.Data.SQLite.Core.1.0.94.0\lib\net40\System.Data.SQLite.dll</HintPath >
85+ </Reference >
86+ <Reference Include =" System.Data.SQLite.EF6" >
87+ <HintPath >..\packages\System.Data.SQLite.EF6.1.0.94.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath >
88+ </Reference >
89+ <Reference Include =" System.Data.SQLite.Linq, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
90+ <SpecificVersion >False</SpecificVersion >
91+ <HintPath >..\packages\System.Data.SQLite.Linq.1.0.94.1\lib\net40\System.Data.SQLite.Linq.dll</HintPath >
92+ </Reference >
93+ <Reference Include =" System.Drawing" />
94+ <Reference Include =" System.Windows.Forms" />
95+ <Reference Include =" System.Xml" />
96+ </ItemGroup >
97+ <ItemGroup >
98+ <Compile Include =" Connection.cs" />
99+ <Compile Include =" ObjectExplorer\DatabaseNode.cs" />
100+ <Compile Include =" ObjectExplorer\DatabaseCollectionNode.cs" />
101+ <Compile Include =" ObjectExplorer\IndexCollectionNode.cs" />
102+ <Compile Include =" IndexNode.cs" />
103+ <Compile Include =" ObjectExplorer\TableNode.cs" />
104+ <Compile Include =" ObjectExplorer\ObjectExplorer.cs" />
105+ <Compile Include =" Properties\AssemblyInfo.cs" />
106+ <Compile Include =" SQLiteDataReaderHelper.cs" />
107+ <Compile Include =" SQLiteProvider.cs" />
108+ <Compile Include =" ObjectExplorer\TableCollectionNode.cs" />
109+ </ItemGroup >
110+ <ItemGroup >
111+ <ProjectReference Include =" ..\DataCommander.Foundation\DataCommander.Foundation-4.0.csproj" >
112+ <Project >{1bacf0aa-4122-4c10-a8d2-248542af054c}</Project >
113+ <Name >DataCommander.Foundation-4.0</Name >
114+ </ProjectReference >
115+ <ProjectReference Include =" ..\DataCommander.Providers\DataCommander.Providers.csproj" >
116+ <Project >{31A30A80-D1B6-4867-A65E-188DE9E912C8}</Project >
117+ <Name >DataCommander.Providers</Name >
118+ </ProjectReference >
119+ </ItemGroup >
120+ <ItemGroup >
121+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
122+ <Visible >False</Visible >
123+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
124+ <Install >false</Install >
125+ </BootstrapperPackage >
126+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
127+ <Visible >False</Visible >
128+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
129+ <Install >true</Install >
130+ </BootstrapperPackage >
131+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
132+ <Visible >False</Visible >
133+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
134+ <Install >false</Install >
135+ </BootstrapperPackage >
136+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
137+ <Visible >False</Visible >
138+ <ProductName >.NET Framework 3.5</ProductName >
139+ <Install >false</Install >
140+ </BootstrapperPackage >
141+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
142+ <Visible >False</Visible >
143+ <ProductName >.NET Framework 3.5 SP1</ProductName >
144+ <Install >false</Install >
145+ </BootstrapperPackage >
146+ </ItemGroup >
147+ <ItemGroup >
148+ <None Include =" app.config" />
149+ <None Include =" packages.config" />
150+ </ItemGroup >
151+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
152+ <Import Project =" ..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets" Condition =" Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets')" />
153+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
154+ <PropertyGroup >
155+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
156+ </PropertyGroup >
157+ <Error Condition =" !Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets'))" />
158+ </Target >
159+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160+ Other similar extension points exist, see Microsoft.Common.targets.
161+ <Target Name="BeforeBuild">
162+ </Target>
163+ <Target Name="AfterBuild">
164+ </Target>
165+ -->
166+ </Project >
0 commit comments