Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2525 | - | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64"> |
||
9 | <Configuration>Debug</Configuration> |
||
10 | <Platform>x64</Platform> |
||
11 | </ProjectConfiguration> |
||
12 | <ProjectConfiguration Include="Release|Win32"> |
||
13 | <Configuration>Release</Configuration> |
||
14 | <Platform>Win32</Platform> |
||
15 | </ProjectConfiguration> |
||
16 | <ProjectConfiguration Include="Release|x64"> |
||
17 | <Configuration>Release</Configuration> |
||
18 | <Platform>x64</Platform> |
||
19 | </ProjectConfiguration> |
||
20 | </ItemGroup> |
||
21 | <PropertyGroup Label="Globals"> |
||
22 | <ProjectGuid>{FD48314A-9615-4BA6-913A-03787FB2DD30}</ProjectGuid> |
||
23 | <RootNamespace>WebCamLib</RootNamespace> |
||
24 | <Keyword>ManagedCProj</Keyword> |
||
25 | <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
||
26 | </PropertyGroup> |
||
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
||
29 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
||
30 | <CharacterSet>Unicode</CharacterSet> |
||
31 | <CLRSupport>true</CLRSupport> |
||
32 | <WholeProgramOptimization>true</WholeProgramOptimization> |
||
33 | <PlatformToolset>v140</PlatformToolset> |
||
34 | <UseOfMfc>false</UseOfMfc> |
||
35 | </PropertyGroup> |
||
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
||
37 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
||
38 | <CharacterSet>Unicode</CharacterSet> |
||
39 | <CLRSupport>true</CLRSupport> |
||
40 | <PlatformToolset>v140</PlatformToolset> |
||
41 | <UseOfMfc>false</UseOfMfc> |
||
42 | </PropertyGroup> |
||
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
||
44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
||
45 | <CharacterSet>Unicode</CharacterSet> |
||
46 | <CLRSupport>true</CLRSupport> |
||
47 | <WholeProgramOptimization>true</WholeProgramOptimization> |
||
48 | <PlatformToolset>v140</PlatformToolset> |
||
49 | </PropertyGroup> |
||
50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
||
51 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
||
52 | <CharacterSet>Unicode</CharacterSet> |
||
53 | <CLRSupport>true</CLRSupport> |
||
54 | <PlatformToolset>v140</PlatformToolset> |
||
55 | </PropertyGroup> |
||
56 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
57 | <ImportGroup Label="ExtensionSettings"> |
||
58 | </ImportGroup> |
||
59 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
||
60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
61 | </ImportGroup> |
||
62 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
||
63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
64 | </ImportGroup> |
||
65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
||
66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
67 | </ImportGroup> |
||
68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
||
69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
70 | </ImportGroup> |
||
71 | <PropertyGroup Label="UserMacros" /> |
||
72 | <PropertyGroup> |
||
73 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
||
74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)bin\$(Configuration)\$(Platform)\</OutDir> |
||
75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)obj\$(Configuration)\$(Platform)\</IntDir> |
||
76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
||
77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)bin\$(Configuration)\$(Platform)\</OutDir> |
||
78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)obj\$(Configuration)\$(Platform)\</IntDir> |
||
79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
||
80 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)bin\$(Configuration)\$(Platform)\</OutDir> |
||
81 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)obj\$(Configuration)\$(Platform)\</IntDir> |
||
82 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> |
||
83 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)bin\$(Configuration)\$(Platform)\</OutDir> |
||
84 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)obj\$(Configuration)\$(Platform)\</IntDir> |
||
85 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> |
||
86 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
87 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
88 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
||
89 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
90 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
||
91 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
||
92 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
93 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
94 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
||
95 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
||
96 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
||
97 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
||
98 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)</TargetName> |
||
99 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName> |
||
100 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName> |
||
101 | <RunCodeAnalysis Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</RunCodeAnalysis> |
||
102 | <RunCodeAnalysis Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</RunCodeAnalysis> |
||
103 | </PropertyGroup> |
||
104 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
105 | <RunCodeAnalysis>true</RunCodeAnalysis> |
||
106 | </PropertyGroup> |
||
107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||
108 | <RunCodeAnalysis>true</RunCodeAnalysis> |
||
109 | </PropertyGroup> |
||
110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
||
111 | <ClCompile> |
||
112 | <Optimization>Disabled</Optimization> |
||
113 | <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
114 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
||
115 | <PrecompiledHeader> |
||
116 | </PrecompiledHeader> |
||
117 | <WarningLevel>Level4</WarningLevel> |
||
118 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
119 | </ClCompile> |
||
120 | <Link> |
||
121 | <AdditionalDependencies>Strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||
122 | <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> |
||
123 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
124 | <AssemblyDebug>true</AssemblyDebug> |
||
125 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
||
126 | <DataExecutionPrevention> |
||
127 | </DataExecutionPrevention> |
||
128 | <TargetMachine>MachineX86</TargetMachine> |
||
129 | </Link> |
||
130 | <PostBuildEvent> |
||
131 | <Command> |
||
132 | </Command> |
||
133 | </PostBuildEvent> |
||
134 | </ItemDefinitionGroup> |
||
135 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
||
136 | <ClCompile> |
||
137 | <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
138 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
||
139 | <PrecompiledHeader> |
||
140 | </PrecompiledHeader> |
||
141 | <WarningLevel>Level4</WarningLevel> |
||
142 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
143 | </ClCompile> |
||
144 | <Link> |
||
145 | <AdditionalDependencies>Strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||
146 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
147 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
||
148 | <DataExecutionPrevention> |
||
149 | </DataExecutionPrevention> |
||
150 | <TargetMachine>MachineX86</TargetMachine> |
||
151 | </Link> |
||
152 | </ItemDefinitionGroup> |
||
153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
||
154 | <Midl> |
||
155 | <TargetEnvironment>X64</TargetEnvironment> |
||
156 | </Midl> |
||
157 | <ClCompile> |
||
158 | <Optimization>Disabled</Optimization> |
||
159 | <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
160 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
||
161 | <PrecompiledHeader> |
||
162 | </PrecompiledHeader> |
||
163 | <WarningLevel>Level3</WarningLevel> |
||
164 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
165 | <EnablePREfast>true</EnablePREfast> |
||
166 | </ClCompile> |
||
167 | <Link> |
||
168 | <AdditionalDependencies>Strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||
169 | <OutputFile>$(ProjectDir)bin\$(Configuration)\$(Platform)\$(TargetFileName)</OutputFile> |
||
170 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
171 | <AssemblyDebug>true</AssemblyDebug> |
||
172 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
||
173 | <DataExecutionPrevention> |
||
174 | </DataExecutionPrevention> |
||
175 | <TargetMachine>MachineX64</TargetMachine> |
||
176 | <ShowProgress>LinkVerbose</ShowProgress> |
||
177 | </Link> |
||
178 | <PostBuildEvent> |
||
179 | <Command> |
||
180 | </Command> |
||
181 | </PostBuildEvent> |
||
182 | </ItemDefinitionGroup> |
||
183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||
184 | <Midl> |
||
185 | <TargetEnvironment>X64</TargetEnvironment> |
||
186 | </Midl> |
||
187 | <ClCompile> |
||
188 | <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
||
189 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
||
190 | <PrecompiledHeader> |
||
191 | </PrecompiledHeader> |
||
192 | <WarningLevel>Level4</WarningLevel> |
||
193 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
||
194 | <EnablePREfast>true</EnablePREfast> |
||
195 | </ClCompile> |
||
196 | <Link> |
||
197 | <AdditionalDependencies>Strmiids.lib;%(AdditionalDependencies)</AdditionalDependencies> |
||
198 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
199 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
||
200 | <DataExecutionPrevention> |
||
201 | </DataExecutionPrevention> |
||
202 | <TargetMachine>MachineX64</TargetMachine> |
||
203 | <ShowProgress>LinkVerbose</ShowProgress> |
||
204 | <OutputFile>$(ProjectDir)bin\$(Configuration)\$(Platform)\$(TargetFileName)</OutputFile> |
||
205 | </Link> |
||
206 | </ItemDefinitionGroup> |
||
207 | <ItemGroup> |
||
208 | <Reference Include="System"> |
||
209 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
||
210 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
||
211 | </Reference> |
||
212 | <Reference Include="System.Data"> |
||
213 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
||
214 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
||
215 | </Reference> |
||
216 | <Reference Include="System.Xml"> |
||
217 | <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies> |
||
218 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
||
219 | </Reference> |
||
220 | </ItemGroup> |
||
221 | <ItemGroup> |
||
222 | <ClCompile Include="WebCamLib.cpp" /> |
||
223 | </ItemGroup> |
||
224 | <ItemGroup> |
||
225 | <ClInclude Include="qedit.h" /> |
||
226 | <ClInclude Include="WebCamLib.h" /> |
||
227 | </ItemGroup> |
||
228 | <ItemGroup> |
||
229 | <None Include="ClassDiagram.cd" /> |
||
230 | </ItemGroup> |
||
231 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
||
232 | <ImportGroup Label="ExtensionTargets"> |
||
233 | </ImportGroup> |
||
234 | </Project> |