summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt/stdcrypt.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-08 19:57:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-08 19:57:35 +0000
commitd7b4175e4ec7b916e22c59cf2e292c8265df1838 (patch)
tree7b003a0def7a69fb8d02c3f240d6c74ddb1ad756 /src/core/stdcrypt/stdcrypt.vcxproj
parent1555d00e6825086309b29f4782f47a44efe41c91 (diff)
stdcrypt: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/stdcrypt.vcxproj')
-rw-r--r--src/core/stdcrypt/stdcrypt.vcxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/core/stdcrypt/stdcrypt.vcxproj b/src/core/stdcrypt/stdcrypt.vcxproj
new file mode 100644
index 0000000000..5d81adb0bb
--- /dev/null
+++ b/src/core/stdcrypt/stdcrypt.vcxproj
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectName>StdCrypt</ProjectName>
+ <ProjectGuid>{8D0F60DE-DB07-49FD-8E1F-0DE558BE6DE3}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\libs\zlib\zlib.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
+</Project> \ No newline at end of file