代码拉取完成,页面将自动刷新
同步操作将从 NtripShare/anubis 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Inbetween|Win32">
<Configuration>Inbetween</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Inbetween|x64">
<Configuration>Inbetween</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{ae21721c-3076-4966-bac1-02832cd9b441}</ProjectGuid>
<RootNamespace>Anubis</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>NotSet</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>.\src;.\zlib-1.2.11;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|Win32'">
<LinkIncremental>
</LinkIncremental>
<IncludePath>.\src;.\zlib-1.2.11;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|Win32'">
<ClCompile>
<WarningLevel>Level1</WarningLevel>
<SDLCheck>false</SDLCheck>
<PreprocessorDefinitions>
</PreprocessorDefinitions>
<ConformanceMode>false</ConformanceMode>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<SupportJustMyCode>false</SupportJustMyCode>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>
</SubSystem>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
<ImageHasSafeExceptionHandlers>true</ImageHasSafeExceptionHandlers>
</Link>
<Manifest>
<OutputManifestFile />
</Manifest>
<ManifestResourceCompile>
<ResourceOutputFileName />
</ManifestResourceCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Inbetween|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="gnut-anubis.cpp" />
<ClCompile Include="newmat\bandmat.cpp" />
<ClCompile Include="newmat\cholesky.cpp" />
<ClCompile Include="newmat\evalue.cpp" />
<ClCompile Include="newmat\fft.cpp" />
<ClCompile Include="newmat\hholder.cpp" />
<ClCompile Include="newmat\jacobi.cpp" />
<ClCompile Include="newmat\myexcept.cpp" />
<ClCompile Include="newmat\newfft.cpp" />
<ClCompile Include="newmat\newmat1.cpp" />
<ClCompile Include="newmat\newmat2.cpp" />
<ClCompile Include="newmat\newmat3.cpp" />
<ClCompile Include="newmat\newmat4.cpp" />
<ClCompile Include="newmat\newmat5.cpp" />
<ClCompile Include="newmat\newmat6.cpp" />
<ClCompile Include="newmat\newmat7.cpp" />
<ClCompile Include="newmat\newmat8.cpp" />
<ClCompile Include="newmat\newmat9.cpp" />
<ClCompile Include="newmat\newmatex.cpp" />
<ClCompile Include="newmat\newmatrm.cpp" />
<ClCompile Include="newmat\nm_misc.cpp" />
<ClCompile Include="newmat\sort.cpp" />
<ClCompile Include="newmat\submat.cpp" />
<ClCompile Include="newmat\svd.cpp" />
<ClCompile Include="src\gall\gallbias.cpp" />
<ClCompile Include="src\gall\gallfltmat.cpp" />
<ClCompile Include="src\gall\gallnav.cpp" />
<ClCompile Include="src\gall\gallobj.cpp" />
<ClCompile Include="src\gall\gallobs.cpp" />
<ClCompile Include="src\gall\galloqc.cpp" />
<ClCompile Include="src\gall\gallotl.cpp" />
<ClCompile Include="src\gall\gallpar.cpp" />
<ClCompile Include="src\gall\gallpcv.cpp" />
<ClCompile Include="src\gall\gallprec.cpp" />
<ClCompile Include="src\gall\gallprod.cpp" />
<ClCompile Include="src\gall\gallrslt.cpp" />
<ClCompile Include="src\gall\gallsurf.cpp" />
<ClCompile Include="src\gcoders\bncobs.cpp" />
<ClCompile Include="src\gcoders\gcoder.cpp" />
<ClCompile Include="src\gcoders\rinexn.cpp" />
<ClCompile Include="src\gcoders\rinexo.cpp" />
<ClCompile Include="src\gcoders\rinexo2.cpp" />
<ClCompile Include="src\gcoders\rinexo3.cpp" />
<ClCompile Include="src\gcoders\sinex.cpp" />
<ClCompile Include="src\gcoders\sp3.cpp" />
<ClCompile Include="src\gdata\gdata.cpp" />
<ClCompile Include="src\gdata\geph.cpp" />
<ClCompile Include="src\gdata\gephprec.cpp" />
<ClCompile Include="src\gdata\gmonit.cpp" />
<ClCompile Include="src\gdata\gnav.cpp" />
<ClCompile Include="src\gdata\gnavbds.cpp" />
<ClCompile Include="src\gdata\gnavgal.cpp" />
<ClCompile Include="src\gdata\gnavglo.cpp" />
<ClCompile Include="src\gdata\gnavgps.cpp" />
<ClCompile Include="src\gdata\gnavirn.cpp" />
<ClCompile Include="src\gdata\gnavqzs.cpp" />
<ClCompile Include="src\gdata\gnavsbs.cpp" />
<ClCompile Include="src\gdata\gobj.cpp" />
<ClCompile Include="src\gdata\gobsgnss.cpp" />
<ClCompile Include="src\gdata\gpppdata.cpp" />
<ClCompile Include="src\gdata\gqcdata.cpp" />
<ClCompile Include="src\gdata\grec.cpp" />
<ClCompile Include="src\gdata\grnxhdr.cpp" />
<ClCompile Include="src\gdata\grxnhdr.cpp" />
<ClCompile Include="src\gdata\gsatdata.cpp" />
<ClCompile Include="src\gdata\gsatgnss.cpp" />
<ClCompile Include="src\gdata\gtrn.cpp" />
<ClCompile Include="src\gio\gfile.cpp" />
<ClCompile Include="src\gio\gio.cpp" />
<ClCompile Include="src\gio\giof.cpp" />
<ClCompile Include="src\gio\giofz.cpp" />
<ClCompile Include="src\gio\glog.cpp" />
<ClCompile Include="src\gio\gnote.cpp" />
<ClCompile Include="src\gio\gxml.cpp" />
<ClCompile Include="src\gio\gxtr.cpp" />
<ClCompile Include="src\gio\gxtrgrc.cpp" />
<ClCompile Include="src\gio\gxtrqc.cpp" />
<ClCompile Include="src\gmodels\gbancroft.cpp" />
<ClCompile Include="src\gmodels\gbias.cpp" />
<ClCompile Include="src\gmodels\gblindmops.cpp" />
<ClCompile Include="src\gmodels\gdop.cpp" />
<ClCompile Include="src\gmodels\geop.cpp" />
<ClCompile Include="src\gmodels\geop80.cpp" />
<ClCompile Include="src\gmodels\gephplan.cpp" />
<ClCompile Include="src\gmodels\gfit.cpp" />
<ClCompile Include="src\gmodels\gfitlmm.cpp" />
<ClCompile Include="src\gmodels\gfunc.cpp" />
<ClCompile Include="src\gmodels\gfunclin.cpp" />
<ClCompile Include="src\gmodels\gfuncplane.cpp" />
<ClCompile Include="src\gmodels\ggmf.cpp" />
<ClCompile Include="src\gmodels\ggpt.cpp" />
<ClCompile Include="src\gmodels\ginterp.cpp" />
<ClCompile Include="src\gmodels\gmltpth.cpp" />
<ClCompile Include="src\gmodels\gmodel.cpp" />
<ClCompile Include="src\gmodels\gnwmbase.cpp" />
<ClCompile Include="src\gmodels\gnwmsurf.cpp" />
<ClCompile Include="src\gmodels\gotl.cpp" />
<ClCompile Include="src\gmodels\gpar.cpp" />
<ClCompile Include="src\gmodels\gpcv.cpp" />
<ClCompile Include="src\gmodels\gpoly.cpp" />
<ClCompile Include="src\gmodels\gpppmodel.cpp" />
<ClCompile Include="src\gmodels\gsppmodel.cpp" />
<ClCompile Include="src\gmodels\gstochasticmodel.cpp" />
<ClCompile Include="src\gmodels\gtropo.cpp" />
<ClCompile Include="src\gmodels\gtropoblind.cpp" />
<ClCompile Include="src\gproc\gflt.cpp" />
<ClCompile Include="src\gproc\gfltmat.cpp" />
<ClCompile Include="src\gproc\gpreproc.cpp" />
<ClCompile Include="src\gproc\gspp.cpp" />
<ClCompile Include="src\gproc\gsppflt.cpp" />
<ClCompile Include="src\gprod\gprod.cpp" />
<ClCompile Include="src\gprod\gprodclk.cpp" />
<ClCompile Include="src\gprod\gprodcrd.cpp" />
<ClCompile Include="src\gprod\gprodion.cpp" />
<ClCompile Include="src\gprod\gprodmet.cpp" />
<ClCompile Include="src\gprod\gprodtrp.cpp" />
<ClCompile Include="src\gproj\gproj.cpp" />
<ClCompile Include="src\gproj\gprojlcc.cpp" />
<ClCompile Include="src\gproj\gprojlci.cpp" />
<ClCompile Include="src\gset\gcfg_anubis.cpp" />
<ClCompile Include="src\gset\gsetbase.cpp" />
<ClCompile Include="src\gset\gsetflt.cpp" />
<ClCompile Include="src\gset\gsetgen.cpp" />
<ClCompile Include="src\gset\gsetgnss.cpp" />
<ClCompile Include="src\gset\gsetinp.cpp" />
<ClCompile Include="src\gset\gsetnwm.cpp" />
<ClCompile Include="src\gset\gsetout.cpp" />
<ClCompile Include="src\gset\gsetproc.cpp" />
<ClCompile Include="src\gset\gsetqc.cpp" />
<ClCompile Include="src\gset\gsetrec.cpp" />
<ClCompile Include="src\gset\gsetvar.cpp" />
<ClCompile Include="src\gutils\gcommon.cpp" />
<ClCompile Include="src\gutils\gconst.cpp" />
<ClCompile Include="src\gutils\gfileconv.cpp" />
<ClCompile Include="src\gutils\gmatrixconv.cpp" />
<ClCompile Include="src\gutils\gmutex.cpp" />
<ClCompile Include="src\gutils\gnss.cpp" />
<ClCompile Include="src\gutils\gnwmconv.cpp" />
<ClCompile Include="src\gutils\gobs.cpp" />
<ClCompile Include="src\gutils\gpair.cpp" />
<ClCompile Include="src\gutils\gsatview.cpp" />
<ClCompile Include="src\gutils\gstat.cpp" />
<ClCompile Include="src\gutils\gstat3d.cpp" />
<ClCompile Include="src\gutils\gsys.cpp" />
<ClCompile Include="src\gutils\gsysconv.cpp" />
<ClCompile Include="src\gutils\gtetrad.cpp" />
<ClCompile Include="src\gutils\gtime.cpp" />
<ClCompile Include="src\gutils\gtimesync.cpp" />
<ClCompile Include="src\gutils\gtriple.cpp" />
<ClCompile Include="src\gutils\gtypeconv.cpp" />
<ClCompile Include="src\gzstream\gzstream.cpp" />
<ClCompile Include="src\md5\md5.cpp" />
<ClCompile Include="src\pugixml\src\pugixml.cpp" />
<ClCompile Include="zlib-1.2.11\adler32.c" />
<ClCompile Include="zlib-1.2.11\compress.c" />
<ClCompile Include="zlib-1.2.11\crc32.c" />
<ClCompile Include="zlib-1.2.11\deflate.c" />
<ClCompile Include="zlib-1.2.11\gzclose.c" />
<ClCompile Include="zlib-1.2.11\gzlib.c" />
<ClCompile Include="zlib-1.2.11\gzread.c" />
<ClCompile Include="zlib-1.2.11\gzwrite.c" />
<ClCompile Include="zlib-1.2.11\infback.c" />
<ClCompile Include="zlib-1.2.11\inffast.c" />
<ClCompile Include="zlib-1.2.11\inflate.c" />
<ClCompile Include="zlib-1.2.11\inftrees.c" />
<ClCompile Include="zlib-1.2.11\trees.c" />
<ClCompile Include="zlib-1.2.11\uncompr.c" />
<ClCompile Include="zlib-1.2.11\zutil.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\G-nut-Anubis-complied-in-VS2019\Anubis_complete\zlib-1.2.11\zconf.h" />
<ClInclude Include="newmat\controlw.h" />
<ClInclude Include="newmat\include.h" />
<ClInclude Include="newmat\myexcept.h" />
<ClInclude Include="newmat\newmat.h" />
<ClInclude Include="newmat\newmatap.h" />
<ClInclude Include="newmat\newmatio.h" />
<ClInclude Include="newmat\newmatrc.h" />
<ClInclude Include="newmat\newmatrm.h" />
<ClInclude Include="newmat\precisio.h" />
<ClInclude Include="src\gall\gallbias.h" />
<ClInclude Include="src\gall\gallfltmat.h" />
<ClInclude Include="src\gall\gallnav.h" />
<ClInclude Include="src\gall\gallobj.h" />
<ClInclude Include="src\gall\gallobs.h" />
<ClInclude Include="src\gall\galloqc.h" />
<ClInclude Include="src\gall\gallotl.h" />
<ClInclude Include="src\gall\gallpar.h" />
<ClInclude Include="src\gall\gallpcv.h" />
<ClInclude Include="src\gall\gallprec.h" />
<ClInclude Include="src\gall\gallprod.h" />
<ClInclude Include="src\gall\gallrslt.h" />
<ClInclude Include="src\gall\gallsurf.h" />
<ClInclude Include="src\gcoders\bncobs.h" />
<ClInclude Include="src\gcoders\gcoder.h" />
<ClInclude Include="src\gcoders\rinexn.h" />
<ClInclude Include="src\gcoders\rinexo.h" />
<ClInclude Include="src\gcoders\rinexo2.h" />
<ClInclude Include="src\gcoders\rinexo3.h" />
<ClInclude Include="src\gcoders\sinex.h" />
<ClInclude Include="src\gcoders\sp3.h" />
<ClInclude Include="src\gdata\gdata.h" />
<ClInclude Include="src\gdata\geph.h" />
<ClInclude Include="src\gdata\gephprec.h" />
<ClInclude Include="src\gdata\gmonit.h" />
<ClInclude Include="src\gdata\gnav.h" />
<ClInclude Include="src\gdata\gnavbds.h" />
<ClInclude Include="src\gdata\gnavgal.h" />
<ClInclude Include="src\gdata\gnavglo.h" />
<ClInclude Include="src\gdata\gnavgps.h" />
<ClInclude Include="src\gdata\gnavirn.h" />
<ClInclude Include="src\gdata\gnavqzs.h" />
<ClInclude Include="src\gdata\gnavsbs.h" />
<ClInclude Include="src\gdata\gobj.h" />
<ClInclude Include="src\gdata\gobsgnss.h" />
<ClInclude Include="src\gdata\gpppdata.h" />
<ClInclude Include="src\gdata\gqcdata.h" />
<ClInclude Include="src\gdata\grec.h" />
<ClInclude Include="src\gdata\grnxhdr.h" />
<ClInclude Include="src\gdata\grxnhdr.h" />
<ClInclude Include="src\gdata\gsatdata.h" />
<ClInclude Include="src\gdata\gsatgnss.h" />
<ClInclude Include="src\gdata\gtrn.h" />
<ClInclude Include="src\gio\gfile.h" />
<ClInclude Include="src\gio\gio.h" />
<ClInclude Include="src\gio\giof.h" />
<ClInclude Include="src\gio\giofz.h" />
<ClInclude Include="src\gio\glog.h" />
<ClInclude Include="src\gio\gnote.h" />
<ClInclude Include="src\gio\gxml.h" />
<ClInclude Include="src\gio\gxtr.h" />
<ClInclude Include="src\gio\gxtrgrc.h" />
<ClInclude Include="src\gio\gxtrqc.h" />
<ClInclude Include="src\gmodels\gbancroft.h" />
<ClInclude Include="src\gmodels\gbias.h" />
<ClInclude Include="src\gmodels\gblindmops.h" />
<ClInclude Include="src\gmodels\gdop.h" />
<ClInclude Include="src\gmodels\geop.h" />
<ClInclude Include="src\gmodels\geop80.h" />
<ClInclude Include="src\gmodels\gephplan.h" />
<ClInclude Include="src\gmodels\gfit.h" />
<ClInclude Include="src\gmodels\gfitlmm.h" />
<ClInclude Include="src\gmodels\gfunc.h" />
<ClInclude Include="src\gmodels\gfunclin.h" />
<ClInclude Include="src\gmodels\gfuncplane.h" />
<ClInclude Include="src\gmodels\ggmf.h" />
<ClInclude Include="src\gmodels\ggpt.h" />
<ClInclude Include="src\gmodels\ginterp.h" />
<ClInclude Include="src\gmodels\gmltpth.h" />
<ClInclude Include="src\gmodels\gmodel.h" />
<ClInclude Include="src\gmodels\gnwmbase.h" />
<ClInclude Include="src\gmodels\gnwmsurf.h" />
<ClInclude Include="src\gmodels\gotl.h" />
<ClInclude Include="src\gmodels\gpar.h" />
<ClInclude Include="src\gmodels\gpcv.h" />
<ClInclude Include="src\gmodels\gpoly.h" />
<ClInclude Include="src\gmodels\gpppmodel.h" />
<ClInclude Include="src\gmodels\gsppmodel.h" />
<ClInclude Include="src\gmodels\gstochasticmodel.h" />
<ClInclude Include="src\gmodels\gtropo.h" />
<ClInclude Include="src\gmodels\gtropoblind.h" />
<ClInclude Include="src\gproc\gflt.h" />
<ClInclude Include="src\gproc\gfltmat.h" />
<ClInclude Include="src\gproc\gpreproc.h" />
<ClInclude Include="src\gproc\gspp.h" />
<ClInclude Include="src\gproc\gsppflt.h" />
<ClInclude Include="src\gprod\gprod.h" />
<ClInclude Include="src\gprod\gprodclk.h" />
<ClInclude Include="src\gprod\gprodcrd.h" />
<ClInclude Include="src\gprod\gprodion.h" />
<ClInclude Include="src\gprod\gprodmet.h" />
<ClInclude Include="src\gprod\gprodtrp.h" />
<ClInclude Include="src\gproj\gproj.h" />
<ClInclude Include="src\gproj\gprojlcc.h" />
<ClInclude Include="src\gproj\gprojlci.h" />
<ClInclude Include="src\gset\gcfg_anubis.h" />
<ClInclude Include="src\gset\gsetbase.h" />
<ClInclude Include="src\gset\gsetflt.h" />
<ClInclude Include="src\gset\gsetgen.h" />
<ClInclude Include="src\gset\gsetgnss.h" />
<ClInclude Include="src\gset\gsetinp.h" />
<ClInclude Include="src\gset\gsetnwm.h" />
<ClInclude Include="src\gset\gsetout.h" />
<ClInclude Include="src\gset\gsetproc.h" />
<ClInclude Include="src\gset\gsetqc.h" />
<ClInclude Include="src\gset\gsetrec.h" />
<ClInclude Include="src\gset\gsetvar.h" />
<ClInclude Include="src\gutils\gcommon.h" />
<ClInclude Include="src\gutils\gconst.h" />
<ClInclude Include="src\gutils\gfileconv.h" />
<ClInclude Include="src\gutils\gmatrixconv.h" />
<ClInclude Include="src\gutils\gmutex.h" />
<ClInclude Include="src\gutils\gnss.h" />
<ClInclude Include="src\gutils\gnwmconv.h" />
<ClInclude Include="src\gutils\gobs.h" />
<ClInclude Include="src\gutils\gpair.h" />
<ClInclude Include="src\gutils\gsatview.h" />
<ClInclude Include="src\gutils\gstat.h" />
<ClInclude Include="src\gutils\gstat3d.h" />
<ClInclude Include="src\gutils\gsys.h" />
<ClInclude Include="src\gutils\gsysconv.h" />
<ClInclude Include="src\gutils\gtetrad.h" />
<ClInclude Include="src\gutils\gtime.h" />
<ClInclude Include="src\gutils\gtimesync.h" />
<ClInclude Include="src\gutils\gtriple.h" />
<ClInclude Include="src\gutils\gtypeconv.h" />
<ClInclude Include="src\gzstream\gzstream.h" />
<ClInclude Include="src\md5\md5.h" />
<ClInclude Include="src\pugixml\src\pugiconfig.hpp" />
<ClInclude Include="src\pugixml\src\pugixml.hpp" />
<ClInclude Include="zlib-1.2.11\crc32.h" />
<ClInclude Include="zlib-1.2.11\deflate.h" />
<ClInclude Include="zlib-1.2.11\gzguts.h" />
<ClInclude Include="zlib-1.2.11\inffast.h" />
<ClInclude Include="zlib-1.2.11\inffixed.h" />
<ClInclude Include="zlib-1.2.11\inflate.h" />
<ClInclude Include="zlib-1.2.11\inftrees.h" />
<ClInclude Include="zlib-1.2.11\trees.h" />
<ClInclude Include="zlib-1.2.11\zconf.h" />
<ClInclude Include="zlib-1.2.11\zlib.h" />
<ClInclude Include="zlib-1.2.11\zutil.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\G-nut-Anubis-complied-in-VS2019\Anubis_complete\zlib-1.2.11\zconf.h.cmakein" />
<None Include="..\..\G-nut-Anubis-complied-in-VS2019\Anubis_complete\zlib-1.2.11\zconf.h.in" />
<None Include="zlib-1.2.11\old\os2\zlib.def" />
<None Include="zlib-1.2.11\os400\zlib.inc" />
<None Include="zlib-1.2.11\win32\zlib.def" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="zlib-1.2.11\win32\zlib1.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。