github.com/remobjects/goldbaselibrary@v0.0.0-20230924164425-d458680a936b/Tests/GoldLibrary.Tests.Echoes.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      <RootNamespace>TestApplication2</RootNamespace>
     6      <ProjectGuid>{90C713EA-2476-4620-9712-2D7F12C85451}</ProjectGuid>
     7      <OutputType>Exe</OutputType>
     8      <AssemblyName>TestApplication2</AssemblyName>
     9      <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
    10      <Name>GoldLibrary.Tests.Echoes</Name>
    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      <CpuType>anycpu</CpuType>
    19      <RuntimeVersion>v25</RuntimeVersion>
    20      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    21      <EnableAsserts>True</EnableAsserts>
    22      <TargetFramework>.NETFramework4.8</TargetFramework>
    23    </PropertyGroup>
    24    <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    25      <OutputPath>.\Bin\Release</OutputPath>
    26      <CpuType>anycpu</CpuType>
    27      <RuntimeVersion>v25</RuntimeVersion>
    28      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    29      <TargetFramework>.NETFramework4.8</TargetFramework>
    30    </PropertyGroup>
    31    <ItemGroup>
    32      <Reference Include="mscorlib" />
    33      <Reference Include="RemObjects.Elements.EUnit">
    34        <Private>True</Private>
    35      </Reference>
    36      <Reference Include="Elements">
    37        <Private>True</Private>
    38      </Reference>
    39      <Reference Include="System" />
    40      <Reference Include="System.Data" />
    41      <Reference Include="System.Xml" />
    42      <Reference Include="System.Core">
    43        <RequiredTargetFramework>3.5</RequiredTargetFramework>
    44      </Reference>
    45      <Reference Include="System.Xml.Linq">
    46        <RequiredTargetFramework>3.5</RequiredTargetFramework>
    47      </Reference>
    48      <Reference Include="System.Data.DataSetExtensions">
    49        <RequiredTargetFramework>3.5</RequiredTargetFramework>
    50      </Reference>
    51      <Reference Include="Go">
    52        <HintPath>..\Source\Gold\Bin\Debug\Go.dll</HintPath>
    53        <Private>True</Private>
    54      </Reference>
    55    </ItemGroup>
    56    <ItemGroup>
    57      <Compile Include="Program.go" />
    58    </ItemGroup>
    59    <ItemGroup>
    60      <Folder Include="Properties\" />
    61    </ItemGroup>
    62    <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Echoes.targets" />
    63    <Import Project="GoldLibrary.Tests.Shared.projitems" Label="Shared" />
    64  </Project>