-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetIPAddress.cwproj
39 lines (39 loc) · 1.7 KB
/
GetIPAddress.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{EDEB4035-FC60-4658-87D4-DE528312F75B}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>GetIPAddress</RootNamespace>
<AssemblyName>GetIPAddress</AssemblyName>
<OutputName>GetIPAddress</OutputName>
<DefineConstants>_NT10_=>1%3bNETTALKLOG=>1%3b_ODDJOB_=>0%3b_CRYPTONITE_=>0%3b_DRAW_=>0%3b_JFILES_=>0%3bStringTheoryLinkMode=>1%3bStringTheoryDllMode=>0%3bMD5=>0%3b_ABCDllMode_=>0%3b_ABCLinkMode_=>1%3b_NetTalkDllMode_=>0%3b_NetTalkLinkMode_=>1</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="GetIPAddress.clw" />
</ItemGroup>
<ItemGroup>
<FileDriver Include="DOS" />
<Library Include="CLANET.LIB" />
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>