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>{854598D2-E0C6-4728-93AA-54172E7F1615}</ProjectGuid> |
---|
15 | </PropertyGroup> |
---|
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
17 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
---|
18 | <ConfigurationType>Application</ConfigurationType> |
---|
19 | <PlatformToolset>v100</PlatformToolset> |
---|
20 | <CharacterSet>Unicode</CharacterSet> |
---|
21 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
22 | </PropertyGroup> |
---|
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
---|
24 | <ConfigurationType>Application</ConfigurationType> |
---|
25 | <PlatformToolset>v100</PlatformToolset> |
---|
26 | <CharacterSet>Unicode</CharacterSet> |
---|
27 | </PropertyGroup> |
---|
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
29 | <ImportGroup Label="ExtensionSettings"> |
---|
30 | </ImportGroup> |
---|
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
---|
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
33 | </ImportGroup> |
---|
34 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
---|
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
36 | </ImportGroup> |
---|
37 | <PropertyGroup Label="UserMacros" /> |
---|
38 | <PropertyGroup> |
---|
39 | <_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion> |
---|
40 | </PropertyGroup> |
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
42 | <OutDir>Debug\</OutDir> |
---|
43 | <IntDir>Debug\</IntDir> |
---|
44 | <LinkIncremental>true</LinkIncremental> |
---|
45 | </PropertyGroup> |
---|
46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
47 | <OutDir>Release\</OutDir> |
---|
48 | <IntDir>Release\</IntDir> |
---|
49 | <LinkIncremental>false</LinkIncremental> |
---|
50 | </PropertyGroup> |
---|
51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
52 | <Midl> |
---|
53 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
54 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
55 | <TargetEnvironment>Win32</TargetEnvironment> |
---|
56 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
57 | <TypeLibraryName>$(IntDir)DispEventSample03.tlb</TypeLibraryName> |
---|
58 | <HeaderFileName>DispEventSample03.h</HeaderFileName> |
---|
59 | <DllDataFileName /> |
---|
60 | <InterfaceIdentifierFileName>DispEventSample03_i.c</InterfaceIdentifierFileName> |
---|
61 | <ProxyFileName>DispEventSample03_p.c</ProxyFileName> |
---|
62 | </Midl> |
---|
63 | <ClCompile> |
---|
64 | <Optimization>Disabled</Optimization> |
---|
65 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
66 | <MinimalRebuild>true</MinimalRebuild> |
---|
67 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
---|
68 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
---|
69 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
70 | <WarningLevel>Level3</WarningLevel> |
---|
71 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
---|
72 | </ClCompile> |
---|
73 | <ResourceCompile> |
---|
74 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
75 | <Culture>0x0409</Culture> |
---|
76 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
77 | </ResourceCompile> |
---|
78 | <Link> |
---|
79 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
80 | <SubSystem>Windows</SubSystem> |
---|
81 | <TargetMachine>MachineX86</TargetMachine> |
---|
82 | </Link> |
---|
83 | <PostBuildEvent> |
---|
84 | <Message>Performing registration...</Message> |
---|
85 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
86 | </PostBuildEvent> |
---|
87 | </ItemDefinitionGroup> |
---|
88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
89 | <Midl> |
---|
90 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
91 | <MkTypLibCompatible>false</MkTypLibCompatible> |
---|
92 | <TargetEnvironment>Win32</TargetEnvironment> |
---|
93 | <GenerateStublessProxies>true</GenerateStublessProxies> |
---|
94 | <TypeLibraryName>$(IntDir)DispEventSample03.tlb</TypeLibraryName> |
---|
95 | <HeaderFileName>DispEventSample03.h</HeaderFileName> |
---|
96 | <DllDataFileName /> |
---|
97 | <InterfaceIdentifierFileName>DispEventSample03_i.c</InterfaceIdentifierFileName> |
---|
98 | <ProxyFileName>DispEventSample03_p.c</ProxyFileName> |
---|
99 | </Midl> |
---|
100 | <ClCompile> |
---|
101 | <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
102 | <ExceptionHandling>Sync</ExceptionHandling> |
---|
103 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
---|
104 | <PrecompiledHeader>Use</PrecompiledHeader> |
---|
105 | <WarningLevel>Level3</WarningLevel> |
---|
106 | <DebugInformationFormat /> |
---|
107 | <Optimization>Full</Optimization> |
---|
108 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
---|
109 | <IntrinsicFunctions>true</IntrinsicFunctions> |
---|
110 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
---|
111 | <OmitFramePointers>true</OmitFramePointers> |
---|
112 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
---|
113 | <WholeProgramOptimization>true</WholeProgramOptimization> |
---|
114 | <StringPooling>true</StringPooling> |
---|
115 | </ClCompile> |
---|
116 | <ResourceCompile> |
---|
117 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
118 | <Culture>0x0409</Culture> |
---|
119 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
120 | </ResourceCompile> |
---|
121 | <Link> |
---|
122 | <SubSystem>Windows</SubSystem> |
---|
123 | <TargetMachine>MachineX86</TargetMachine> |
---|
124 | </Link> |
---|
125 | <PostBuildEvent> |
---|
126 | <Message>Performing registration...</Message> |
---|
127 | <Command>"$(TargetPath)" /RegServer</Command> |
---|
128 | </PostBuildEvent> |
---|
129 | </ItemDefinitionGroup> |
---|
130 | <ItemGroup> |
---|
131 | <ClCompile Include="DispEventSample03.cpp" /> |
---|
132 | <ClCompile Include="stdafx.cpp"> |
---|
133 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
---|
134 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
---|
135 | </ClCompile> |
---|
136 | </ItemGroup> |
---|
137 | <ItemGroup> |
---|
138 | <Midl Include="DispEventSample03.idl" /> |
---|
139 | </ItemGroup> |
---|
140 | <ItemGroup> |
---|
141 | <ClInclude Include="MainDialog.h" /> |
---|
142 | <ClInclude Include="resource.h" /> |
---|
143 | <ClInclude Include="stdafx.h" /> |
---|
144 | </ItemGroup> |
---|
145 | <ItemGroup> |
---|
146 | <Image Include="DispEventSample03.ico" /> |
---|
147 | <Image Include="res\DispEventSample03.ico" /> |
---|
148 | </ItemGroup> |
---|
149 | <ItemGroup> |
---|
150 | <ResourceCompile Include="DispEventSample03.rc" /> |
---|
151 | </ItemGroup> |
---|
152 | <ItemGroup> |
---|
153 | <None Include="DispEventSample03.rgs" /> |
---|
154 | </ItemGroup> |
---|
155 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
156 | <ImportGroup Label="ExtensionTargets"> |
---|
157 | </ImportGroup> |
---|
158 | </Project> |
---|