-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenericRefs.cwproj
29 lines (29 loc) · 1.13 KB
/
GenericRefs.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
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{FD990880-94CC-4B84-B014-BA11A3B98EA9}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Win32</Platform>
<OutputType>Exe</OutputType>
<RootNamespace>GenericRefs</RootNamespace>
<AssemblyName>GenericRefs</AssemblyName>
<OutputName>GenericRefs</OutputName>
</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="GenericRefs.clw" />
</ItemGroup>
<Import Project="$(ClarionBinPath)\SoftVelocity.Build.Clarion.targets" />
</Project>