|
11 | 11 | </ProjectConfiguration>
|
12 | 12 | </ItemGroup>
|
13 | 13 | <ItemGroup>
|
14 |
| - <ClCompile Include="..\..\..\src\convrnx.c" /> |
15 |
| - <ClCompile Include="..\..\..\src\ephemeris.c" /> |
16 |
| - <ClCompile Include="..\..\..\src\ionex.c" /> |
17 |
| - <ClCompile Include="..\..\..\src\pntpos.c" /> |
18 |
| - <ClCompile Include="..\..\..\src\preceph.c" /> |
19 |
| - <ClCompile Include="..\..\..\src\qzslex.c" /> |
20 |
| - <ClCompile Include="..\..\..\src\rcvraw.c" /> |
21 |
| - <ClCompile Include="..\..\..\src\rcv\binex.c" /> |
22 |
| - <ClCompile Include="..\..\..\src\rcv\cmr.c" /> |
23 |
| - <ClCompile Include="..\..\..\src\rcv\crescent.c" /> |
24 |
| - <ClCompile Include="..\..\..\src\rcv\tersus.c" /> |
25 |
| - <ClCompile Include="..\..\..\src\rcv\gw10.c" /> |
26 |
| - <ClCompile Include="..\..\..\src\rcv\javad.c" /> |
27 |
| - <ClCompile Include="..\..\..\src\rcv\novatel.c" /> |
28 |
| - <ClCompile Include="..\..\..\src\rcv\nvs.c" /> |
29 |
| - <ClCompile Include="..\..\..\src\rcv\rt17.c" /> |
30 |
| - <ClCompile Include="..\..\..\src\rcv\septentrio.c" /> |
31 |
| - <ClCompile Include="..\..\..\src\rcv\skytraq.c" /> |
32 |
| - <ClCompile Include="..\..\..\src\rcv\swiftnav.c" /> |
33 |
| - <ClCompile Include="..\..\..\src\rcv\ublox.c" /> |
34 |
| - <ClCompile Include="..\..\..\src\rinex.c" /> |
35 |
| - <ClCompile Include="..\..\..\src\rtcm.c" /> |
36 |
| - <ClCompile Include="..\..\..\src\rtcm2.c" /> |
37 |
| - <ClCompile Include="..\..\..\src\rtcm3.c" /> |
38 |
| - <ClCompile Include="..\..\..\src\rtcm3e.c" /> |
39 |
| - <ClCompile Include="..\..\..\src\rtkcmn.c" /> |
40 |
| - <ClCompile Include="..\..\..\src\sbas.c" /> |
| 14 | + <ClCompile Include="..\..\..\..\src\convrnx.c" /> |
| 15 | + <ClCompile Include="..\..\..\..\src\ephemeris.c" /> |
| 16 | + <ClCompile Include="..\..\..\..\src\ionex.c" /> |
| 17 | + <ClCompile Include="..\..\..\..\src\pntpos.c" /> |
| 18 | + <ClCompile Include="..\..\..\..\src\preceph.c" /> |
| 19 | + <ClCompile Include="..\..\..\..\src\rcvraw.c" /> |
| 20 | + <ClCompile Include="..\..\..\..\src\rcv\binex.c" /> |
| 21 | + <ClCompile Include="..\..\..\..\src\rcv\javad.c" /> |
| 22 | + <ClCompile Include="..\..\..\..\src\rcv\novatel.c" /> |
| 23 | + <ClCompile Include="..\..\..\..\src\rcv\nvs.c" /> |
| 24 | + <ClCompile Include="..\..\..\..\src\rcv\rt17.c" /> |
| 25 | + <ClCompile Include="..\..\..\..\src\rcv\septentrio.c" /> |
| 26 | + <ClCompile Include="..\..\..\..\src\rcv\skytraq.c" /> |
| 27 | + <ClCompile Include="..\..\..\..\src\rcv\swiftnav.c" /> |
| 28 | + <ClCompile Include="..\..\..\..\src\rcv\ublox.c" /> |
| 29 | + <ClCompile Include="..\..\..\..\src\rinex.c" /> |
| 30 | + <ClCompile Include="..\..\..\..\src\rtcm.c" /> |
| 31 | + <ClCompile Include="..\..\..\..\src\rtcm2.c" /> |
| 32 | + <ClCompile Include="..\..\..\..\src\rtcm3.c" /> |
| 33 | + <ClCompile Include="..\..\..\..\src\rtcm3e.c" /> |
| 34 | + <ClCompile Include="..\..\..\..\src\rtkcmn.c" /> |
| 35 | + <ClCompile Include="..\..\..\..\src\sbas.c" /> |
41 | 36 | <ClCompile Include="..\convbin.c" />
|
42 | 37 | </ItemGroup>
|
43 | 38 | <PropertyGroup Label="Globals">
|
|
90 | 85 | <WarningLevel>Level3</WarningLevel>
|
91 | 86 | <Optimization>Disabled</Optimization>
|
92 | 87 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=7;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
93 |
| - <AdditionalIncludeDirectories>..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 88 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
94 | 89 | <DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
95 | 90 | </ClCompile>
|
96 | 91 | <Link>
|
|
109 | 104 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
110 | 105 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
111 | 106 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;ENAGLO;ENAQZS;ENAGAL;ENACMP;ENAIRN;NFREQ=7;NEXOBS=3;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
112 |
| - <AdditionalIncludeDirectories>..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 107 | + <AdditionalIncludeDirectories>..\..\..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
113 | 108 | <DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
114 | 109 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
115 | 110 | <DebugInformationFormat>None</DebugInformationFormat>
|
|
0 commit comments