-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSQLiteSQL.cwproj
More file actions
39 lines (39 loc) · 1.51 KB
/
Copy pathSQLiteSQL.cwproj
File metadata and controls
39 lines (39 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{BC1935A2-A025-4534-8CC3-6636F410AE88}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>SQLiteSQL</RootNamespace>
<AssemblyName>SQLiteSQL</AssemblyName>
<OutputName>SQLiteSQL</OutputName>
<DefineConstants>_ABCLInkMode_=>1%3b_ABCDLLMode_=>0</DefineConstants>
<stack_size>16384</stack_size>
<CopyCore>True</CopyCore>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<vid>full</vid>
<check_stack>True</check_stack>
<check_index>True</check_index>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<vid>off</vid>
<check_stack>False</check_stack>
<check_index>False</check_index>
<warnings>on</warnings>
<GenerateMap>True</GenerateMap>
<line_numbers>False</line_numbers>
</PropertyGroup>
<ItemGroup>
<Compile Include="SQLiteSQL.clw" />
</ItemGroup>
<ItemGroup>
<FileDriver Include="SQLite" />
<Library Include="SQliteSQL.manifest" />
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>