-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFixer.cwproj
44 lines (44 loc) · 1.68 KB
/
Fixer.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>{C7F26449-F915-42B7-82A0-5726BD04D456}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>Fixer</RootNamespace>
<AssemblyName>Fixer</AssemblyName>
<OutputName>Fixer</OutputName>
<DefineConstants>_ABCDllMode_=>0%3b_ABCLinkMode_=>1%3bStringTheoryLinkMode=>1%3bStringTheoryDLLMode=>0</DefineConstants>
<stack_size>16384</stack_size>
<CopyCore>True</CopyCore>
<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>True</check_stack>
<check_index>True</check_index>
<warnings>on</warnings>
<GenerateMap>True</GenerateMap>
<line_numbers>False</line_numbers>
</PropertyGroup>
<ItemGroup>
<None Include="debuger.inc" />
<None Include="FileAccessModes.EQU" />
<None Include="Fixer.EXP" />
<None Include="TUFO.INT" />
<Compile Include="debuger.clw" />
<Compile Include="Fixer.clw" />
</ItemGroup>
<ItemGroup>
<Library Include="Fixer.version" />
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>