1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{454ED0D6-A5B9-449A-877F-99919F675C29}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >Databasic.SQLite</RootNamespace >
10+ <AssemblyName >Databasic.SQLite</AssemblyName >
11+ <FileAlignment >512</FileAlignment >
12+ <MyType >Windows</MyType >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <NuGetPackageImportStamp >
15+ </NuGetPackageImportStamp >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <DefineDebug >true</DefineDebug >
21+ <DefineTrace >true</DefineTrace >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DocumentationFile >Databasic.SQLite.xml</DocumentationFile >
24+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <DefineDebug >false</DefineDebug >
29+ <DefineTrace >true</DefineTrace >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DocumentationFile >Databasic.SQLite.xml</DocumentationFile >
33+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <OptionExplicit >On</OptionExplicit >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <OptionCompare >Binary</OptionCompare >
40+ </PropertyGroup >
41+ <PropertyGroup >
42+ <OptionStrict >Off</OptionStrict >
43+ </PropertyGroup >
44+ <PropertyGroup >
45+ <OptionInfer >On</OptionInfer >
46+ </PropertyGroup >
47+ <ItemGroup >
48+ <Reference Include =" System" />
49+ <Reference Include =" System.ComponentModel.DataAnnotations" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Core" />
52+ <Reference Include =" System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath >
54+ <Private >True</Private >
55+ </Reference >
56+ </ItemGroup >
57+ <ItemGroup >
58+ <Import Include =" Microsoft.VisualBasic" />
59+ <Import Include =" System" />
60+ <Import Include =" System.Collections" />
61+ <Import Include =" System.Collections.Generic" />
62+ <Import Include =" System.Data" />
63+ <Import Include =" System.Diagnostics" />
64+ <Import Include =" System.Linq" />
65+ <Import Include =" System.Xml.Linq" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <Compile Include =" Connection.vb" />
69+ <Compile Include =" My Project\AssemblyInfo.vb" />
70+ <Compile Include =" My Project\Application.Designer.vb" >
71+ <AutoGen >True</AutoGen >
72+ <DependentUpon >Application.myapp</DependentUpon >
73+ </Compile >
74+ <Compile Include =" My Project\Resources.Designer.vb" >
75+ <AutoGen >True</AutoGen >
76+ <DesignTime >True</DesignTime >
77+ <DependentUpon >Resources.resx</DependentUpon >
78+ </Compile >
79+ <Compile Include =" My Project\Settings.Designer.vb" >
80+ <AutoGen >True</AutoGen >
81+ <DependentUpon >Settings.settings</DependentUpon >
82+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
83+ </Compile >
84+ <Compile Include =" ProviderResource.vb" />
85+ <Compile Include =" Statement.vb" />
86+ <Compile Include =" Transaction.vb" />
87+ </ItemGroup >
88+ <ItemGroup >
89+ <EmbeddedResource Include =" My Project\Resources.resx" >
90+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
91+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
92+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
93+ <SubType >Designer</SubType >
94+ </EmbeddedResource >
95+ </ItemGroup >
96+ <ItemGroup >
97+ <None Include =" content\App.config.install.xdt" />
98+ <None Include =" content\App.config.uninstall.xdt" />
99+ <None Include =" content\Web.config.install.xdt" />
100+ <None Include =" content\Web.config.uninstall.xdt" />
101+ <None Include =" Databasic.SQLite.nuspec" />
102+ <None Include =" My Project\Application.myapp" >
103+ <Generator >MyApplicationCodeGenerator</Generator >
104+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
105+ </None >
106+ <None Include =" My Project\Settings.settings" >
107+ <Generator >SettingsSingleFileGenerator</Generator >
108+ <CustomToolNamespace >My</CustomToolNamespace >
109+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
110+ </None >
111+ <None Include =" packages.config" />
112+ <None Include =" _CreateNewNuGetPackage\Config.ps1" />
113+ <None Include =" _CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1" />
114+ <None Include =" _CreateNewNuGetPackage\DoNotModify\New-NuGetPackage.ps1" />
115+ <None Include =" _CreateNewNuGetPackage\DoNotModify\UploadNuGetPackage.ps1" />
116+ <None Include =" _CreateNewNuGetPackage\RunMeToUploadNuGetPackage.cmd" />
117+ </ItemGroup >
118+ <ItemGroup >
119+ <None Include =" _CreateNewNuGetPackage\DoNotModify\NuGet.exe" />
120+ </ItemGroup >
121+ <ItemGroup >
122+ <ProjectReference Include =" ..\Databasic\Databasic.vbproj" >
123+ <Project >{063224ab-bc4c-49eb-838f-7fb115bd496c}</Project >
124+ <Name >Databasic</Name >
125+ </ProjectReference >
126+ </ItemGroup >
127+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
128+ <PropertyGroup >
129+ <PostBuildEvent >REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
130+ REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
131+ ECHO Creating NuGet package in Post-Build event...
132+ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent >
133+ </PropertyGroup >
134+ <Import Project =" ..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition =" Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
135+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
136+ <PropertyGroup >
137+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
138+ </PropertyGroup >
139+ <Error Condition =" !Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
140+ </Target >
141+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142+ Other similar extension points exist, see Microsoft.Common.targets.
143+ <Target Name="BeforeBuild">
144+ </Target>
145+ <Target Name="AfterBuild">
146+ </Target>
147+ -->
148+ </Project >
0 commit comments