diff options
Diffstat (limited to 'plugins/dbrw/dbrw.vcxproj')
-rw-r--r-- | plugins/dbrw/dbrw.vcxproj | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/plugins/dbrw/dbrw.vcxproj b/plugins/dbrw/dbrw.vcxproj new file mode 100644 index 0000000000..12da7c3f0b --- /dev/null +++ b/plugins/dbrw/dbrw.vcxproj @@ -0,0 +1,46 @@ +<?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>dbrw</ProjectName> + <ProjectGuid>{D34FF12B-352D-4B2C-A31F-DDB8ADC8EE8A}</ProjectGuid> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> + <ItemDefinitionGroup> + <Midl> + <SuppressStartupBanner>true</SuppressStartupBanner> + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <TypeLibraryName Condition="'$(Configuration)'=='Debug'">.\Debug\dbrw.tlb</TypeLibraryName> + <TypeLibraryName Condition="'$(Configuration)'=='Release'">.\Release\dbrw.tlb</TypeLibraryName> + <MkTypLibCompatible>true</MkTypLibCompatible> + <TargetEnvironment Condition="'$(Platform)'=='Win32'">Win32</TargetEnvironment> + </Midl> + <Bscmake> + <SuppressStartupBanner>true</SuppressStartupBanner> + <OutputFile>$(IntDir)$(TargetName).bsc</OutputFile> + </Bscmake> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="src\sqlite3\sqlite3.h" /> + <ClCompile Include="src\sqlite3\sqlite3.c" /> + </ItemGroup> +</Project>
\ No newline at end of file |