github.com/remobjects/goldbaselibrary@v0.0.0-20230924164425-d458680a936b/Source/GoldAspect/GoldAspect.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>{631D3965-3D71-4DFD-9864-EBF841EA6192}</ProjectGuid>
     6      <RootNamespace>GoldAspect</RootNamespace>
     7      <OutputType>Library</OutputType>
     8      <AssemblyName>GoldAspect</AssemblyName>
     9      <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
    10      <TargetFramework>.NETStandard2.0</TargetFramework>
    11    </PropertyGroup>
    12    <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    13      <Optimize>False</Optimize>
    14      <OutputPath>.\Bin\Debug</OutputPath>
    15      <DefineConstants>DEBUG;TRACE;</DefineConstants>
    16      <GeneratePDB>True</GeneratePDB>
    17      <GenerateMDB>True</GenerateMDB>
    18      <EnableAsserts>True</EnableAsserts>
    19      <CpuType>anycpu</CpuType>
    20      <RuntimeVersion>v25</RuntimeVersion>
    21      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    22    </PropertyGroup>
    23    <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    24      <OutputPath>.\Bin\Release</OutputPath>
    25      <CpuType>anycpu</CpuType>
    26      <RuntimeVersion>v25</RuntimeVersion>
    27      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    28    </PropertyGroup>
    29    <ItemGroup>
    30      <Reference Include="RemObjects.Elements.Cirrus" />
    31    </ItemGroup>
    32    <ItemGroup>
    33      <Compile Include="Main.pas" />
    34      <Compile Include="Properties\AssemblyInfo.pas" />
    35    </ItemGroup>
    36    <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
    37  </Project>