source: Vago/quazip-0.7.2/qztest/qztest.vcxproj@ 1049

Last change on this file since 1049 was 1049, checked in by s10k, 8 years ago
File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{7632B767-D089-4F15-8B1E-C4B3F9EBF592}</ProjectGuid>
15 <RootNamespace>qztest</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 </PropertyGroup>
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
23 <ConfigurationType>Application</ConfigurationType>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
26 <ImportGroup Label="ExtensionSettings">
27 </ImportGroup>
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
30 <Import Project="..\..\qt4.props" />
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 <Import Project="..\..\qt4.props" />
35 </ImportGroup>
36 <PropertyGroup Label="UserMacros" />
37 <PropertyGroup>
38 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental>
45 </PropertyGroup>
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47 <ClCompile>
48 <Optimization>Disabled</Optimization>
49 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51 <MinimalRebuild>true</MinimalRebuild>
52 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
53 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
54 <PrecompiledHeader>
55 </PrecompiledHeader>
56 <WarningLevel>Level3</WarningLevel>
57 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
58 </ClCompile>
59 <Link>
60 <AdditionalDependencies>QtCored4.lib;QtTestd4.lib;%(AdditionalDependencies)</AdditionalDependencies>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 <SubSystem>Console</SubSystem>
63 <TargetMachine>MachineX86</TargetMachine>
64 </Link>
65 <PostBuildEvent>
66 <Command>copy /y $(SolutionDir)\quazip\Debug\quazip.dll $(OutDir)\</Command>
67 </PostBuildEvent>
68 </ItemDefinitionGroup>
69 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70 <ClCompile>
71 <AdditionalIncludeDirectories>..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
72 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
74 <PrecompiledHeader>
75 </PrecompiledHeader>
76 <WarningLevel>Level3</WarningLevel>
77 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78 </ClCompile>
79 <Link>
80 <AdditionalDependencies>QtCore4.lib;QtTest4.lib;%(AdditionalDependencies)</AdditionalDependencies>
81 <GenerateDebugInformation>true</GenerateDebugInformation>
82 <SubSystem>Console</SubSystem>
83 <OptimizeReferences>true</OptimizeReferences>
84 <EnableCOMDATFolding>true</EnableCOMDATFolding>
85 <TargetMachine>MachineX86</TargetMachine>
86 </Link>
87 <PostBuildEvent>
88 <Command>copy /y $(SolutionDir)\quazip\Release\quazip.dll $(OutDir)\</Command>
89 </PostBuildEvent>
90 </ItemDefinitionGroup>
91 <ItemGroup>
92 <ProjectReference Include="..\quazip\quazip.vcxproj">
93 <Project>{e4ac5f56-b711-4f0e-bc83-cde8b6cd53ad}</Project>
94 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
95 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
96 </ProjectReference>
97 </ItemGroup>
98 <ItemGroup>
99 <ClInclude Include="qztest.h" />
100 <ClInclude Include="testjlcompress.h" />
101 <ClInclude Include="testquachecksum32.h" />
102 <ClInclude Include="testquagzipfile.h" />
103 <ClInclude Include="testquaziodevice.h" />
104 <ClInclude Include="testquazip.h" />
105 <ClInclude Include="testquazipdir.h" />
106 <ClInclude Include="testquazipfile.h" />
107 </ItemGroup>
108 <ItemGroup>
109 <ClCompile Include="moc\moc_testjlcompress.cpp" />
110 <ClCompile Include="moc\moc_testquachecksum32.cpp" />
111 <ClCompile Include="moc\moc_testquagzipfile.cpp" />
112 <ClCompile Include="moc\moc_testquaziodevice.cpp" />
113 <ClCompile Include="moc\moc_testquazip.cpp" />
114 <ClCompile Include="moc\moc_testquazipdir.cpp" />
115 <ClCompile Include="moc\moc_testquazipfile.cpp" />
116 <ClCompile Include="qztest.cpp" />
117 <ClCompile Include="testjlcompress.cpp" />
118 <ClCompile Include="testquachecksum32.cpp" />
119 <ClCompile Include="testquagzipfile.cpp" />
120 <ClCompile Include="testquaziodevice.cpp" />
121 <ClCompile Include="testquazip.cpp" />
122 <ClCompile Include="testquazipdir.cpp" />
123 <ClCompile Include="testquazipfile.cpp" />
124 </ItemGroup>
125 <ItemGroup>
126 <None Include="debug\BuildLog.htm" />
127 <None Include="release\BuildLog.htm" />
128 </ItemGroup>
129 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
130 <ImportGroup Label="ExtensionTargets">
131 </ImportGroup>
132</Project>
Note: See TracBrowser for help on using the repository browser.