diff options
Diffstat (limited to 'plugins/DbChecker/dbchecker.vcxproj')
| -rw-r--r-- | plugins/DbChecker/dbchecker.vcxproj | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/plugins/DbChecker/dbchecker.vcxproj b/plugins/DbChecker/dbchecker.vcxproj new file mode 100644 index 0000000000..07a3db537f --- /dev/null +++ b/plugins/DbChecker/dbchecker.vcxproj @@ -0,0 +1,52 @@ +<?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> + <ItemGroup> + <ClCompile Include="src\cleaning.cpp" /> + <ClCompile Include="src\fileaccess.cpp" /> + <ClCompile Include="src\finished.cpp" /> + <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\openerror.cpp" /> + <ClCompile Include="src\progress.cpp" /> + <ClCompile Include="src\selectdb.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClCompile Include="src\welcome.cpp" /> + <ClCompile Include="src\wizard.cpp" /> + <ClCompile Include="src\worker.cpp" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\resource.rc" /> + <ResourceCompile Include="res\version.rc" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>DbChecker</ProjectName> + <ProjectGuid>{A2E9DA24-95E4-4414-94AF-488A382E276A}</ProjectGuid> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> +</Project>
\ No newline at end of file |
