Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
755b142d03 | |||
2c22fbd7f4 | |||
03d9b0e58f | |||
d7febf3199 | |||
065fb4d4d5 | |||
5572728e91 |
@ -10,6 +10,7 @@ Public Class AddMachine
|
|||||||
addMachine_IdForm = Nothing
|
addMachine_IdForm = Nothing
|
||||||
|
|
||||||
NewIDBox.Text = newID
|
NewIDBox.Text = newID
|
||||||
|
If NewIDBox.Text = "" Then Me.Close()
|
||||||
NewNameBox.Focus()
|
NewNameBox.Focus()
|
||||||
NewEtatBox.SelectedIndex = 0
|
NewEtatBox.SelectedIndex = 0
|
||||||
End Sub
|
End Sub
|
||||||
|
@ -101,6 +101,7 @@ Partial Class AddMachine_ID
|
|||||||
Me.AcceptButton = Me.NextButton
|
Me.AcceptButton = Me.NextButton
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.CancelButton = Me.AddMachine_ID_CancelButton
|
||||||
Me.CausesValidation = False
|
Me.CausesValidation = False
|
||||||
Me.ClientSize = New System.Drawing.Size(360, 167)
|
Me.ClientSize = New System.Drawing.Size(360, 167)
|
||||||
Me.Controls.Add(Me.RandomIDButton)
|
Me.Controls.Add(Me.RandomIDButton)
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||||
<WebPage>index.htm</WebPage>
|
<WebPage>index.htm</WebPage>
|
||||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||||
<ApplicationRevision>3</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>0.10.1.3</ApplicationVersion>
|
<ApplicationVersion>0.11.3.0</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
@ -82,13 +82,14 @@
|
|||||||
<ApplicationIcon>InvManLogo.ico</ApplicationIcon>
|
<ApplicationIcon>InvManLogo.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>false</SignAssembly>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyOriginatorKeyFile>JCS.pfx</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>
|
||||||
|
</AssemblyOriginatorKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignManifests>true</SignManifests>
|
<SignManifests>false</SignManifests>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestCertificateThumbprint>620A13A82ECD693F86DBAEDE2FA8737A6A18D351</ManifestCertificateThumbprint>
|
<ManifestCertificateThumbprint>620A13A82ECD693F86DBAEDE2FA8737A6A18D351</ManifestCertificateThumbprint>
|
||||||
@ -113,8 +114,8 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
<Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net451\System.Data.SQLite.dll</HintPath>
|
<HintPath>..\packages\System.Data.SQLite.Core.1.0.108.0\lib\net451\System.Data.SQLite.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Deployment" />
|
<Reference Include="System.Deployment" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
@ -231,8 +232,6 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="ISEN-Repair Inventory Manager_TemporaryKey.pfx" />
|
|
||||||
<None Include="JCS.pfx" />
|
|
||||||
<None Include="My Project\Application.myapp">
|
<None Include="My Project\Application.myapp">
|
||||||
<Generator>MyApplicationCodeGenerator</Generator>
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||||
@ -268,11 +267,11 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||||
<Import Project="..\packages\System.Data.SQLite.Core.1.0.105.2\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net451\System.Data.SQLite.Core.targets')" />
|
<Import Project="..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ErrorText>Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
|
<ErrorText>Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.2\build\net451\System.Data.SQLite.Core.targets'))" />
|
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
@ -49,8 +49,10 @@ Public Class Main
|
|||||||
cmd.CommandText = "SELECT * FROM computers_desc WHERE id=" & idToCheck & ";"
|
cmd.CommandText = "SELECT * FROM computers_desc WHERE id=" & idToCheck & ";"
|
||||||
dtr = cmd.ExecuteReader()
|
dtr = cmd.ExecuteReader()
|
||||||
While dtr.Read()
|
While dtr.Read()
|
||||||
|
con.Close()
|
||||||
Return True
|
Return True
|
||||||
End While
|
End While
|
||||||
|
con.Close()
|
||||||
Return False
|
Return False
|
||||||
End Using
|
End Using
|
||||||
con.Close()
|
con.Close()
|
||||||
@ -401,7 +403,11 @@ Public Class Main
|
|||||||
|
|
||||||
Private Sub SaveBackupFile_FileOk(sender As Object, e As CancelEventArgs) Handles SaveBackupFile.FileOk
|
Private Sub SaveBackupFile_FileOk(sender As Object, e As CancelEventArgs) Handles SaveBackupFile.FileOk
|
||||||
Using src As FileStream = File.Open(dbLocFile, FileMode.Open)
|
Using src As FileStream = File.Open(dbLocFile, FileMode.Open)
|
||||||
src.CopyTo(SaveBackupFile.OpenFile)
|
Using dest As FileStream = SaveBackupFile.OpenFile
|
||||||
|
src.CopyTo(dest)
|
||||||
|
dest.Close()
|
||||||
|
End Using
|
||||||
|
src.Close()
|
||||||
End Using
|
End Using
|
||||||
log.Info("DB exporté avec succès")
|
log.Info("DB exporté avec succès")
|
||||||
End Sub
|
End Sub
|
||||||
@ -418,6 +424,7 @@ Public Class Main
|
|||||||
|
|
||||||
Using dest As FileStream = File.Open(dbLocFile, FileMode.Create)
|
Using dest As FileStream = File.Open(dbLocFile, FileMode.Create)
|
||||||
OpenBackupFile.OpenFile.CopyTo(dest)
|
OpenBackupFile.OpenFile.CopyTo(dest)
|
||||||
|
dest.Close()
|
||||||
End Using
|
End Using
|
||||||
ListAllInv()
|
ListAllInv()
|
||||||
log.Info("DB importé avec succès")
|
log.Info("DB importé avec succès")
|
||||||
@ -427,7 +434,7 @@ Public Class Main
|
|||||||
If MsgBox("Souhaitez-vous faire une backup de la DB ?", 292, "Backup") = 7 Then End
|
If MsgBox("Souhaitez-vous faire une backup de la DB ?", 292, "Backup") = 7 Then End
|
||||||
|
|
||||||
If Not My.Computer.FileSystem.DirectoryExists(localAppData & "backups") Then My.Computer.FileSystem.CreateDirectory(localAppData & "backups")
|
If Not My.Computer.FileSystem.DirectoryExists(localAppData & "backups") Then My.Computer.FileSystem.CreateDirectory(localAppData & "backups")
|
||||||
File.Copy(dbLocFile, localAppData & "backups\" & DateTime.Now.ToString("yyyy-MM-dd_HH.mm") & ".sqlite")
|
File.Copy(dbLocFile, localAppData & "backups\db_" & DateTime.Now.ToString("yyyy-MM-dd_HH.mm") & ".bck")
|
||||||
log.Info("Backup de la DB")
|
log.Info("Backup de la DB")
|
||||||
End
|
End
|
||||||
End Sub
|
End Sub
|
||||||
|
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' en utilisant '*', comme indiqué ci-dessous :
|
' en utilisant '*', comme indiqué ci-dessous :
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("0.11.2.2")>
|
<Assembly: AssemblyVersion("0.11.3.0")>
|
||||||
<Assembly: AssemblyFileVersion("0.11.2.2")>
|
<Assembly: AssemblyFileVersion("0.11.3.0")>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="System.Data.SQLite.Core" version="1.0.105.2" targetFramework="net452" />
|
<package id="System.Data.SQLite.Core" version="1.0.108.0" targetFramework="net452" />
|
||||||
</packages>
|
</packages>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,141 +0,0 @@
|
|||||||
<!--
|
|
||||||
*
|
|
||||||
* System.Data.SQLite.Core.targets -
|
|
||||||
*
|
|
||||||
* WARNING: This MSBuild file requires MSBuild 4.0 features.
|
|
||||||
*
|
|
||||||
* Written by Joe Mistachkin and David Archer.
|
|
||||||
* Released to the public domain, use at your own risk!
|
|
||||||
*
|
|
||||||
-->
|
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** Load Per-User Settings **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
NOTE: If the per-user settings file exists, import it now. The contained
|
|
||||||
settings, if any, will override the default ones provided below.
|
|
||||||
-->
|
|
||||||
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
|
||||||
Exists('$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user')"
|
|
||||||
Project="$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user" />
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** SQLite Interop Library Build Items **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<SQLiteInteropFiles Condition="'$(MSBuildThisFileDirectory)' != '' And
|
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)')"
|
|
||||||
Include="$(MSBuildThisFileDirectory)**\SQLite.Interop.*" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** SQLite Interop Library Content Items **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<ItemGroup Condition="'$(ContentSQLiteInteropFiles)' != '' And
|
|
||||||
'$(ContentSQLiteInteropFiles)' != 'false' And
|
|
||||||
'@(SQLiteInteropFiles)' != ''">
|
|
||||||
<Content Include="@(SQLiteInteropFiles)">
|
|
||||||
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** SQLite Interop Library Build Targets **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Target Name="CopySQLiteInteropFiles"
|
|
||||||
Condition="'$(CopySQLiteInteropFiles)' != 'false' And
|
|
||||||
'$(OutDir)' != '' And
|
|
||||||
HasTrailingSlash('$(OutDir)') And
|
|
||||||
Exists('$(OutDir)')"
|
|
||||||
Inputs="@(SQLiteInteropFiles)"
|
|
||||||
Outputs="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
|
|
||||||
<!--
|
|
||||||
NOTE: Copy "SQLite.Interop.dll" and all related files, for every
|
|
||||||
architecture that we support, to the build output directory.
|
|
||||||
-->
|
|
||||||
<Copy SourceFiles="@(SQLiteInteropFiles)"
|
|
||||||
DestinationFiles="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Target Name="CleanSQLiteInteropFiles"
|
|
||||||
Condition="'$(CleanSQLiteInteropFiles)' != 'false' And
|
|
||||||
'$(OutDir)' != '' And
|
|
||||||
HasTrailingSlash('$(OutDir)') And
|
|
||||||
Exists('$(OutDir)')">
|
|
||||||
<!--
|
|
||||||
NOTE: Delete "SQLite.Interop.dll" and all related files, for every
|
|
||||||
architecture that we support, from the build output directory.
|
|
||||||
-->
|
|
||||||
<Delete Files="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Target Name="CollectSQLiteInteropFiles"
|
|
||||||
Condition="'$(CollectSQLiteInteropFiles)' != 'false'">
|
|
||||||
<ItemGroup>
|
|
||||||
<FilesForPackagingFromProject Include="@(SQLiteInteropFiles)">
|
|
||||||
<DestinationRelativePath>bin\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
|
|
||||||
</FilesForPackagingFromProject>
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** SQLite Interop Library Build Properties **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<PropertyGroup>
|
|
||||||
<PostBuildEventDependsOn>
|
|
||||||
$(PostBuildEventDependsOn);
|
|
||||||
CopySQLiteInteropFiles;
|
|
||||||
</PostBuildEventDependsOn>
|
|
||||||
<BuildDependsOn>
|
|
||||||
$(BuildDependsOn);
|
|
||||||
CopySQLiteInteropFiles;
|
|
||||||
</BuildDependsOn>
|
|
||||||
<CleanDependsOn>
|
|
||||||
$(CleanDependsOn);
|
|
||||||
CleanSQLiteInteropFiles;
|
|
||||||
</CleanDependsOn>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
******************************************************************************
|
|
||||||
** SQLite Interop Library Publish Properties for Visual Studio 201x **
|
|
||||||
******************************************************************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or
|
|
||||||
'$(VisualStudioVersion)' == '10.0' Or
|
|
||||||
'$(VisualStudioVersion)' == '11.0' Or
|
|
||||||
'$(VisualStudioVersion)' == '12.0' Or
|
|
||||||
'$(VisualStudioVersion)' == '14.0'">
|
|
||||||
<PipelineCollectFilesPhaseDependsOn>
|
|
||||||
CollectSQLiteInteropFiles;
|
|
||||||
$(PipelineCollectFilesPhaseDependsOn);
|
|
||||||
</PipelineCollectFilesPhaseDependsOn>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/System.Data.SQLite.Core.1.0.108.0.nupkg
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/System.Data.SQLite.Core.1.0.108.0.nupkg
vendored
Normal file
Binary file not shown.
@ -21,8 +21,8 @@
|
|||||||
-->
|
-->
|
||||||
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
||||||
Exists('$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user')"
|
Exists('$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user')"
|
||||||
Project="$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user" />
|
Project="$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
@ -132,7 +132,8 @@
|
|||||||
'$(VisualStudioVersion)' == '10.0' Or
|
'$(VisualStudioVersion)' == '10.0' Or
|
||||||
'$(VisualStudioVersion)' == '11.0' Or
|
'$(VisualStudioVersion)' == '11.0' Or
|
||||||
'$(VisualStudioVersion)' == '12.0' Or
|
'$(VisualStudioVersion)' == '12.0' Or
|
||||||
'$(VisualStudioVersion)' == '14.0'">
|
'$(VisualStudioVersion)' == '14.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '15.0'">
|
||||||
<PipelineCollectFilesPhaseDependsOn>
|
<PipelineCollectFilesPhaseDependsOn>
|
||||||
CollectSQLiteInteropFiles;
|
CollectSQLiteInteropFiles;
|
||||||
$(PipelineCollectFilesPhaseDependsOn);
|
$(PipelineCollectFilesPhaseDependsOn);
|
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x64/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x64/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x86/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x86/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
@ -21,8 +21,8 @@
|
|||||||
-->
|
-->
|
||||||
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
||||||
Exists('$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user')"
|
Exists('$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user')"
|
||||||
Project="$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user" />
|
Project="$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
@ -132,7 +132,8 @@
|
|||||||
'$(VisualStudioVersion)' == '10.0' Or
|
'$(VisualStudioVersion)' == '10.0' Or
|
||||||
'$(VisualStudioVersion)' == '11.0' Or
|
'$(VisualStudioVersion)' == '11.0' Or
|
||||||
'$(VisualStudioVersion)' == '12.0' Or
|
'$(VisualStudioVersion)' == '12.0' Or
|
||||||
'$(VisualStudioVersion)' == '14.0'">
|
'$(VisualStudioVersion)' == '14.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '15.0'">
|
||||||
<PipelineCollectFilesPhaseDependsOn>
|
<PipelineCollectFilesPhaseDependsOn>
|
||||||
CollectSQLiteInteropFiles;
|
CollectSQLiteInteropFiles;
|
||||||
$(PipelineCollectFilesPhaseDependsOn);
|
$(PipelineCollectFilesPhaseDependsOn);
|
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x64/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x64/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x86/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x86/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
@ -21,8 +21,8 @@
|
|||||||
-->
|
-->
|
||||||
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
||||||
Exists('$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user')"
|
Exists('$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user')"
|
||||||
Project="$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user" />
|
Project="$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
@ -132,7 +132,8 @@
|
|||||||
'$(VisualStudioVersion)' == '10.0' Or
|
'$(VisualStudioVersion)' == '10.0' Or
|
||||||
'$(VisualStudioVersion)' == '11.0' Or
|
'$(VisualStudioVersion)' == '11.0' Or
|
||||||
'$(VisualStudioVersion)' == '12.0' Or
|
'$(VisualStudioVersion)' == '12.0' Or
|
||||||
'$(VisualStudioVersion)' == '14.0'">
|
'$(VisualStudioVersion)' == '14.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '15.0'">
|
||||||
<PipelineCollectFilesPhaseDependsOn>
|
<PipelineCollectFilesPhaseDependsOn>
|
||||||
CollectSQLiteInteropFiles;
|
CollectSQLiteInteropFiles;
|
||||||
$(PipelineCollectFilesPhaseDependsOn);
|
$(PipelineCollectFilesPhaseDependsOn);
|
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x64/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x64/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x86/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x86/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
@ -21,8 +21,8 @@
|
|||||||
-->
|
-->
|
||||||
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
||||||
Exists('$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user')"
|
Exists('$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user')"
|
||||||
Project="$(MSBuildThisFileDirectory)\System.Data.SQLite.Core.targets.user" />
|
Project="$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
@ -132,7 +132,8 @@
|
|||||||
'$(VisualStudioVersion)' == '10.0' Or
|
'$(VisualStudioVersion)' == '10.0' Or
|
||||||
'$(VisualStudioVersion)' == '11.0' Or
|
'$(VisualStudioVersion)' == '11.0' Or
|
||||||
'$(VisualStudioVersion)' == '12.0' Or
|
'$(VisualStudioVersion)' == '12.0' Or
|
||||||
'$(VisualStudioVersion)' == '14.0'">
|
'$(VisualStudioVersion)' == '14.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '15.0'">
|
||||||
<PipelineCollectFilesPhaseDependsOn>
|
<PipelineCollectFilesPhaseDependsOn>
|
||||||
CollectSQLiteInteropFiles;
|
CollectSQLiteInteropFiles;
|
||||||
$(PipelineCollectFilesPhaseDependsOn);
|
$(PipelineCollectFilesPhaseDependsOn);
|
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x64/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x64/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x86/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x86/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
142
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/System.Data.SQLite.Core.targets
vendored
Normal file
142
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/System.Data.SQLite.Core.targets
vendored
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
<!--
|
||||||
|
*
|
||||||
|
* System.Data.SQLite.Core.targets -
|
||||||
|
*
|
||||||
|
* WARNING: This MSBuild file requires MSBuild 4.0 features.
|
||||||
|
*
|
||||||
|
* Written by Joe Mistachkin and David Archer.
|
||||||
|
* Released to the public domain, use at your own risk!
|
||||||
|
*
|
||||||
|
-->
|
||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** Load Per-User Settings **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
NOTE: If the per-user settings file exists, import it now. The contained
|
||||||
|
settings, if any, will override the default ones provided below.
|
||||||
|
-->
|
||||||
|
<Import Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
|
HasTrailingSlash('$(MSBuildThisFileDirectory)') And
|
||||||
|
Exists('$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user')"
|
||||||
|
Project="$(MSBuildThisFileDirectory)System.Data.SQLite.Core.targets.user" />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** SQLite Interop Library Build Items **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<SQLiteInteropFiles Condition="'$(MSBuildThisFileDirectory)' != '' And
|
||||||
|
HasTrailingSlash('$(MSBuildThisFileDirectory)')"
|
||||||
|
Include="$(MSBuildThisFileDirectory)**\SQLite.Interop.*" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** SQLite Interop Library Content Items **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<ItemGroup Condition="'$(ContentSQLiteInteropFiles)' != '' And
|
||||||
|
'$(ContentSQLiteInteropFiles)' != 'false' And
|
||||||
|
'@(SQLiteInteropFiles)' != ''">
|
||||||
|
<Content Include="@(SQLiteInteropFiles)">
|
||||||
|
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** SQLite Interop Library Build Targets **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<Target Name="CopySQLiteInteropFiles"
|
||||||
|
Condition="'$(CopySQLiteInteropFiles)' != 'false' And
|
||||||
|
'$(OutDir)' != '' And
|
||||||
|
HasTrailingSlash('$(OutDir)') And
|
||||||
|
Exists('$(OutDir)')"
|
||||||
|
Inputs="@(SQLiteInteropFiles)"
|
||||||
|
Outputs="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')">
|
||||||
|
<!--
|
||||||
|
NOTE: Copy "SQLite.Interop.dll" and all related files, for every
|
||||||
|
architecture that we support, to the build output directory.
|
||||||
|
-->
|
||||||
|
<Copy SourceFiles="@(SQLiteInteropFiles)"
|
||||||
|
DestinationFiles="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<Target Name="CleanSQLiteInteropFiles"
|
||||||
|
Condition="'$(CleanSQLiteInteropFiles)' != 'false' And
|
||||||
|
'$(OutDir)' != '' And
|
||||||
|
HasTrailingSlash('$(OutDir)') And
|
||||||
|
Exists('$(OutDir)')">
|
||||||
|
<!--
|
||||||
|
NOTE: Delete "SQLite.Interop.dll" and all related files, for every
|
||||||
|
architecture that we support, from the build output directory.
|
||||||
|
-->
|
||||||
|
<Delete Files="@(SQLiteInteropFiles -> '$(OutDir)%(RecursiveDir)%(Filename)%(Extension)')" />
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<Target Name="CollectSQLiteInteropFiles"
|
||||||
|
Condition="'$(CollectSQLiteInteropFiles)' != 'false'">
|
||||||
|
<ItemGroup>
|
||||||
|
<FilesForPackagingFromProject Include="@(SQLiteInteropFiles)">
|
||||||
|
<DestinationRelativePath>bin\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
|
||||||
|
</FilesForPackagingFromProject>
|
||||||
|
</ItemGroup>
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** SQLite Interop Library Build Properties **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<PostBuildEventDependsOn>
|
||||||
|
$(PostBuildEventDependsOn);
|
||||||
|
CopySQLiteInteropFiles;
|
||||||
|
</PostBuildEventDependsOn>
|
||||||
|
<BuildDependsOn>
|
||||||
|
$(BuildDependsOn);
|
||||||
|
CopySQLiteInteropFiles;
|
||||||
|
</BuildDependsOn>
|
||||||
|
<CleanDependsOn>
|
||||||
|
$(CleanDependsOn);
|
||||||
|
CleanSQLiteInteropFiles;
|
||||||
|
</CleanDependsOn>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
******************************************************************************
|
||||||
|
** SQLite Interop Library Publish Properties for Visual Studio 201x **
|
||||||
|
******************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' Or
|
||||||
|
'$(VisualStudioVersion)' == '10.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '11.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '12.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '14.0' Or
|
||||||
|
'$(VisualStudioVersion)' == '15.0'">
|
||||||
|
<PipelineCollectFilesPhaseDependsOn>
|
||||||
|
CollectSQLiteInteropFiles;
|
||||||
|
$(PipelineCollectFilesPhaseDependsOn);
|
||||||
|
</PipelineCollectFilesPhaseDependsOn>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x64/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x64/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x86/SQLite.Interop.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x86/SQLite.Interop.dll
vendored
Normal file
Binary file not shown.
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll
vendored
Normal file
BIN
packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll
vendored
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user