Update Sqlite3.vbproj

master
xieguigang 5 years ago
parent 141929106c
commit c8940d599a

@ -73,12 +73,14 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Publish|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Publish\</OutputPath>
<OutputPath>..\..\..\build\</OutputPath>
<DocumentationFile>Sqlite3.xml</DocumentationFile>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />

Loading…
Cancel
Save