|
@@ -23,6 +23,8 @@
|
|
|
<ClCompile Include="..\..\main.cpp">
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
|
|
</ClCompile>
|
|
|
<ClCompile Include="..\..\node\C25519.cpp" />
|
|
|
<ClCompile Include="..\..\node\CertificateOfMembership.cpp" />
|
|
@@ -60,6 +62,8 @@
|
|
|
<ClCompile Include="..\..\selftest.cpp">
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
</ClCompile>
|
|
|
<ClCompile Include="ServiceBase.cpp" />
|
|
|
<ClCompile Include="ServiceInstaller.cpp" />
|