MSVC solutions: exclude test files from build

This commit is contained in:
Frank Denis 2015-10-18 14:50:58 +02:00
parent 8b4be96453
commit c5d675ebba
4 changed files with 19 additions and 11 deletions

View File

@ -64,9 +64,11 @@
<Import Project="$(ProjectDir)$(ProjectName).props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c" />
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\aead_chacha20poly1305.c">
<ExcludedFromBuild>false</ExcludedFromBuild>
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\auth.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
@ -239,4 +241,4 @@
<ClInclude Include="..\..\..\..\test\quirks\quirks.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>

View File

@ -64,9 +64,11 @@
<Import Project="$(ProjectDir)$(ProjectName).props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c" />
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\aead_chacha20poly1305.c">
<ExcludedFromBuild>false</ExcludedFromBuild>
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\auth.c">
<ExcludedFromBuild>true</ExcludedFromBuild>

View File

@ -64,9 +64,11 @@
<Import Project="$(ProjectDir)$(ProjectName).props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c" />
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\aead_chacha20poly1305.c">
<ExcludedFromBuild>false</ExcludedFromBuild>
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\auth.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
@ -239,4 +241,4 @@
<ClInclude Include="..\..\..\..\test\quirks\quirks.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>

View File

@ -64,9 +64,11 @@
<Import Project="$(ProjectDir)$(ProjectName).props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c" />
<ClCompile Include="..\..\..\..\test\default\aead_aes256gcm.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\aead_chacha20poly1305.c">
<ExcludedFromBuild>false</ExcludedFromBuild>
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\test\default\auth.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
@ -239,4 +241,4 @@
<ClInclude Include="..\..\..\..\test\quirks\quirks.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
</Project>