Fixed some problem with missing dll
This commit is contained in:
parent
cd31f41bd4
commit
1d25065715
@ -29,35 +29,40 @@
|
||||
<InstallUrl>https://blackreality.000webhostapp.com/inv_manager/</InstallUrl>
|
||||
<TargetCulture>fr</TargetCulture>
|
||||
<ProductName>ISEN-Repair Inventory Manager</ProductName>
|
||||
<PublisherName>ARE Christopher %28JackCarterSmith%29</PublisherName>
|
||||
<PublisherName>JCS%27s Production</PublisherName>
|
||||
<SuiteName>ISEN-Repair</SuiteName>
|
||||
<MinimumRequiredVersion>0.8.1.0</MinimumRequiredVersion>
|
||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>0.9.3.1</ApplicationVersion>
|
||||
<ApplicationVersion>0.9.4.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>false</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>ISEN-Repair Inventory Manager.xml</DocumentationFile>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<WarningLevel>0</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\..\..\Mes Builds\ISEN-Repair Inventory Manager\</OutputPath>
|
||||
<DocumentationFile>ISEN-Repair Inventory Manager.xml</DocumentationFile>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<WarningLevel>0</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
@ -231,6 +236,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="InvManLogo.ico" />
|
||||
<Content Include="SQLite.Interop.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
||||
|
BIN
ISEN-Repair Inventory Manager/SQLite.Interop.dll
Normal file
BIN
ISEN-Repair Inventory Manager/SQLite.Interop.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user