|
21 | 21 | <PropertyGroup Label="Globals"> |
22 | 22 | <ProjectGuid>{E0964FE3-5D6D-48CB-AC4D-1A6FF19A911C}</ProjectGuid> |
23 | 23 | <Keyword>Win32Proj</Keyword> |
24 | | - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 24 | + <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion> |
25 | 25 | </PropertyGroup> |
26 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 | 27 | <PropertyGroup Label="Configuration"> |
|
39 | 39 | <PropertyGroup Label="UserMacros" /> |
40 | 40 | <PropertyGroup> |
41 | 41 | <EmbedManifest>false</EmbedManifest> |
42 | | - <OutDir>$(SolutionDir)\.$(Configuration)_$(PlatformTarget)\</OutDir> |
43 | | - <IntDir>$(SolutionDir)\.$(Configuration)_$(PlatformTarget)\</IntDir> |
| 42 | + <OutDir>$(SolutionDir)\build\$(PlatformTarget)_$(Configuration)\</OutDir> |
| 43 | + <IntDir>$(SolutionDir)\build\$(PlatformTarget)_$(Configuration)\</IntDir> |
44 | 44 | </PropertyGroup> |
45 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
46 | 46 | <LinkIncremental>true</LinkIncremental> |
|
145 | 145 | </Link> |
146 | 146 | </ItemDefinitionGroup> |
147 | 147 | <ItemGroup> |
148 | | - <ClCompile Include="precomp.cpp"> |
| 148 | + <ClCompile Include="source/precomp.cpp"> |
149 | 149 | <PrecompiledHeader>Create</PrecompiledHeader> |
150 | 150 | <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessToFile> |
151 | 151 | </ClCompile> |
152 | | - <ClCompile Include="Common.ArrayRef.ixx" /> |
153 | | - <ClCompile Include="Common.String.ixx" /> |
154 | | - <ClCompile Include="Common.Variant.ixx" /> |
155 | | - <ClCompile Include="Common.AutoResource.ixx" /> |
156 | | - <ClCompile Include="Common.AutoResource.Windows.ixx" /> |
157 | | - <ClCompile Include="Common.FastVector.ixx" /> |
158 | | - <ClCompile Include="Common.OptionalValue.ixx" /> |
159 | | - <ClCompile Include="Common.ListSubstringPrioritizer.ixx" /> |
160 | | - <ClCompile Include="Common.cpp" /> |
161 | | - <ClCompile Include="WindowUtility.ixx" /> |
162 | | - <ClCompile Include="MessageBoxShaded.ixx" /> |
163 | | - <ClCompile Include="TextTreeParser.ixx" /> |
164 | | - <ClCompile Include="FileHelpers.ixx" /> |
165 | | - <ClCompile Include="DWritEx.ixx" /> |
166 | | - <ClCompile Include="Attributes.ixx" /> |
167 | | - <ClCompile Include="DrawingCanvas.ixx" /> |
168 | | - <ClCompile Include="DrawingCanvasControl.ixx" /> |
169 | | - <ClCompile Include="DrawableObject.ixx" /> |
170 | | - <ClCompile Include="DrawableObjectAndValues.ixx" /> |
171 | | - <ClCompile Include="Application.ixx" /> |
172 | | - <ClCompile Include="MainWindow.ixx" /> |
| 152 | + <ClCompile Include="source/Common.ArrayRef.ixx" /> |
| 153 | + <ClCompile Include="source/Common.String.ixx" /> |
| 154 | + <ClCompile Include="source/Common.Variant.ixx" /> |
| 155 | + <ClCompile Include="source/Common.AutoResource.ixx" /> |
| 156 | + <ClCompile Include="source/Common.AutoResource.Windows.ixx" /> |
| 157 | + <ClCompile Include="source/Common.FastVector.ixx" /> |
| 158 | + <ClCompile Include="source/Common.OptionalValue.ixx" /> |
| 159 | + <ClCompile Include="source/Common.ListSubstringPrioritizer.ixx" /> |
| 160 | + <ClCompile Include="source/Common.cpp" /> |
| 161 | + <ClCompile Include="source/WindowUtility.ixx" /> |
| 162 | + <ClCompile Include="source/MessageBoxShaded.ixx" /> |
| 163 | + <ClCompile Include="source/TextTreeParser.ixx" /> |
| 164 | + <ClCompile Include="source/FileHelpers.ixx" /> |
| 165 | + <ClCompile Include="source/DWritEx.ixx" /> |
| 166 | + <ClCompile Include="source/Attributes.ixx" /> |
| 167 | + <ClCompile Include="source/DrawingCanvas.ixx" /> |
| 168 | + <ClCompile Include="source/DrawingCanvasControl.ixx" /> |
| 169 | + <ClCompile Include="source/DrawableObject.ixx" /> |
| 170 | + <ClCompile Include="source/DrawableObjectAndValues.ixx" /> |
| 171 | + <ClCompile Include="source/Application.ixx" /> |
| 172 | + <ClCompile Include="source/MainWindow.ixx" /> |
173 | 173 | </ItemGroup> |
174 | 174 | <ItemGroup> |
175 | | - <ClInclude Include="Application.h" /> |
176 | | - <ClInclude Include="Application.macros.h" /> |
177 | | - <ClInclude Include="Common.ArrayRef.h" /> |
178 | | - <ClInclude Include="Attributes.h" /> |
179 | | - <ClInclude Include="Common.AutoResource.h" /> |
180 | | - <ClInclude Include="Common.AutoResource.Windows.h" /> |
181 | | - <ClInclude Include="Common.FastVector.h" /> |
182 | | - <ClInclude Include="Common.h" /> |
183 | | - <ClInclude Include="Common.ListSubstringPrioritizer.h" /> |
184 | | - <ClInclude Include="Common.Variant.h" /> |
185 | | - <ClInclude Include="DrawableObject.h" /> |
186 | | - <ClInclude Include="DrawableObjectAndValues.h" /> |
187 | | - <ClInclude Include="DrawingCanvas.h" /> |
188 | | - <ClInclude Include="DrawingCanvasControl.h" /> |
189 | | - <ClInclude Include="DWritEx.h" /> |
190 | | - <ClInclude Include="FileHelpers.h" /> |
191 | | - <ClInclude Include="MainWindow.h" /> |
192 | | - <ClInclude Include="Common.OptionalValue.h" /> |
193 | | - <ClInclude Include="MessageBoxShaded.h" /> |
194 | | - <ClInclude Include="precomp.h" /> |
195 | | - <ClInclude Include="resource.h" /> |
196 | | - <ClInclude Include="Common.String.h" /> |
197 | | - <ClInclude Include="TextTreeParser.h" /> |
198 | | - <ClInclude Include="WindowUtility.h" /> |
199 | | - <ClInclude Include="WindowUtility.macros.h" /> |
| 175 | + <ClInclude Include="source/Application.h" /> |
| 176 | + <ClInclude Include="source/Application.macros.h" /> |
| 177 | + <ClInclude Include="source/Common.ArrayRef.h" /> |
| 178 | + <ClInclude Include="source/Attributes.h" /> |
| 179 | + <ClInclude Include="source/Common.AutoResource.h" /> |
| 180 | + <ClInclude Include="source/Common.AutoResource.Windows.h" /> |
| 181 | + <ClInclude Include="source/Common.FastVector.h" /> |
| 182 | + <ClInclude Include="source/Common.h" /> |
| 183 | + <ClInclude Include="source/Common.ListSubstringPrioritizer.h" /> |
| 184 | + <ClInclude Include="source/Common.Variant.h" /> |
| 185 | + <ClInclude Include="source/DrawableObject.h" /> |
| 186 | + <ClInclude Include="source/DrawableObjectAndValues.h" /> |
| 187 | + <ClInclude Include="source/DrawingCanvas.h" /> |
| 188 | + <ClInclude Include="source/DrawingCanvasControl.h" /> |
| 189 | + <ClInclude Include="source/DWritEx.h" /> |
| 190 | + <ClInclude Include="source/FileHelpers.h" /> |
| 191 | + <ClInclude Include="source/MainWindow.h" /> |
| 192 | + <ClInclude Include="source/Common.OptionalValue.h" /> |
| 193 | + <ClInclude Include="source/MessageBoxShaded.h" /> |
| 194 | + <ClInclude Include="source/precomp.h" /> |
| 195 | + <ClInclude Include="source/resource.h" /> |
| 196 | + <ClInclude Include="source/Common.String.h" /> |
| 197 | + <ClInclude Include="source/TextTreeParser.h" /> |
| 198 | + <ClInclude Include="source/WindowUtility.h" /> |
| 199 | + <ClInclude Include="source/WindowUtility.macros.h" /> |
200 | 200 | </ItemGroup> |
201 | 201 | <ItemGroup> |
202 | | - <ResourceCompile Include="MainWindow.rc" /> |
| 202 | + <ResourceCompile Include="resource/MainWindow.rc" /> |
203 | 203 | </ItemGroup> |
204 | 204 | <ItemGroup> |
205 | | - <Manifest Include="MainWindow.manifest" /> |
| 205 | + <Manifest Include="resource/MainWindow.manifest" /> |
206 | 206 | </ItemGroup> |
207 | 207 | <ItemGroup> |
208 | | - <Image Include="MainWindow.ico" /> |
| 208 | + <Image Include="resource/MainWindow.ico" /> |
209 | 209 | </ItemGroup> |
210 | 210 | <ItemGroup> |
211 | | - <None Include="LICENSE" /> |
| 211 | + <None Include="LICENSE.txt" /> |
212 | 212 | </ItemGroup> |
213 | 213 | <ItemGroup> |
214 | | - <Natvis Include="Common.ArrayRef.natvis" /> |
215 | | - <Natvis Include="Common.FastVector.natvis" /> |
| 214 | + <Natvis Include="source/Common.ArrayRef.natvis" /> |
| 215 | + <Natvis Include="source/Common.FastVector.natvis" /> |
216 | 216 | </ItemGroup> |
217 | 217 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
218 | 218 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments