|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="Debug|x64"> |
| 9 | + <Configuration>Debug</Configuration> |
| 10 | + <Platform>x64</Platform> |
| 11 | + </ProjectConfiguration> |
8 | 12 | <ProjectConfiguration Include="Release|Win32"> |
9 | 13 | <Configuration>Release</Configuration> |
10 | 14 | <Platform>Win32</Platform> |
11 | 15 | </ProjectConfiguration> |
| 16 | + <ProjectConfiguration Include="Release|x64"> |
| 17 | + <Configuration>Release</Configuration> |
| 18 | + <Platform>x64</Platform> |
| 19 | + </ProjectConfiguration> |
12 | 20 | </ItemGroup> |
13 | 21 | <PropertyGroup Label="Globals"> |
14 | 22 | <ProjectGuid>{A9A9B274-2448-4FA0-AC05-857D411DCA48}</ProjectGuid> |
15 | 23 | <RootNamespace>msc</RootNamespace> |
16 | 24 | <Keyword>Win32Proj</Keyword> |
17 | | - <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
18 | 26 | </PropertyGroup> |
19 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
20 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
21 | 29 | <ConfigurationType>Application</ConfigurationType> |
22 | 30 | <CharacterSet>NotSet</CharacterSet> |
23 | 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
24 | | - <PlatformToolset>v141</PlatformToolset> |
| 32 | + <PlatformToolset>v145</PlatformToolset> |
| 33 | + </PropertyGroup> |
| 34 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 35 | + <ConfigurationType>Application</ConfigurationType> |
| 36 | + <CharacterSet>NotSet</CharacterSet> |
| 37 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 38 | + <PlatformToolset>v145</PlatformToolset> |
25 | 39 | </PropertyGroup> |
26 | 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
27 | 41 | <ConfigurationType>Application</ConfigurationType> |
28 | | - <CharacterSet>Unicode</CharacterSet> |
29 | | - <PlatformToolset>v141</PlatformToolset> |
| 42 | + <CharacterSet>NotSet</CharacterSet> |
| 43 | + <PlatformToolset>v145</PlatformToolset> |
| 44 | + </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 46 | + <ConfigurationType>Application</ConfigurationType> |
| 47 | + <CharacterSet>NotSet</CharacterSet> |
| 48 | + <PlatformToolset>v145</PlatformToolset> |
30 | 49 | </PropertyGroup> |
31 | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
32 | 51 | <ImportGroup Label="ExtensionSettings"> |
33 | 52 | </ImportGroup> |
34 | 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
35 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
36 | 55 | </ImportGroup> |
| 56 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 57 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 58 | + </ImportGroup> |
37 | 59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
38 | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
39 | 61 | </ImportGroup> |
| 62 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 63 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 64 | + </ImportGroup> |
40 | 65 | <PropertyGroup Label="UserMacros" /> |
41 | 66 | <PropertyGroup> |
42 | 67 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
43 | 68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
44 | 69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
45 | 70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 71 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
46 | 72 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> |
47 | 73 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
48 | 74 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
| 75 | + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
49 | 76 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">convbin</TargetName> |
| 77 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">convbin</TargetName> |
50 | 78 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">convbin</TargetName> |
| 79 | + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">convbin</TargetName> |
51 | 80 | </PropertyGroup> |
52 | 81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
53 | 82 | <ClCompile> |
54 | 83 | <Optimization>Disabled</Optimization> |
55 | | - <AdditionalIncludeDirectories>..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
56 | | - <PreprocessorDefinitions>WIN32;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=3;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
57 | | - <MinimalRebuild>true</MinimalRebuild> |
| 84 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 85 | + <PreprocessorDefinitions>WIN32;WIN_STATIC;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=4;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
58 | 86 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
59 | 87 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
60 | 88 | <PrecompiledHeader> |
|
73 | 101 | <TargetMachine>MachineX86</TargetMachine> |
74 | 102 | </Link> |
75 | 103 | </ItemDefinitionGroup> |
| 104 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 105 | + <ClCompile> |
| 106 | + <Optimization>Disabled</Optimization> |
| 107 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 108 | + <PreprocessorDefinitions>WIN32;WIN_STATIC;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=4;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 109 | + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 110 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 111 | + <PrecompiledHeader> |
| 112 | + </PrecompiledHeader> |
| 113 | + <WarningLevel>Level3</WarningLevel> |
| 114 | + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 115 | + </ClCompile> |
| 116 | + <Link> |
| 117 | + <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 118 | + <OutputFile>$(OutDir)convbin.exe</OutputFile> |
| 119 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 120 | + <SubSystem>Console</SubSystem> |
| 121 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 122 | + <DataExecutionPrevention> |
| 123 | + </DataExecutionPrevention> |
| 124 | + </Link> |
| 125 | + </ItemDefinitionGroup> |
76 | 126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
77 | 127 | <ClCompile> |
78 | | - <AdditionalIncludeDirectories>..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
79 | | - <PreprocessorDefinitions>WIN32;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=3;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 128 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 129 | + <PreprocessorDefinitions>WIN32;WIN_STATIC;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=4;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
80 | 130 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
81 | 131 | <PrecompiledHeader> |
82 | 132 | </PrecompiledHeader> |
|
97 | 147 | <TargetMachine>MachineX86</TargetMachine> |
98 | 148 | </Link> |
99 | 149 | </ItemDefinitionGroup> |
| 150 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 151 | + <ClCompile> |
| 152 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 153 | + <PreprocessorDefinitions>WIN32;WIN_STATIC;TRACE;_CRT_SECURE_NO_DEPRECATE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=4;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 154 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 155 | + <PrecompiledHeader> |
| 156 | + </PrecompiledHeader> |
| 157 | + <WarningLevel>Level3</WarningLevel> |
| 158 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 159 | + </ClCompile> |
| 160 | + <Link> |
| 161 | + <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 162 | + <OutputFile>$(OutDir)convbin.exe</OutputFile> |
| 163 | + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| 164 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 165 | + <SubSystem>Console</SubSystem> |
| 166 | + <OptimizeReferences>true</OptimizeReferences> |
| 167 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 168 | + <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 169 | + <DataExecutionPrevention> |
| 170 | + </DataExecutionPrevention> |
| 171 | + </Link> |
| 172 | + </ItemDefinitionGroup> |
100 | 173 | <ItemGroup> |
101 | | - <ClCompile Include="..\..\..\src\ephemeris.c" /> |
102 | | - <ClCompile Include="..\..\..\src\ionex.c" /> |
103 | | - <ClCompile Include="..\..\..\src\pntpos.c" /> |
104 | | - <ClCompile Include="..\..\..\src\qzslex.c" /> |
105 | | - <ClCompile Include="..\..\..\src\rcv\binex.c" /> |
106 | | - <ClCompile Include="..\..\..\src\rcv\cmr.c" /> |
107 | | - <ClCompile Include="..\..\..\src\rcv\rcvlex.c" /> |
108 | | - <ClCompile Include="..\..\..\src\rcv\rt17.c" /> |
109 | | - <ClCompile Include="..\..\..\src\rcv\septentrio.c" /> |
110 | | - <ClCompile Include="..\..\..\src\rcv\swiftnav.c" /> |
111 | | - <ClCompile Include="..\..\..\src\rcv\tersus.c" /> |
112 | | - <ClCompile Include="..\..\..\src\rcv\comnav.c" /> |
113 | | - <ClCompile Include="..\..\..\src\rtcm3e.c" /> |
| 174 | + <ClCompile Include="..\..\..\..\src\rtkcmn.c" /> |
| 175 | + <ClCompile Include="..\..\..\..\src\trace.c" /> |
| 176 | + <ClCompile Include="..\..\..\..\src\rinex.c" /> |
| 177 | + <ClCompile Include="..\..\..\..\src\sbas.c" /> |
| 178 | + <ClCompile Include="..\..\..\..\src\preceph.c" /> |
| 179 | + <ClCompile Include="..\..\..\..\src\rcvraw.c" /> |
| 180 | + <ClCompile Include="..\..\..\..\src\convrnx.c" /> |
| 181 | + <ClCompile Include="..\..\..\..\src\rtcm.c" /> |
| 182 | + <ClCompile Include="..\..\..\..\src\rtcm2.c" /> |
| 183 | + <ClCompile Include="..\..\..\..\src\rtcm3.c" /> |
| 184 | + <ClCompile Include="..\..\..\..\src\rtcm3e.c" /> |
| 185 | + <ClCompile Include="..\..\..\..\src\pntpos.c" /> |
| 186 | + <ClCompile Include="..\..\..\..\src\ionex.c" /> |
| 187 | + <ClCompile Include="..\..\..\..\src\tides.c" /> |
| 188 | + <ClCompile Include="..\..\..\..\src\ephemeris.c" /> |
| 189 | + <ClCompile Include="..\..\..\..\src\sofa.c" /> |
| 190 | + <ClCompile Include="..\..\..\..\src\rcv\binex.c" /> |
| 191 | + <ClCompile Include="..\..\..\..\src\rcv\novatel.c" /> |
| 192 | + <ClCompile Include="..\..\..\..\src\rcv\ublox.c" /> |
| 193 | + <ClCompile Include="..\..\..\..\src\rcv\crescent.c" /> |
| 194 | + <ClCompile Include="..\..\..\..\src\rcv\skytraq.c" /> |
| 195 | + <ClCompile Include="..\..\..\..\src\rcv\javad.c" /> |
| 196 | + <ClCompile Include="..\..\..\..\src\rcv\nvs.c" /> |
| 197 | + <ClCompile Include="..\..\..\..\src\rcv\rt17.c" /> |
| 198 | + <ClCompile Include="..\..\..\..\src\rcv\septentrio.c" /> |
| 199 | + <ClCompile Include="..\..\..\..\src\rcv\swiftnav.c" /> |
| 200 | + <ClCompile Include="..\..\..\..\src\rcv\unicore.c" /> |
114 | 201 | <ClCompile Include="..\convbin.c" /> |
115 | | - <ClCompile Include="..\..\..\src\convrnx.c" /> |
116 | | - <ClCompile Include="..\..\..\src\rcv\crescent.c" /> |
117 | | - <ClCompile Include="..\..\..\src\rcv\gw10.c" /> |
118 | | - <ClCompile Include="..\..\..\src\rcv\javad.c" /> |
119 | | - <ClCompile Include="..\..\..\src\rcv\novatel.c" /> |
120 | | - <ClCompile Include="..\..\..\src\rcv\nvs.c" /> |
121 | | - <ClCompile Include="..\..\..\src\preceph.c" /> |
122 | | - <ClCompile Include="..\..\..\src\rcvraw.c" /> |
123 | | - <ClCompile Include="..\..\..\src\rinex.c" /> |
124 | | - <ClCompile Include="..\..\..\src\rtcm.c" /> |
125 | | - <ClCompile Include="..\..\..\src\rtcm2.c" /> |
126 | | - <ClCompile Include="..\..\..\src\rtcm3.c" /> |
127 | | - <ClCompile Include="..\..\..\src\rtkcmn.c" /> |
128 | | - <ClCompile Include="..\..\..\src\trace.c" /> |
129 | | - <ClCompile Include="..\..\..\src\sbas.c" /> |
130 | | - <ClCompile Include="..\..\..\src\rcv\skytraq.c" /> |
131 | | - <ClCompile Include="..\..\..\src\rcv\ublox.c" /> |
132 | 202 | </ItemGroup> |
133 | 203 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
134 | 204 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments