github.com/remobjects/goldbaselibrary@v0.0.0-20230924164425-d458680a936b/Tests/GoldLibrary.Tests.Island.Windows.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>{62DD0286-9A6C-413B-BAEB-8386BF2456FA}</ProjectGuid> 7 <OutputType>Executable</OutputType> 8 <AssemblyName>GoldLibrary.Tests.Island.Windows</AssemblyName> 9 <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> 10 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 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 <CpuType>x86</CpuType> 18 <RuntimeVersion>v25</RuntimeVersion> 19 <Architecture>i386</Architecture> 20 <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging> 21 <EnableAsserts>True</EnableAsserts> 22 </PropertyGroup> 23 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 24 <OutputPath>.\Bin\Release</OutputPath> 25 <CpuType>x86</CpuType> 26 <RuntimeVersion>v25</RuntimeVersion> 27 <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging> 28 </PropertyGroup> 29 <ItemGroup> 30 <Reference Include="gc"> 31 <HintPath>C:\Program Files (x86)\RemObjects Software\Elements\Island\SDKs\Windows\Windows 10.0.17763.0\i386\gc.fx</HintPath> 32 </Reference> 33 <Reference Include="Island" /> 34 <Reference Include="rtl"> 35 <HintPath>C:\Program Files (x86)\RemObjects Software\Elements\Island\SDKs\Windows\Windows 10.0.17763.0\i386\rtl.fx</HintPath> 36 </Reference> 37 <Reference Include="EUnit" /> 38 <Reference Include="GoldAspect"> 39 <HintPath>C:\dev\ro\GoldBaseLibrary\Source\GoldAspect\Bin\Debug\GoldAspect.dll</HintPath> 40 </Reference> 41 <Reference Include="Elements" /> 42 <Reference Include="Go"> 43 <HintPath>..\Source\Gold\Bin\Debug\Windows\i386\Go.fx</HintPath> 44 </Reference> 45 </ItemGroup> 46 <ItemGroup> 47 <Compile Include="Program.go" /> 48 </ItemGroup> 49 <ItemGroup> 50 <Folder Include="Properties\" /> 51 </ItemGroup> 52 <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.Island.Windows.targets" /> 53 <Import Project="GoldLibrary.Tests.Shared.projitems" Label="Shared" /> 54 </Project>