|
|
|
@ -113,7 +113,20 @@ |
|
|
|
<ClCompile Include="..\..\service\SoftwareUpdater.cpp" /> |
|
|
|
<ClCompile Include="..\..\service\SoftwareUpdater.cpp" /> |
|
|
|
<ClCompile Include="ServiceBase.cpp" /> |
|
|
|
<ClCompile Include="ServiceBase.cpp" /> |
|
|
|
<ClCompile Include="ServiceInstaller.cpp" /> |
|
|
|
<ClCompile Include="ServiceInstaller.cpp" /> |
|
|
|
<ClCompile Include="ZeroTierOneService.cpp" /> |
|
|
|
<ClCompile Include="ZeroTierOneService.cpp"> |
|
|
|
|
|
|
|
<FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</FunctionLevelLinking> |
|
|
|
|
|
|
|
<EnableParallelCodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EnableParallelCodeGeneration> |
|
|
|
|
|
|
|
<FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</FunctionLevelLinking> |
|
|
|
|
|
|
|
<EnableParallelCodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</EnableParallelCodeGeneration> |
|
|
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NoExtensions</EnableEnhancedInstructionSet> |
|
|
|
|
|
|
|
<FloatingPointExceptions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</FloatingPointExceptions> |
|
|
|
|
|
|
|
<CreateHotpatchableImage Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CreateHotpatchableImage> |
|
|
|
|
|
|
|
<FloatingPointExceptions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</FloatingPointExceptions> |
|
|
|
|
|
|
|
<CreateHotpatchableImage Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CreateHotpatchableImage> |
|
|
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
|
|
|
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NoExtensions</EnableEnhancedInstructionSet> |
|
|
|
|
|
|
|
</ClCompile> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClInclude Include="..\..\controller\DB.hpp" /> |
|
|
|
<ClInclude Include="..\..\controller\DB.hpp" /> |
|
|
|
|