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