mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 19:27:12 +09:00
71 lines
3.0 KiB
XML
71 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{4EDBA07C-2F08-4C9E-805F-A4921814C117}</ProjectGuid>
|
|
<ProjectName>test</ProjectName>
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="DebugDEXE|Win32">
|
|
<Configuration>DebugDEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseDEXE|Win32">
|
|
<Configuration>ReleaseDEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="DebugDEXE|x64">
|
|
<Configuration>DebugDEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseDEXE|x64">
|
|
<Configuration>ReleaseDEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="DebugLEXE|Win32">
|
|
<Configuration>DebugLEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseLEXE|Win32">
|
|
<Configuration>ReleaseLEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="DebugLEXE|x64">
|
|
<Configuration>DebugLEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseLEXE|x64">
|
|
<Configuration>ReleaseLEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="DebugSEXE|Win32">
|
|
<Configuration>DebugSEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseSEXE|Win32">
|
|
<Configuration>ReleaseSEXE</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="DebugSEXE|x64">
|
|
<Configuration>DebugSEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseSEXE|x64">
|
|
<Configuration>ReleaseSEXE</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(ProjectDir)..\..\properties\$(Configuration).props" />
|
|
<Import Project="$(ProjectDir)..\..\properties\Output.props" />
|
|
<Import Project="$(ProjectDir)$(ProjectName).props" />
|
|
</ImportGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\..\test\default\cmptest.h" />
|
|
<ClInclude Include="..\..\..\..\test\quirks\quirks.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project> |