vendor/libsodium/builds/msvc/vs2010/test/test.vcxproj in rbnacl-libsodium-1.0.0 vs vendor/libsodium/builds/msvc/vs2010/test/test.vcxproj in rbnacl-libsodium-1.0.1

- old
+ new

@@ -62,22 +62,31 @@ <Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" /> <Import Project="$(ProjectDir)..\..\properties\Output.props" /> <Import Project="$(ProjectDir)$(ProjectName).props" /> </ImportGroup> <ItemGroup> - <ClCompile Include="..\..\..\..\test\default\auth.c"> + <ClCompile Include="..\..\..\..\test\default\aead_chacha20poly1305.c"> <ExcludedFromBuild>false</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\..\..\..\test\default\auth.c"> + <ExcludedFromBuild>true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\..\..\test\default\auth2.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\test\default\auth3.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\test\default\auth5.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> + <ClCompile Include="..\..\..\..\test\default\auth6.c"> + <ExcludedFromBuild>true</ExcludedFromBuild> + </ClCompile> + <ClCompile Include="..\..\..\..\test\default\auth7.c"> + <ExcludedFromBuild>true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\..\..\test\default\box.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\test\default\box2.c"> <ExcludedFromBuild>true</ExcludedFromBuild> @@ -209,18 +218,15 @@ <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\..\..\test\default\stream4.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\..\..\..\test\default\stream5.c"> + <ClCompile Include="..\..\..\..\test\default\verify1.c"> <ExcludedFromBuild>true</ExcludedFromBuild> </ClCompile> - <ClCompile Include="..\..\..\..\test\default\stream6.c"> - <ExcludedFromBuild>true</ExcludedFromBuild> - </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\..\test\default\cmptest.h" /> <ClInclude Include="..\..\..\..\test\quirks\windows\windows-quirks.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -</Project> +</Project> \ No newline at end of file