|
10 | 10 | <Configuration>Release</Configuration> |
11 | 11 | <Platform>Win32</Platform> |
12 | 12 | </ProjectConfiguration> |
13 | | - <ProjectConfiguration Include="Debug|x64"> |
14 | | - <Configuration>Debug</Configuration> |
15 | | - <Platform>x64</Platform> |
16 | | - </ProjectConfiguration> |
17 | | - <ProjectConfiguration Include="Release|x64"> |
18 | | - <Configuration>Release</Configuration> |
19 | | - <Platform>x64</Platform> |
20 | | - </ProjectConfiguration> |
21 | 13 | </ItemGroup> |
22 | 14 | <PropertyGroup Label="Globals"> |
23 | 15 | <ProjectGuid>{4CCF39CB-4794-44E2-AA57-D215F13CF606}</ProjectGuid> |
|
39 | 31 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 32 | <CharacterSet>Unicode</CharacterSet> |
41 | 33 | </PropertyGroup> |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
44 | | - <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v140</PlatformToolset> |
46 | | - <CharacterSet>Unicode</CharacterSet> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
50 | | - <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v140</PlatformToolset> |
52 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | | - <CharacterSet>Unicode</CharacterSet> |
54 | | - </PropertyGroup> |
55 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 35 | <ImportGroup Label="ExtensionSettings"> |
57 | 36 | </ImportGroup> |
|
65 | 44 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
66 | 45 | <Import Project="..\..\inc\Common.props" /> |
67 | 46 | </ImportGroup> |
68 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
69 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
70 | | - <Import Project="..\..\inc\Common.Debug.props" /> |
71 | | - </ImportGroup> |
72 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
73 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
74 | | - <Import Project="..\..\inc\Common.props" /> |
75 | | - </ImportGroup> |
76 | 47 | <PropertyGroup Label="UserMacros" /> |
77 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
78 | 49 | <TargetName>vswhere</TargetName> |
|
98 | 69 | </ResourceCompile> |
99 | 70 | <Lib> |
100 | 71 | <TargetMachine>MachineX86</TargetMachine> |
| 72 | + <AdditionalDependencies>shell32.lib;version.lib</AdditionalDependencies> |
101 | 73 | </Lib> |
102 | 74 | </ItemDefinitionGroup> |
103 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
104 | | - <ClCompile> |
105 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
106 | | - <WarningLevel>Level3</WarningLevel> |
107 | | - <Optimization>Disabled</Optimization> |
108 | | - <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
109 | | - <SDLCheck>true</SDLCheck> |
110 | | - </ClCompile> |
111 | | - <Link> |
112 | | - <SubSystem>Windows</SubSystem> |
113 | | - </Link> |
114 | | - <ResourceCompile> |
115 | | - <ResourceOutputFileName>$(OutDir)%(Filename).res</ResourceOutputFileName> |
116 | | - </ResourceCompile> |
117 | | - </ItemDefinitionGroup> |
118 | 75 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
119 | 76 | <ClCompile> |
120 | 77 | <WarningLevel>Level3</WarningLevel> |
|
136 | 93 | </ResourceCompile> |
137 | 94 | <Lib> |
138 | 95 | <TargetMachine>MachineX86</TargetMachine> |
| 96 | + <AdditionalDependencies>shell32.lib;version.lib</AdditionalDependencies> |
139 | 97 | </Lib> |
140 | 98 | </ItemDefinitionGroup> |
141 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
142 | | - <ClCompile> |
143 | | - <WarningLevel>Level3</WarningLevel> |
144 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
145 | | - <Optimization>MaxSpeed</Optimization> |
146 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
147 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
148 | | - <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
149 | | - <SDLCheck>true</SDLCheck> |
150 | | - </ClCompile> |
151 | | - <Link> |
152 | | - <SubSystem>Windows</SubSystem> |
153 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
154 | | - <OptimizeReferences>true</OptimizeReferences> |
155 | | - </Link> |
156 | | - <ResourceCompile> |
157 | | - <ResourceOutputFileName>$(OutDir)%(Filename).res</ResourceOutputFileName> |
158 | | - </ResourceCompile> |
159 | | - </ItemDefinitionGroup> |
160 | 99 | <ItemGroup> |
161 | 100 | <ClInclude Include="Console.h" /> |
162 | 101 | <ClInclude Include="CoInitializer.h" /> |
|
169 | 108 | <ClInclude Include="JsonFormatter.h" /> |
170 | 109 | <ClInclude Include="LegacyInstance.h" /> |
171 | 110 | <ClInclude Include="LegacyProvider.h" /> |
| 111 | + <ClInclude Include="Module.h" /> |
172 | 112 | <ClInclude Include="resource.h" /> |
173 | 113 | <ClInclude Include="ResourceManager.h" /> |
174 | 114 | <ClInclude Include="SafeArray.h" /> |
|
189 | 129 | <ClCompile Include="JsonFormatter.cpp" /> |
190 | 130 | <ClCompile Include="LegacyInstance.cpp" /> |
191 | 131 | <ClCompile Include="LegacyProvider.cpp" /> |
| 132 | + <ClCompile Include="Module.cpp" /> |
192 | 133 | <ClCompile Include="ResourceManager.cpp" /> |
193 | 134 | <ClCompile Include="stdafx.cpp"> |
194 | 135 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
195 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
196 | 136 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
197 | | - <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
198 | 137 | </ClCompile> |
199 | 138 | <ClCompile Include="TextFormatter.cpp" /> |
200 | 139 | <ClCompile Include="Utilities.cpp" /> |
|
0 commit comments