|
|
|
@ -12,7 +12,9 @@
@@ -12,7 +12,9 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ClCompile Include="..\AddressBook.cpp" /> |
|
|
|
|
<ClCompile Include="..\aes.cpp" /> |
|
|
|
|
<ClCompile Include="..\base64.cpp" /> |
|
|
|
|
<ClCompile Include="..\CryptoConst.cpp" /> |
|
|
|
|
<ClCompile Include="..\Daemon.cpp" /> |
|
|
|
|
<ClCompile Include="..\DaemonLinux.cpp" /> |
|
|
|
|
<ClCompile Include="..\DaemonWin32.cpp" /> |
|
|
|
@ -130,7 +132,7 @@
@@ -130,7 +132,7 @@
|
|
|
|
|
<Link> |
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
|
<AdditionalDependencies>cryptlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
<OutputFile>$(ProjectDir)$(TargetName)$(TargetExt)</OutputFile> |
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
|
|
|
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel> |
|
|
|
|
</Link> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
@ -147,7 +149,7 @@
@@ -147,7 +149,7 @@
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
|
<AdditionalDependencies>cryptlib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
|
<OutputFile>$(ProjectDir)$(TargetName)$(TargetExt)</OutputFile> |
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
|
|
|
|
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel> |
|
|
|
|
</Link> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|