summaryrefslogtreecommitdiff
path: root/libs/libqrencode/libqrencode.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libqrencode/libqrencode.vcxproj')
-rw-r--r--libs/libqrencode/libqrencode.vcxproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/libs/libqrencode/libqrencode.vcxproj b/libs/libqrencode/libqrencode.vcxproj
new file mode 100644
index 0000000000..74b2f7afe2
--- /dev/null
+++ b/libs/libqrencode/libqrencode.vcxproj
@@ -0,0 +1,36 @@
+<?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">
+ <ProjectGuid>{4D3554DE-6E14-4F94-A909-A4B19151A47E}</ProjectGuid>
+ <ProjectName>libqrencode</ProjectName>
+ <TargetName>libqrencode</TargetName>
+ </PropertyGroup>
+ <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <PreprocessorDefinitions>HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>.\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <ModuleDefinitionFile>src/qrencode.def</ModuleDefinitionFile>
+ </Link>
+ </ItemDefinitionGroup>
+</Project> \ No newline at end of file