|
|
@ -43,12 +43,12 @@ |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
<IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath> |
|
|
|
<IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath> |
|
|
|
<LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Debug;$(LibraryPath)</LibraryPath> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath> |
|
|
|
<IncludePath>$(ProjectDir)\..\..\libetpan\build-windows\include;C:\Program Files %28x86%29\GnuPG\include;$(IncludePath);$(ProjectDir)\asn.1;%ASN1C%\share\asn1c</IncludePath> |
|
|
|
<LibraryPath>$(ProjectDir)\..\..\libetpan\build-windows\Release;$(LibraryPath)</LibraryPath> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
@ -127,12 +127,6 @@ cd "$(ProjectDir)..\sync" && xcopy generated\*.h ..\src\ /y |
|
|
|
<ClCompile Include="..\src\sqlite3.c" /> |
|
|
|
<ClCompile Include="..\src\stringlist.c" /> |
|
|
|
<ClCompile Include="..\src\stringpair.c" /> |
|
|
|
<ClCompile Include="..\src\sync.c" /> |
|
|
|
<ClCompile Include="..\src\sync_actions.c" /> |
|
|
|
<ClCompile Include="..\src\sync_driver.c" /> |
|
|
|
<ClCompile Include="..\src\sync_fsm.c" /> |
|
|
|
<ClCompile Include="..\src\sync_impl.c" /> |
|
|
|
<ClCompile Include="..\src\sync_send_actions.c" /> |
|
|
|
<ClCompile Include="..\src\timestamp.c" /> |
|
|
|
<ClCompile Include="..\src\transport.c" /> |
|
|
|
<ClCompile Include="..\src\trans_auto.c" /> |
|
|
|