-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPATTERN-GEN.cblproj
29 lines (29 loc) · 1.29 KB
/
PATTERN-GEN.cblproj
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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{1199A1E6-8CDD-46D3-BB84-F42506448AE7}</ProjectGuid>
<OutputName>PATTERN_GEN</OutputName>
<OutputType>Exe</OutputType>
<RootNamespace>PATTERN_GEN</RootNamespace>
<MFProjectType>Native</MFProjectType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>.\bin\x86\Debug\</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<ManagedCode>False</ManagedCode>
<DebugSymbols>True</DebugSymbols>
<MaxError>100</MaxError>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>.\bin\x86\Release\</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<ManagedCode>False</ManagedCode>
<DebugSymbols>False</DebugSymbols>
<MaxError>100</MaxError>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program1.cbl" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Micro Focus\Visual COBOL\v1.0\MicroFocus.COBOL.targets" />
</Project>