github.com/remobjects/goldbaselibrary@v0.0.0-20230924164425-d458680a936b/Source/Gold/Gold.Cooper.elements (about) 1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> 3 <PropertyGroup> 4 <ProductVersion>3.5</ProductVersion> 5 <ProjectGuid>{9068B27E-56B6-4E4A-ADFF-86159E789AE2}</ProjectGuid> 6 <OutputType>Library</OutputType> 7 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> 8 <RootNamespace>go</RootNamespace> 9 <BinaryName>go</BinaryName> 10 <OutputPathUsesModes>True</OutputPathUsesModes> 11 </PropertyGroup> 12 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 13 <Optimize>False</Optimize> 14 <OutputPath>.\Bin\Debug</OutputPath> 15 <DefineConstants>DEBUG;TRACE;</DefineConstants> 16 <GenerateDebugInfo>True</GenerateDebugInfo> 17 <EnableAsserts>True</EnableAsserts> 18 <CpuType>anycpu</CpuType> 19 <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging> 20 </PropertyGroup> 21 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 22 <OutputPath>.\Bin\Release</OutputPath> 23 <CpuType>anycpu</CpuType> 24 <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging> 25 </PropertyGroup> 26 <ItemGroup> 27 <Reference Include="rt" /> 28 <Reference Include="cooper"> 29 <Private>True</Private> 30 </Reference> 31 </ItemGroup> 32 <ItemGroup> 33 <Compile Include="Aliases.pas" /> 34 <Compile Include="Complex.pas" /> 35 </ItemGroup> 36 <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Cooper.targets" /> 37 </Project>