-
Notifications
You must be signed in to change notification settings - Fork 0
/
Control.cwproj
executable file
·44 lines (44 loc) · 1.6 KB
/
Control.cwproj
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
40
41
42
43
44
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{936CFB7C-07D1-4C1F-85C9-EACF72F2E600}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>Exe</OutputType>
<AssemblyName>Control</AssemblyName>
<OutputName>Control</OutputName>
<DefineConstants>_ABCDllMode_=>0%3b_ABCLinkMode_=>1</DefineConstants>
<Model>Lib</Model>
</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>
</PropertyGroup>
<ItemGroup>
<Compile Include="Control.clw">
<Generated>true</Generated>
</Compile>
<Compile Include="Control001.clw">
<Generated>true</Generated>
</Compile>
<Compile Include="CONTROL_BC.CLW">
<Generated>true</Generated>
</Compile>
<Compile Include="Control_BC0.CLW">
<Generated>true</Generated>
</Compile>
</ItemGroup>
<ItemGroup>
<Library Include="Control.EXE.manifest" />
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>