diff options
author | Micah Anderson <micah@riseup.net> | 2014-08-11 14:04:41 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-08-11 14:04:41 -0400 |
commit | 94cc35faeb6248d75841a5f47a41a266086b4d16 (patch) | |
tree | adef88a73becc807b0485ddf1b7670865b8e680f /builds/msvc/vs2013/test/test.props | |
parent | 2e59f9740a29439df7c7a56cf0ae83dec3081d31 (diff) |
initial import of upstream sourcesupstream/latestupstream/0.6.1
Diffstat (limited to 'builds/msvc/vs2013/test/test.props')
-rw-r--r-- | builds/msvc/vs2013/test/test.props | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/builds/msvc/vs2013/test/test.props b/builds/msvc/vs2013/test/test.props deleted file mode 100644 index de8bd4e..0000000 --- a/builds/msvc/vs2013/test/test.props +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - - <PropertyGroup Label="Globals"> - <_PropertySheetDisplayName>Libsodium Test Common Settings</_PropertySheetDisplayName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <RunCodeAnalysis>false</RunCodeAnalysis> - </PropertyGroup> - - <!-- Configuration --> - - <ItemDefinitionGroup> - <ClCompile> - <AdditionalIncludeDirectories>$(RepoRoot)test\default\;$(RepoRoot)test\quirks\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <EnablePREfast>false</EnablePREfast> - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <!--<PreprocessorDefinitions>NATIVE_LITTLE_ENDIAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>--> - </ClCompile> - </ItemDefinitionGroup> - - <!-- Dependencies --> - - <ImportGroup Label="PropertySheets"> - <Import Project="$(SolutionDir)libsodium.import.props" /> - </ImportGroup> - - <PropertyGroup Condition="'$(DefaultLinkage)' == 'dynamic'"> - <Linkage-libsodium>dynamic</Linkage-libsodium> - </PropertyGroup> - <PropertyGroup Condition="'$(DefaultLinkage)' == 'ltcg'"> - <Linkage-libsodium>ltcg</Linkage-libsodium> - </PropertyGroup> - <PropertyGroup Condition="'$(DefaultLinkage)' == 'static'"> - <Linkage-libsodium>static</Linkage-libsodium> - </PropertyGroup> - - <!-- Messages --> - - <Target Name="LinkageInfo" BeforeTargets="PrepareForBuild"> - <Message Text="Linkage-libsodium : $(Linkage-libsodium)" Importance="high"/> - </Target> - -</Project>
\ No newline at end of file |