github.com/remobjects/goldbaselibrary@v0.0.0-20230924164425-d458680a936b/Source/Gold/Gold.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>{1589467E-2C45-4FD0-B0BA-F09FBAEC2E2B}</ProjectGuid>
     6      <OutputType>Library</OutputType>
     7      <AssemblyName>Go</AssemblyName>
     8      <SuppressWarnings>H0;W63;W3;H10;H11;H7;H8;H6;H14;H16</SuppressWarnings>
     9      <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
    10      <AllowUnsafeCode>True</AllowUnsafeCode>
    11      <TargetFramework>.NETFramework4.8</TargetFramework>
    12      <RootNamespace>go</RootNamespace>
    13      <DefaultGlobalsToPublic>True</DefaultGlobalsToPublic>
    14    </PropertyGroup>
    15    <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    16      <Optimize>False</Optimize>
    17      <OutputPath>.\Bin\Debug</OutputPath>
    18      <DefineConstants>DEBUG;TRACE;math_big_pure_go</DefineConstants>
    19      <GeneratePDB>True</GeneratePDB>
    20      <GenerateMDB>True</GenerateMDB>
    21      <EnableAsserts>True</EnableAsserts>
    22      <CpuType>anycpu</CpuType>
    23      <RuntimeVersion>v25</RuntimeVersion>
    24      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    25      <GenerateDebugInfo>True</GenerateDebugInfo>
    26    </PropertyGroup>
    27    <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    28      <DefineConstants>math_big_pure_go</DefineConstants>
    29      <OutputPath>.\Bin\Release</OutputPath>
    30      <CpuType>anycpu</CpuType>
    31      <RuntimeVersion>v25</RuntimeVersion>
    32      <EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
    33    </PropertyGroup>
    34    <PropertyGroup Condition=" '$(Target)' == 'Echoes' ">
    35      <Mode>Echoes</Mode>
    36    </PropertyGroup>
    37    <PropertyGroup Condition=" '$(Target)' == 'Echoes.Standard' ">
    38      <Mode>Echoes</Mode>
    39      <TargetFramework>.NETStandard2.0</TargetFramework>
    40    </PropertyGroup>
    41    <PropertyGroup Condition=" '$(Target)' == 'Island.Windows' ">
    42      <Mode>Island</Mode>
    43      <SubMode>Windows</SubMode>
    44      <OutputType>StaticLibrary</OutputType>
    45    </PropertyGroup>
    46    <PropertyGroup Condition=" '$(Target)' == 'Island.Linux' ">
    47      <Mode>Island</Mode>
    48      <SubMode>Linux</SubMode>
    49      <Architecture>x86_64</Architecture>
    50      <OutputType>StaticLibrary</OutputType>
    51    </PropertyGroup>
    52    <PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.macOS' ">
    53      <Mode>Island</Mode>
    54      <SubMode>Darwin</SubMode>
    55      <SDK>macOS</SDK>
    56      <DefineConstants>POSIX;math_big_pure_go</DefineConstants>
    57      <OutputType>StaticLibrary</OutputType>
    58      <Architecture>arm64;x86_64</Architecture>
    59    </PropertyGroup>
    60    <PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.iOS' ">
    61      <Mode>Island</Mode>
    62      <SubMode>Darwin</SubMode>
    63      <SDK>iOS</SDK>
    64      <DefineConstants>POSIX;math_big_pure_go</DefineConstants>
    65      <OutputType>StaticLibrary</OutputType>
    66      <SupportUIKitForMac>True</SupportUIKitForMac>
    67    </PropertyGroup>
    68    <PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.tvOS' ">
    69      <Mode>Island</Mode>
    70      <SubMode>Darwin</SubMode>
    71      <SDK>tvOS</SDK>
    72      <DefineConstants>POSIX;math_big_pure_go</DefineConstants>
    73      <OutputType>StaticLibrary</OutputType>
    74    </PropertyGroup>
    75    <PropertyGroup Condition=" '$(Target)' == 'Island.Darwin.watchOS' ">
    76      <Mode>Island</Mode>
    77      <SubMode>Darwin</SubMode>
    78      <SDK>watchOS</SDK>
    79      <DefineConstants>POSIX;math_big_pure_go</DefineConstants>
    80      <OutputType>StaticLibrary</OutputType>
    81    </PropertyGroup>
    82    <PropertyGroup Condition=" '$(Target)' == 'Island.Android' ">
    83      <Mode>Island</Mode>
    84      <SubMode>Android</SubMode>
    85      <DefineConstants>POSIX;math_big_pure_go</DefineConstants>
    86      <OutputType>StaticLibrary</OutputType>
    87    </PropertyGroup>
    88    <ItemGroup>
    89      <ProjectReference Include="..\GoldAspect\GoldAspect.elements">
    90        <HintPath>..\GoldAspect\Bin\Debug\GoldAspect.dll</HintPath>
    91        <Project>{631D3965-3D71-4DFD-9864-EBF841EA6192}</Project>
    92        <ProjectFile>..\GoldAspect\GoldAspect.elements</ProjectFile>
    93        <Private>True</Private>
    94      </ProjectReference>
    95    </ItemGroup>
    96    <ItemGroup>
    97      <None Include="fmt.pas" />
    98      <Compile Include="Gold.pas" />
    99      <Compile Include="Properties\AssemblyInfo.pas" />
   100      <Compile Include="Gold.Channels.Echoes.pas" />
   101      <Compile Include="Reflect.pas" />
   102      <Compile Include="Aliases.pas" />
   103      <Compile Include="Partials.pas" />
   104      <Compile Include="database\sql\convert.go">
   105        <SubType>Content</SubType>
   106      </Compile>
   107      <Compile Include="database\sql\ctxutil.go">
   108        <SubType>Content</SubType>
   109      </Compile>
   110      <Compile Include="database\sql\driver\driver.go">
   111        <SubType>Content</SubType>
   112      </Compile>
   113      <Compile Include="database\sql\driver\types.go">
   114        <SubType>Content</SubType>
   115      </Compile>
   116      <Compile Include="database\sql\sql.go">
   117        <SubType>Content</SubType>
   118      </Compile>
   119      <Compile Include="context\context.go" />
   120      <Compile Include="errors\errors.go" />
   121      <Compile Include="unicode\casetables.go" />
   122      <Compile Include="unicode\digit.go" />
   123      <Compile Include="unicode\graphic.go" />
   124      <Compile Include="unicode\letter.go" />
   125      <Compile Include="unicode\tables.go" />
   126      <Compile Include="io\io.go" />
   127      <Compile Include="io\multi.go" />
   128      <Compile Include="io\pipe.go" />
   129      <Compile Include="sync.atomic.pas" />
   130      <Compile Include="Unicode.UTF-8.pas" />
   131      <Compile Include="Runtime.pas" />
   132      <Compile Include="Sort.pas" />
   133      <Compile Include="strconv\atob.go" />
   134      <Compile Include="strconv\atof.go" />
   135      <Compile Include="strconv\atoi_elements.go" />
   136      <Compile Include="strconv\decimal.go" />
   137      <Compile Include="strconv\doc.go" />
   138      <Compile Include="strconv\extfloat.go" />
   139      <Compile Include="strconv\ftoa.go" />
   140      <Compile Include="strconv\isprint.go" />
   141      <Compile Include="strconv\itoa.go" />
   142      <Compile Include="strconv\quote.go" />
   143      <Compile Include="Sync.pas" />
   144      <Compile Include="os.cs" />
   145      <Compile Include="Math.pas" />
   146      <Compile Include="os.pas" />
   147      <Compile Include="math\bits\bits.go" />
   148      <Compile Include="math\bits\bits_tables.go" />
   149      <Compile Include="time\format.go" />
   150      <Compile Include="time\sleep.go" />
   151      <Compile Include="time\tick.go" />
   152      <Compile Include="time\time.go" />
   153      <Compile Include="time\zoneinfo.go" />
   154      <Compile Include="time\zoneinfo_read.go" />
   155      <None Include="time\zoneinfo_unix.go" />
   156      <Compile Include="archive\tar\common.go" />
   157      <Compile Include="archive\tar\format.go" />
   158      <Compile Include="archive\tar\reader.go" />
   159      <Compile Include="archive\tar\strconv.go" />
   160      <Compile Include="archive\tar\writer.go" />
   161      <Compile Include="archive\zip\reader.go" />
   162      <Compile Include="archive\zip\register.go" />
   163      <Compile Include="archive\zip\struct.go" />
   164      <Compile Include="archive\zip\writer.go" />
   165      <Compile Include="hash\hash.go" />
   166      <Compile Include="hash\adler32\adler32.go" />
   167      <Compile Include="hash\crc32\crc32.go" />
   168      <Compile Include="hash\crc32\crc32_generic.go" />
   169      <Compile Include="hash\crc32\crc32_otherarch.go" />
   170      <Compile Include="hash\crc64\crc64.go" />
   171      <Compile Include="hash\fnv\fnv.go" />
   172      <Compile Include="path\match.go" />
   173      <Compile Include="path\path.go" />
   174      <Compile Include="path\path.go" />
   175      <Compile Include="path\filepath\match.go" />
   176      <Compile Include="path\filepath\path.go" />
   177      <Compile Include="path\filepath\symlink.go" />
   178      <None Include="os\dir.go" />
   179      <Compile Include="os\env.go" />
   180      <Compile Include="os\error.go" />
   181      <None Include="os\exec.go" />
   182      <Compile Include="os\executable.go" />
   183      <None Include="os\file.go" />
   184      <None Include="os\getwd.go" />
   185      <Compile Include="os\path.go" />
   186      <None Include="os\proc.go" />
   187      <Compile Include="os\stat.go" />
   188      <Compile Include="os\str.go" />
   189      <Compile Include="os\sys.go" />
   190      <None Include="os\types.go" />
   191      <Compile Include="strings\compare.go" />
   192      <Compile Include="strings\reader.go" />
   193      <Compile Include="strings\replace.go" />
   194      <Compile Include="strings\search.go" />
   195      <Compile Include="strings\strings.go" />
   196      <None Include="io\ioutil\ioutil.go" />
   197      <None Include="io\ioutil\tempfile.go" />
   198      <Compile Include="flag\flag.go" />
   199      <Compile Include="compress\bzip2\bit_reader.go" />
   200      <Compile Include="compress\bzip2\bzip2.go" />
   201      <Compile Include="compress\bzip2\huffman.go" />
   202      <Compile Include="compress\bzip2\move_to_front.go" />
   203      <Compile Include="compress\flate\deflate.go" />
   204      <Compile Include="compress\flate\deflatefast.go" />
   205      <Compile Include="compress\flate\dict_decoder.go" />
   206      <Compile Include="compress\flate\huffman_bit_writer.go" />
   207      <Compile Include="compress\flate\huffman_code.go" />
   208      <Compile Include="compress\flate\inflate.go" />
   209      <Compile Include="compress\flate\token.go" />
   210      <Compile Include="compress\gzip\gunzip.go" />
   211      <Compile Include="compress\gzip\gzip.go" />
   212      <Compile Include="compress\lzw\reader.go" />
   213      <Compile Include="compress\lzw\writer.go" />
   214      <Compile Include="compress\zlib\reader.go" />
   215      <Compile Include="compress\zlib\writer.go" />
   216      <Compile Include="log\log.go" />
   217      <Compile Include="bufio\bufio.go" />
   218      <Compile Include="bufio\scan.go" />
   219      <Compile Include="bytes\buffer.go" />
   220      <Compile Include="bytes\bytes.go" />
   221      <Compile Include="bytes\reader.go" />
   222      <Compile Include="encoding\binary\binary.go" />
   223      <Compile Include="encoding\binary\varint.go" />
   224      <Compile Include="encoding\encoding.go" />
   225      <Compile Include="sort\search.go" />
   226      <Compile Include="sort\slice.go" />
   227      <Compile Include="sort\sort.go" />
   228      <Compile Include="sort\zfuncversion.go" />
   229      <Compile Include="container\heap\heap.go" />
   230      <Compile Include="container\list\list.go" />
   231      <Compile Include="container\ring\ring.go" />
   232      <Compile Include="expvar\expvar.go" />
   233      <Compile Include="index\suffixarray\qsufsort.go" />
   234      <Compile Include="index\suffixarray\suffixarray.go" />
   235      <Compile Include="regexp\backtrack.go" />
   236      <Compile Include="regexp\exec.go" />
   237      <Compile Include="regexp\onepass.go" />
   238      <Compile Include="regexp\regexp.go" />
   239      <Compile Include="regexp\syntax\compile.go" />
   240      <Compile Include="regexp\syntax\doc.go" />
   241      <Compile Include="regexp\syntax\op_string.go" />
   242      <Compile Include="regexp\syntax\parse.go" />
   243      <Compile Include="regexp\syntax\perl_groups.go" />
   244      <Compile Include="regexp\syntax\prog.go" />
   245      <Compile Include="regexp\syntax\regexp.go" />
   246      <Compile Include="regexp\syntax\simplify.go" />
   247      <Compile Include="text\scanner\scanner.go" />
   248      <Compile Include="text\tabwriter\tabwriter.go" />
   249      <Compile Include="text\template\doc.go" />
   250      <Compile Include="text\template\exec.go" />
   251      <Compile Include="text\template\funcs.go" />
   252      <Compile Include="text\template\helper.go" />
   253      <Compile Include="text\template\option.go" />
   254      <Compile Include="text\template\template.go" />
   255      <Compile Include="text\template\parse\lex.go" />
   256      <Compile Include="text\template\parse\node.go" />
   257      <Compile Include="text\template\parse\parse.go" />
   258      <Compile Include="net\url\url.go" />
   259      <Compile Include="html\entity.go" />
   260      <Compile Include="html\escape.go" />
   261      <Compile Include="html\template\attr.go" />
   262      <Compile Include="html\template\attr_string.go" />
   263      <Compile Include="html\template\content.go" />
   264      <Compile Include="html\template\context.go" />
   265      <Compile Include="html\template\css.go" />
   266      <Compile Include="html\template\delim_string.go" />
   267      <Compile Include="html\template\doc.go" />
   268      <Compile Include="html\template\element_string.go" />
   269      <Compile Include="html\template\error.go" />
   270      <Compile Include="html\template\escape.go" />
   271      <Compile Include="html\template\html.go" />
   272      <Compile Include="html\template\js.go" />
   273      <Compile Include="html\template\jsctx_string.go" />
   274      <Compile Include="html\template\state_string.go" />
   275      <Compile Include="html\template\template.go" />
   276      <Compile Include="html\template\transition.go" />
   277      <Compile Include="html\template\url.go" />
   278      <Compile Include="html\template\urlpart_string.go" />
   279      <Compile Include="encoding\json\decode.go" />
   280      <Compile Include="encoding\json\encode.go" />
   281      <Compile Include="encoding\json\fold.go" />
   282      <Compile Include="encoding\json\indent.go" />
   283      <Compile Include="encoding\json\scanner.go" />
   284      <Compile Include="encoding\json\stream.go" />
   285      <Compile Include="encoding\json\tables.go" />
   286      <Compile Include="encoding\json\tags.go" />
   287      <Compile Include="encoding\base64\base64.go" />
   288      <Compile Include="unicode\utf16\utf16.go" />
   289      <Compile Include="image\format.go" />
   290      <Compile Include="image\geom.go" />
   291      <Compile Include="image\image.go" />
   292      <Compile Include="image\names.go" />
   293      <Compile Include="image\ycbcr.go" />
   294      <Compile Include="image\color\palette\palette.go" />
   295      <Compile Include="image\color\color.go" />
   296      <Compile Include="image\color\ycbcr.go" />
   297      <Compile Include="image\draw\draw.go" />
   298      <Compile Include="image\internal\imageutil\impl.go" />
   299      <Compile Include="image\jpeg\fdct.go" />
   300      <Compile Include="image\jpeg\huffman.go" />
   301      <Compile Include="image\jpeg\idct.go" />
   302      <Compile Include="image\jpeg\reader.go" />
   303      <Compile Include="image\jpeg\scan.go" />
   304      <Compile Include="image\jpeg\writer.go" />
   305      <Compile Include="image\png\paeth.go" />
   306      <Compile Include="image\png\reader.go" />
   307      <Compile Include="image\png\writer.go" />
   308      <Compile Include="net\textproto\header.go" />
   309      <Compile Include="net\textproto\pipeline.go" />
   310      <Compile Include="net\textproto\reader.go" />
   311      <Compile Include="net\textproto\textproto.go" />
   312      <Compile Include="net\textproto\writer.go" />
   313      <Compile Include="net\smtp\auth.go" />
   314      <Compile Include="net\smtp\smtp.go" />
   315      <Compile Include="net\mail\message.go" />
   316      <Compile Include="net\http\client_elements.go" />
   317      <Compile Include="net\http\cookie.go" />
   318      <Compile Include="net\http\doc.go" />
   319      <Compile Include="net\http\filetransport.go" />
   320      <Compile Include="net\http\fs.go" />
   321      <Compile Include="net\http\h2_bundle.go" />
   322      <Compile Include="net\http\header.go" />
   323      <Compile Include="net\http\http.go" />
   324      <Compile Include="net\http\jar.go" />
   325      <Compile Include="net\http\method.go" />
   326      <Compile Include="net\http\request.go" />
   327      <Compile Include="net\http\response.go" />
   328      <Compile Include="net\http\roundtrip.go" />
   329      <Compile Include="net\http\server.go" />
   330      <Compile Include="net\http\sniff.go" />
   331      <Compile Include="net\http\socks_bundle.go" />
   332      <Compile Include="net\http\status.go" />
   333      <Compile Include="net\http\transfer.go" />
   334      <Compile Include="net\http\transport.go" />
   335      <Compile Include="net\http\cgi\child.go" />
   336      <Compile Include="net\http\cgi\host.go" />
   337      <Compile Include="net\http\cookiejar\jar.go" />
   338      <Compile Include="net\http\cookiejar\punycode.go" />
   339      <Compile Include="net\http\fcgi\child.go" />
   340      <Compile Include="net\http\fcgi\fcgi.go" />
   341      <Compile Include="net\http\httptest\httptest.go" />
   342      <Compile Include="net\http\httptest\recorder.go" />
   343      <Compile Include="net\http\httptest\server.go" />
   344      <Compile Include="net\http\httptrace\trace.go" />
   345      <Compile Include="net\http\httputil\dump.go" />
   346      <Compile Include="net\http\httputil\httputil.go" />
   347      <Compile Include="net\http\httputil\persist.go" />
   348      <Compile Include="net\http\httputil\reverseproxy.go" />
   349      <Compile Include="net\http\internal\chunked.go" />
   350      <Compile Include="net\http\internal\testcert.go" />
   351      <None Include="net\http\pprof\pprof.go" />
   352      <None Include="net\addrselect.go" />
   353      <None Include="net\conf.go" />
   354      <None Include="net\dial.go" />
   355      <None Include="net\dnsclient.go" />
   356      <None Include="net\file.go" />
   357      <None Include="net\hook.go" />
   358      <None Include="net\hosts.go" />
   359      <None Include="net\interface.go" />
   360      <Compile Include="net\ip.go" />
   361      <None Include="net\iprawsock.go" />
   362      <Compile Include="net\ipsock.go" />
   363      <None Include="net\lookup.go" />
   364      <Compile Include="net\mac.go" />
   365      <None Include="net\net.go" />
   366      <None Include="net\nss.go" />
   367      <Compile Include="net\parse.go" />
   368      <None Include="net\pipe.go" />
   369      <None Include="net\port.go" />
   370      <None Include="net\rawconn.go" />
   371      <None Include="net\tcpsock.go" />
   372      <None Include="net\udpsock.go" />
   373      <None Include="net\unixsock.go" />
   374      <None Include="crypto\aes\aes_gcm.go" />
   375      <Compile Include="crypto\aes\block.go" />
   376      <Compile Include="crypto\aes\cipher.go" />
   377      <Compile Include="crypto\aes\cipher_generic.go" />
   378      <Compile Include="crypto\aes\const.go" />
   379      <Compile Include="crypto\aes\modes.go" />
   380      <Compile Include="crypto\cipher\cbc.go" />
   381      <Compile Include="crypto\cipher\cfb.go" />
   382      <Compile Include="crypto\cipher\cipher.go" />
   383      <Compile Include="crypto\cipher\ctr.go" />
   384      <Compile Include="crypto\cipher\gcm.go" />
   385      <Compile Include="crypto\cipher\io.go" />
   386      <Compile Include="crypto\cipher\ofb.go" />
   387      <Compile Include="crypto\des\block.go" />
   388      <Compile Include="crypto\des\cipher.go" />
   389      <Compile Include="crypto\des\const.go" />
   390      <Compile Include="crypto\dsa\dsa.go" />
   391      <Compile Include="crypto\ecdsa\ecdsa.go" />
   392      <Compile Include="crypto\elliptic\elliptic.go" />
   393      <Compile Include="crypto\elliptic\p224.go" />
   394      <Compile Include="crypto\elliptic\p256_elements.go" />
   395      <Compile Include="crypto\elliptic\p256_generic.go" />
   396      <Compile Include="crypto\hmac\hmac.go" />
   397      <Compile Include="crypto\internal\randutil\randutil.go" />
   398      <Compile Include="crypto\md5\md5.go" />
   399      <Compile Include="crypto\md5\md5block_decl.go" />
   400      <Compile Include="crypto\md5\md5block_generic.go" />
   401      <Compile Include="crypto\rand\rand.go" />
   402      <Compile Include="crypto\rand\util.go" />
   403      <Compile Include="crypto\rc4\rc4.go" />
   404      <Compile Include="crypto\rsa\pkcs1v15.go" />
   405      <Compile Include="crypto\rsa\pss.go" />
   406      <Compile Include="crypto\rsa\rsa.go" />
   407      <Compile Include="crypto\sha1\sha1.go" />
   408      <Compile Include="crypto\sha1\sha1block.go" />
   409      <Compile Include="crypto\sha1\sha1block_decl.go" />
   410      <Compile Include="crypto\sha1\sha1block_generic.go" />
   411      <Compile Include="crypto\sha256\sha256.go" />
   412      <Compile Include="crypto\sha256\sha256block.go" />
   413      <Compile Include="crypto\sha256\sha256block_decl.go" />
   414      <Compile Include="crypto\sha256\sha256block_generic.go" />
   415      <Compile Include="crypto\sha512\sha512.go" />
   416      <Compile Include="crypto\sha512\sha512block.go" />
   417      <Compile Include="crypto\sha512\sha512block_decl.go" />
   418      <Compile Include="crypto\sha512\sha512block_generic.go" />
   419      <Compile Include="crypto\subtle\constant_time.go" />
   420      <Compile Include="crypto\tls\alert.go" />
   421      <Compile Include="crypto\tls\auth.go" />
   422      <Compile Include="crypto\tls\cipher_suites.go" />
   423      <Compile Include="crypto\tls\common.go" />
   424      <Compile Include="crypto\tls\conn.go" />
   425      <Compile Include="crypto\tls\generate_cert.go" />
   426      <Compile Include="crypto\tls\handshake_client.go" />
   427      <Compile Include="crypto\tls\handshake_messages.go" />
   428      <Compile Include="crypto\tls\handshake_server.go" />
   429      <Compile Include="crypto\tls\key_agreement.go" />
   430      <Compile Include="crypto\tls\prf.go" />
   431      <Compile Include="crypto\tls\ticket.go" />
   432      <Compile Include="crypto\tls\tls.go" />
   433      <Compile Include="crypto\x509\cert_pool.go" />
   434      <Compile Include="crypto\x509\pem_decrypt.go" />
   435      <Compile Include="crypto\x509\pkcs1.go" />
   436      <Compile Include="crypto\x509\pkcs8.go" />
   437      <Compile Include="crypto\x509\root.go" />
   438      <Compile Include="crypto\x509\sec1.go" />
   439      <Compile Include="crypto\x509\verify.go" />
   440      <Compile Include="crypto\x509\x509.go" />
   441      <Compile Include="crypto\x509\pkix\pkix.go" />
   442      <Compile Include="math\big\accuracy_string.go" />
   443      <Compile Include="math\big\arith.go" />
   444      <Compile Include="math\big\arith_decl.go" />
   445      <Compile Include="math\big\arith_decl_pure.go" />
   446      <Compile Include="math\big\decimal.go" />
   447      <Compile Include="math\big\doc.go" />
   448      <Compile Include="math\big\float.go" />
   449      <Compile Include="math\big\floatconv.go" />
   450      <Compile Include="math\big\floatmarsh.go" />
   451      <Compile Include="math\big\ftoa.go" />
   452      <Compile Include="math\big\int.go" />
   453      <Compile Include="math\big\intconv.go" />
   454      <Compile Include="math\big\intmarsh.go" />
   455      <Compile Include="math\big\nat_elements.go" />
   456      <Compile Include="math\big\natconv.go" />
   457      <Compile Include="math\big\prime.go" />
   458      <Compile Include="math\big\rat.go" />
   459      <Compile Include="math\big\ratconv.go" />
   460      <Compile Include="math\big\ratmarsh.go" />
   461      <Compile Include="math\big\roundingmode_string.go" />
   462      <Compile Include="math\big\sqrt.go" />
   463      <Compile Include="math\rand\exp.go" />
   464      <None Include="math\rand\gen_cooked.go" />
   465      <Compile Include="math\rand\a_renamed_rng.go" />
   466      <Compile Include="math\rand\normal.go" />
   467      <Compile Include="math\rand\rand.go" />
   468      <Compile Include="math\rand\zipf.go" />
   469      <Compile Include="encoding\asn1\asn1.go" />
   470      <Compile Include="encoding\asn1\common.go" />
   471      <Compile Include="encoding\asn1\marshal.go" />
   472      <Compile Include="crypto\crypto.go" />
   473      <Compile Include="golang.org\x\net\http2\hpack\encode.go" />
   474      <Compile Include="golang.org\x\net\http2\hpack\hpack.go" />
   475      <Compile Include="golang.org\x\net\http2\hpack\huffman.go" />
   476      <Compile Include="golang.org\x\net\http2\hpack\tables.go" />
   477      <Compile Include="mime\encodedword.go" />
   478      <Compile Include="mime\grammar.go" />
   479      <Compile Include="mime\mediatype.go" />
   480      <Compile Include="mime\type.go" />
   481      <Compile Include="mime\multipart\formdata.go" />
   482      <Compile Include="mime\multipart\multipart.go" />
   483      <Compile Include="mime\multipart\writer.go" />
   484      <Compile Include="mime\quotedprintable\reader.go" />
   485      <Compile Include="mime\quotedprintable\writer.go" />
   486      <Compile Include="encoding\pem\pem.go" />
   487      <Compile Include="fmt\doc.go" />
   488      <Compile Include="fmt\format.go" />
   489      <Compile Include="fmt\print.go" />
   490      <Compile Include="fmt\scan.go" />
   491      <Compile Include="internal\singleflight\singleflight.go" />
   492      <None Include="net\dnsconfig_unix.go" />
   493      <Compile Include="runtime\trace\annotation.go" />
   494      <Compile Include="runtime\trace\trace.go" />
   495      <None Include="net\interface_stub.go" />
   496      <Compile Include="golang.org\x\crypto\curve25519\curve25519.go" />
   497      <Compile Include="golang.org\x\crypto\curve25519\doc.go" />
   498      <Compile Include="golang.org\x\net\http\httpguts\guts.go" />
   499      <Compile Include="golang.org\x\net\http\httpguts\httplex.go" />
   500      <Compile Include="golang.org\x\net\idna\idna.go" />
   501      <Compile Include="golang.org\x\net\idna\punycode.go" />
   502      <Compile Include="golang.org\x\net\idna\tables.go" />
   503      <Compile Include="golang.org\x\net\idna\trie.go" />
   504      <Compile Include="golang.org\x\net\idna\trieval.go" />
   505      <Compile Include="golang.org\x\text\unicode\bidi\bidi.go" />
   506      <Compile Include="golang.org\x\text\unicode\bidi\bracket.go" />
   507      <Compile Include="golang.org\x\text\unicode\bidi\core.go" />
   508      <Compile Include="golang.org\x\text\unicode\bidi\prop.go" />
   509      <Compile Include="golang.org\x\text\unicode\bidi\tables.go" />
   510      <Compile Include="golang.org\x\text\unicode\bidi\trieval.go" />
   511      <Compile Include="golang.org\x\text\unicode\norm\composition.go" />
   512      <Compile Include="golang.org\x\text\unicode\norm\forminfo.go" />
   513      <Compile Include="golang.org\x\text\unicode\norm\input.go" />
   514      <Compile Include="golang.org\x\text\unicode\norm\iter.go" />
   515      <Compile Include="golang.org\x\text\unicode\norm\normalize.go" />
   516      <Compile Include="golang.org\x\text\unicode\norm\readwriter.go" />
   517      <Compile Include="golang.org\x\text\unicode\norm\tables.go" />
   518      <Compile Include="golang.org\x\text\unicode\norm\transform.go" />
   519      <Compile Include="golang.org\x\text\unicode\norm\trie.go" />
   520      <Compile Include="golang.org\x\text\unicode\norm\triegen.go" />
   521      <Compile Include="golang.org\x\text\transform\transform.go" />
   522      <Compile Include="golang.org\x\text\secure\bidirule\bidirule.go" />
   523      <Compile Include="syscall\net.go" />
   524      <Compile Include="Net.pas" />
   525      <Compile Include="encoding\hex\hex.go" />
   526      <Compile Include="golang.org\x\crypto\cryptobyte\asn1.go" />
   527      <Compile Include="golang.org\x\crypto\cryptobyte\builder.go" />
   528      <Compile Include="golang.org\x\crypto\cryptobyte\string.go" />
   529      <Compile Include="golang.org\x\crypto\cryptobyte\asn1\asn1.go" />
   530      <Compile Include="golang.org\x\crypto\chacha20poly1305\chacha20poly1305.go" />
   531      <Compile Include="golang.org\x\crypto\chacha20poly1305\chacha20poly1305_generic.go" />
   532      <Compile Include="golang.org\x\crypto\chacha20poly1305\chacha20poly1305_noasm.go" />
   533      <Compile Include="golang.org\x\crypto\poly1305\poly1305.go" />
   534      <Compile Include="golang.org\x\crypto\poly1305\sum_noasm.go" />
   535      <Compile Include="golang.org\x\crypto\poly1305\sum_ref.go" />
   536      <Compile Include="golang.org\x\crypto\internal\chacha20\chacha_generic.go" />
   537      <Compile Include="golang.org\x\crypto\internal\chacha20\chacha_noasm.go" />
   538      <Compile Include="golang.org\x\crypto\internal\chacha20\xor.go" />
   539      <Compile Include="internal\cpu\cpu.go" />
   540      <Compile Include="golang.org\x\net\http\httpproxy\proxy.go" />
   541      <Compile Include="crypto\md5\md5block_elements.go" />
   542      <Compile Include="internal\nettrace\nettrace.go" />
   543      <Compile Include="crypto\cipher\xor_elements.go" />
   544      <Compile Include="Complex.pas" />
   545      <Compile Include="math\cmplx\abs.go" />
   546      <Compile Include="math\cmplx\asin.go" />
   547      <Compile Include="math\cmplx\conj.go" />
   548      <Compile Include="math\cmplx\exp.go" />
   549      <Compile Include="math\cmplx\isinf.go" />
   550      <Compile Include="math\cmplx\isnan.go" />
   551      <Compile Include="math\cmplx\log.go" />
   552      <Compile Include="math\cmplx\phase.go" />
   553      <Compile Include="math\cmplx\polar.go" />
   554      <Compile Include="math\cmplx\pow.go" />
   555      <Compile Include="math\cmplx\rect.go" />
   556      <Compile Include="math\cmplx\sin.go" />
   557      <Compile Include="math\cmplx\sqrt.go" />
   558      <Compile Include="math\cmplx\tan.go" />
   559      <Compile Include="crypto.rand.pas" />
   560      <Compile Include="string.pas" />
   561      <Compile Include="Partials.cs" />
   562      <Compile Include="Math.cs" />
   563      <Compile Include="encoding\xml\marshal.go" />
   564      <Compile Include="encoding\xml\read.go" />
   565      <Compile Include="encoding\xml\typeinfo.go" />
   566      <Compile Include="encoding\xml\xml.go" />
   567      <Compile Include="crypto\x509\root_linux.go" />
   568      <Compile Include="crypto\x509\root_unix.go" />
   569      <Compile Include="crypto\x509\root_darwin.go" />
   570      <Compile Include="golang.org\x\net\bpf\asm.go" />
   571      <Compile Include="golang.org\x\net\bpf\constants.go" />
   572      <Compile Include="golang.org\x\net\bpf\instructions.go" />
   573      <Compile Include="golang.org\x\net\bpf\setter.go" />
   574      <Compile Include="golang.org\x\net\bpf\vm.go" />
   575      <Compile Include="golang.org\x\net\bpf\vm_instructions.go" />
   576      <Compile Include="golang.org\x\net\context\context.go" />
   577      <Compile Include="golang.org\x\net\context\go19.go" />
   578      <Compile Include="golang.org\x\net\context\pre_go19.go" />
   579      <Compile Include="golang.org\x\net\context\ctxhttp\ctxhttp.go" />
   580      <Compile Include="golang.org\x\net\dict\dict.go" />
   581      <Compile Include="golang.org\x\net\dns\dnsmessage\message.go" />
   582      <Compile Include="golang.org\x\net\html\const.go" />
   583      <Compile Include="golang.org\x\net\html\doc.go" />
   584      <Compile Include="golang.org\x\net\html\doctype.go" />
   585      <Compile Include="golang.org\x\net\html\entity.go" />
   586      <Compile Include="golang.org\x\net\html\escape.go" />
   587      <Compile Include="golang.org\x\net\html\foreign.go" />
   588      <Compile Include="golang.org\x\net\html\node.go" />
   589      <Compile Include="golang.org\x\net\html\parse.go" />
   590      <Compile Include="golang.org\x\net\html\render.go" />
   591      <Compile Include="golang.org\x\net\html\token.go" />
   592      <Compile Include="golang.org\x\net\html\atom\atom.go" />
   593      <Compile Include="golang.org\x\net\html\atom\table.go" />
   594      <Compile Include="golang.org\x\net\html\charset\charset.go" />
   595      <Compile Include="golang.org\x\net\websocket\client.go" />
   596      <Compile Include="golang.org\x\net\websocket\dial.go" />
   597      <Compile Include="golang.org\x\net\websocket\hybi.go" />
   598      <Compile Include="golang.org\x\net\websocket\server.go" />
   599      <Compile Include="golang.org\x\net\websocket\websocket.go" />
   600      <Compile Include="golang.org\x\net\xsrftoken\xsrf.go" />
   601      <Compile Include="golang.org\x\net\webdav\file.go" />
   602      <Compile Include="golang.org\x\net\webdav\if.go" />
   603      <Compile Include="golang.org\x\net\webdav\lock.go" />
   604      <Compile Include="golang.org\x\net\webdav\prop.go" />
   605      <Compile Include="golang.org\x\net\webdav\webdav.go" />
   606      <Compile Include="golang.org\x\net\webdav\xml.go" />
   607      <Compile Include="golang.org\x\net\webdav\internal\xml\marshal.go" />
   608      <Compile Include="golang.org\x\net\webdav\internal\xml\read.go" />
   609      <Compile Include="golang.org\x\net\webdav\internal\xml\typeinfo.go" />
   610      <Compile Include="golang.org\x\net\webdav\internal\xml\xml.go" />
   611      <Compile Include="golang.org\x\net\proxy\dial.go" />
   612      <Compile Include="golang.org\x\net\proxy\direct.go" />
   613      <Compile Include="golang.org\x\net\proxy\per_host.go" />
   614      <Compile Include="golang.org\x\net\proxy\proxy.go" />
   615      <Compile Include="golang.org\x\net\proxy\socks5.go" />
   616      <Compile Include="golang.org\x\text\encoding\charmap\charmap.go" />
   617      <Compile Include="golang.org\x\text\encoding\charmap\tables.go" />
   618      <Compile Include="golang.org\x\text\encoding\htmlindex\htmlindex.go" />
   619      <Compile Include="golang.org\x\text\encoding\htmlindex\map.go" />
   620      <Compile Include="golang.org\x\text\encoding\htmlindex\tables.go" />
   621      <Compile Include="golang.org\x\text\encoding\internal\identifier\identifier.go" />
   622      <Compile Include="golang.org\x\text\encoding\internal\identifier\mib.go" />
   623      <Compile Include="golang.org\x\text\secure\bidirule\bidirule9.0.0.go" />
   624      <Compile Include="golang.org\x\text\secure\bidirule\bidirule10.0.0.go" />
   625      <Compile Include="golang.org\x\text\encoding\encoding.go" />
   626      <Compile Include="golang.org\x\text\encoding\japanese\all.go" />
   627      <Compile Include="golang.org\x\text\encoding\japanese\eucjp.go" />
   628      <Compile Include="golang.org\x\text\encoding\japanese\iso2022jp.go" />
   629      <Compile Include="golang.org\x\text\encoding\japanese\shiftjis.go" />
   630      <Compile Include="golang.org\x\text\encoding\japanese\tables.go" />
   631      <Compile Include="golang.org\x\text\encoding\korean\euckr.go" />
   632      <Compile Include="golang.org\x\text\encoding\korean\maketables.go" />
   633      <Compile Include="golang.org\x\text\encoding\korean\tables.go" />
   634      <Compile Include="golang.org\x\text\encoding\simplifiedchinese\all.go" />
   635      <Compile Include="golang.org\x\text\encoding\simplifiedchinese\gbk.go" />
   636      <Compile Include="golang.org\x\text\encoding\simplifiedchinese\tables.go" />
   637      <Compile Include="golang.org\x\text\encoding\traditionalchinese\big5.go" />
   638      <Compile Include="golang.org\x\text\encoding\traditionalchinese\maketables.go" />
   639      <Compile Include="golang.org\x\text\encoding\traditionalchinese\tables.go" />
   640      <Compile Include="golang.org\x\text\encoding\internal\internal.go" />
   641      <Compile Include="golang.org\x\text\language\coverage.go" />
   642      <Compile Include="golang.org\x\text\language\language.go" />
   643      <Compile Include="golang.org\x\text\language\match.go" />
   644      <Compile Include="golang.org\x\text\language\parse.go" />
   645      <Compile Include="golang.org\x\text\language\tables.go" />
   646      <Compile Include="golang.org\x\text\language\tags.go" />
   647      <Compile Include="golang.org\x\text\internal\language\common.go" />
   648      <Compile Include="golang.org\x\text\internal\language\compact.go" />
   649      <Compile Include="golang.org\x\text\internal\language\compose.go" />
   650      <Compile Include="golang.org\x\text\internal\language\coverage.go" />
   651      <Compile Include="golang.org\x\text\internal\language\language.go" />
   652      <Compile Include="golang.org\x\text\internal\language\lookup.go" />
   653      <Compile Include="golang.org\x\text\internal\language\match.go" />
   654      <Compile Include="golang.org\x\text\internal\language\parse.go" />
   655      <Compile Include="golang.org\x\text\internal\language\tables.go" />
   656      <Compile Include="golang.org\x\text\internal\language\tags.go" />
   657      <Compile Include="golang.org\x\text\internal\language\compact\compact.go" />
   658      <Compile Include="golang.org\x\text\internal\language\compact\language.go" />
   659      <Compile Include="golang.org\x\text\internal\language\compact\parents.go" />
   660      <Compile Include="golang.org\x\text\internal\language\compact\tables.go" />
   661      <Compile Include="golang.org\x\text\internal\language\compact\tags.go" />
   662      <Compile Include="golang.org\x\text\internal\tag\tag.go" />
   663      <Compile Include="golang.org\x\text\encoding\unicode\override.go" />
   664      <Compile Include="golang.org\x\text\encoding\unicode\unicode.go" />
   665      <Compile Include="golang.org\x\text\encoding\unicode\utf32\utf32.go" />
   666      <Compile Include="golang.org\x\text\internal\utf8internal\utf8internal.go" />
   667      <Compile Include="golang.org\x\net\internal\socks\client.go" />
   668      <Compile Include="golang.org\x\net\internal\socks\socks.go" />
   669      <Compile Include="golang.org\x\text\encoding\simplifiedchinese\hzgb2312.go" />
   670      <Compile Include="golang.org\x\text\language\go1_2.go" />
   671      <Compile Include="golang.org\x\text\runes\cond.go" />
   672      <Compile Include="golang.org\x\text\runes\runes.go" />
   673      <Compile Include="golang.org\x\net\context\go17.go" />
   674      <Compile Include="crypto\x509\root_darwin_armx_elements.go" />
   675      <Compile Include="reflectlite.pas" />
   676      <Compile Include="internal\fmtsort\sort.go" />
   677      <Compile Include="fmt\errors.go" />
   678      <Compile Include="index\suffixarray\gen.go" />
   679      <Compile Include="index\suffixarray\sais.go" />
   680      <Compile Include="index\suffixarray\sais2.go" />
   681      <Compile Include="math\bits\bits_errors.go" />
   682      <Compile Include="internal\oserror\errors.go" />
   683      <Compile Include="os\error_errno.go" />
   684      <Compile Include="os\removeall_noat.go" />
   685      <Compile Include="sort\slice_go18_elements.go" />
   686      <Compile Include="net\http\clone.go" />
   687      <Compile Include="crypto\ed25519\ed25519.go" />
   688      <Compile Include="crypto\ed25519\internal\edwards25519\const.go" />
   689      <Compile Include="crypto\ed25519\internal\edwards25519\edwards25519.go" />
   690      <Compile Include="crypto\tls\handshake_client_tls13.go" />
   691      <Compile Include="crypto\tls\handshake_server_tls13.go" />
   692      <Compile Include="crypto\tls\key_schedule.go" />
   693      <Compile Include="golang.org\x\crypto\hkdf\hkdf.go" />
   694      <Compile Include="encoding\ascii85\ascii85.go" />
   695      <Compile Include="encoding\base32\base32.go" />
   696      <Compile Include="encoding\csv\fuzz.go" />
   697      <Compile Include="encoding\csv\reader.go" />
   698      <Compile Include="encoding\csv\writer.go" />
   699      <Compile Include="image\gif\reader.go" />
   700      <Compile Include="image\gif\writer.go" />
   701      <Compile Include="encoding\gob\debug.go" />
   702      <Compile Include="encoding\gob\dec_helpers.go" />
   703      <Compile Include="encoding\gob\decgen.go" />
   704      <Compile Include="encoding\gob\decode.go" />
   705      <Compile Include="encoding\gob\decoder.go" />
   706      <Compile Include="encoding\gob\doc.go" />
   707      <Compile Include="encoding\gob\dump.go" />
   708      <Compile Include="encoding\gob\enc_helpers.go" />
   709      <Compile Include="encoding\gob\encgen.go" />
   710      <Compile Include="encoding\gob\encode.go" />
   711      <Compile Include="encoding\gob\encoder.go" />
   712      <Compile Include="encoding\gob\error.go" />
   713      <Compile Include="encoding\gob\type.go" />
   714      <Compile Include="ast\ast.go" />
   715      <Compile Include="ast\commentmap.go" />
   716      <Compile Include="ast\filter.go" />
   717      <Compile Include="ast\import.go" />
   718      <Compile Include="ast\print.go" />
   719      <Compile Include="ast\resolve.go" />
   720      <Compile Include="ast\scope.go" />
   721      <Compile Include="ast\walk.go" />
   722      <Compile Include="parser\interface.go" />
   723      <Compile Include="parser\parser.go" />
   724      <Compile Include="printer\nodes.go" />
   725      <Compile Include="printer\printer.go" />
   726      <Compile Include="token\position.go" />
   727      <Compile Include="token\serialize.go" />
   728      <Compile Include="token\token.go" />
   729      <Compile Include="types\api.go" />
   730      <Compile Include="types\assignments.go" />
   731      <Compile Include="types\builtins.go" />
   732      <Compile Include="types\call.go" />
   733      <Compile Include="types\check.go" />
   734      <Compile Include="types\conversions.go" />
   735      <Compile Include="types\decl.go" />
   736      <Compile Include="types\errors.go" />
   737      <Compile Include="types\eval.go" />
   738      <Compile Include="types\expr.go" />
   739      <Compile Include="types\exprstring.go" />
   740      <Compile Include="types\gccgosizes.go" />
   741      <Compile Include="types\gotype.go" />
   742      <Compile Include="types\initorder.go" />
   743      <Compile Include="types\interfaces.go" />
   744      <Compile Include="types\labels.go" />
   745      <Compile Include="types\lookup.go" />
   746      <Compile Include="types\methodset.go" />
   747      <Compile Include="types\object.go" />
   748      <Compile Include="types\objset.go" />
   749      <Compile Include="types\operand.go" />
   750      <Compile Include="types\package.go" />
   751      <Compile Include="types\predicates.go" />
   752      <Compile Include="types\resolver.go" />
   753      <Compile Include="types\return.go" />
   754      <Compile Include="types\scope.go" />
   755      <Compile Include="types\selection.go" />
   756      <Compile Include="types\sizes.go" />
   757      <Compile Include="types\stmt.go" />
   758      <Compile Include="types\type.go" />
   759      <Compile Include="types\typestring.go" />
   760      <Compile Include="types\typexpr.go" />
   761      <Compile Include="types\universe.go" />
   762      <Compile Include="constant\value.go" />
   763      <Compile Include="scanner\errors.go" />
   764      <Compile Include="scanner\scanner.go" />
   765      <Compile Include="unsafe\unsafe.go" />
   766    </ItemGroup>
   767    <ItemGroup>
   768      <Folder Include="Properties\" />
   769    </ItemGroup>
   770    <ItemGroup Condition="'$(Target)' == 'Echoes'">
   771      <Reference Include="mscorlib" />
   772      <Reference Include="System" />
   773      <Reference Include="System.Core" />
   774      <Reference Include="Echoes" />
   775    </ItemGroup>
   776    <ItemGroup Condition="'$(Target)' == 'Echoes.Standard'">
   777      <Reference Include="Echoes" />
   778    </ItemGroup>
   779    <ItemGroup Condition="'$(Target)' == 'Island.Windows'">
   780      <Reference Include="rtl" />
   781      <Reference Include="gc" />
   782      <Reference Include="Island" />
   783    </ItemGroup>
   784    <ItemGroup Condition="'$(Target)' == 'Island.Linux'">
   785      <Reference Include="rtl" />
   786      <Reference Include="gc" />
   787      <Reference Include="Island" />
   788    </ItemGroup>
   789    <ItemGroup Condition="'$(Target)' == 'Island.Darwin.macOS'">
   790      <Reference Include="rtl" />
   791      <Reference Include="Foundation" />
   792      <Reference Include="Security" />
   793      <Reference Include="CoreFoundation" />
   794      <Reference Include="gc" />
   795      <Reference Include="Island" />
   796    </ItemGroup>
   797    <ItemGroup Condition="'$(Target)' == 'Island.Darwin.iOS'">
   798      <Reference Include="rtl" />
   799      <Reference Include="Foundation" />
   800      <Reference Include="CoreFoundation" />
   801      <Reference Include="gc" />
   802      <Reference Include="Island" />
   803      <Reference Include="Security" />
   804    </ItemGroup>
   805    <ItemGroup Condition="'$(Target)' == 'Island.Darwin.tvOS'">
   806      <Reference Include="rtl" />
   807      <Reference Include="Foundation" />
   808      <Reference Include="CoreFoundation" />
   809      <Reference Include="gc" />
   810      <Reference Include="Island" />
   811      <Reference Include="Security" />
   812    </ItemGroup>
   813    <ItemGroup Condition="'$(Target)' == 'Island.Darwin.watchOS'">
   814      <Reference Include="rtl" />
   815      <Reference Include="Foundation" />
   816      <Reference Include="CoreFoundation" />
   817      <Reference Include="gc" />
   818      <Reference Include="Island" />
   819      <Reference Include="Security" />
   820    </ItemGroup>
   821    <ItemGroup Condition="'$(Target)' == 'Island.Android'">
   822      <Reference Include="gc" />
   823      <Reference Include="Island" />
   824    </ItemGroup>
   825    <Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Elements\RemObjects.Elements.targets" />
   826  </Project>