File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1717 <ClCompile Include =" ..\src\common\environmentfunc.cpp" />
1818 <ClCompile Include =" ..\src\common\filesystemfunc.cpp" />
1919 <ClCompile Include =" ..\src\common\logger.cpp" />
20+ <ClCompile Include =" ..\src\common\nativefunc.cpp" />
2021 <ClCompile Include =" ..\src\common\stringfunc.cpp" />
2122 </ItemGroup >
2223 <ItemGroup >
2627 <ClInclude Include =" ..\src\common\environmentfunc.h" />
2728 <ClInclude Include =" ..\src\common\filesystemfunc.h" />
2829 <ClInclude Include =" ..\src\common\logger.h" />
30+ <ClInclude Include =" ..\src\common\nativefunc.h" />
2931 <ClInclude Include =" ..\src\common\stringfunc.h" />
3032 </ItemGroup >
3133 <PropertyGroup Label =" Globals" >
Original file line number Diff line number Diff line change 3636 <ClCompile Include =" ..\src\common\stringfunc.cpp" >
3737 <Filter >Source Files</Filter >
3838 </ClCompile >
39+ <ClCompile Include =" ..\src\common\nativefunc.cpp" >
40+ <Filter >Source Files</Filter >
41+ </ClCompile >
3942 </ItemGroup >
4043 <ItemGroup >
4144 <ClInclude Include =" ..\src\common\argumentparser.h" >
5962 <ClInclude Include =" ..\src\common\stringfunc.h" >
6063 <Filter >Header Files</Filter >
6164 </ClInclude >
65+ <ClInclude Include =" ..\src\common\nativefunc.h" >
66+ <Filter >Header Files</Filter >
67+ </ClInclude >
6268 </ItemGroup >
6369</Project >
You can’t perform that action at this time.
0 commit comments