-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDateTime.cwproj
More file actions
40 lines (40 loc) · 1.48 KB
/
DateTime.cwproj
File metadata and controls
40 lines (40 loc) · 1.48 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
40
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8A03EF73-14D2-4FC6-96A4-BF56BEDC5962}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>DateTime</RootNamespace>
<AssemblyName>DateTime</AssemblyName>
<OutputName>DateTime</OutputName>
<CWOutputType>Exe</CWOutputType>
<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="DateTime.clw">
<Generated>true</Generated>
</Compile>
<Compile Include="DATETIME_BC.CLW">
<Generated>true</Generated>
</Compile>
<Compile Include="DateTime_BC0.CLW">
<Generated>true</Generated>
</Compile>
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>