|
17 | 17 | <Configuration>Release</Configuration>
|
18 | 18 | <Platform>x64</Platform>
|
19 | 19 | </ProjectConfiguration>
|
| 20 | + <ProjectConfiguration Include="test|Win32"> |
| 21 | + <Configuration>test</Configuration> |
| 22 | + <Platform>Win32</Platform> |
| 23 | + </ProjectConfiguration> |
| 24 | + <ProjectConfiguration Include="test|x64"> |
| 25 | + <Configuration>test</Configuration> |
| 26 | + <Platform>x64</Platform> |
| 27 | + </ProjectConfiguration> |
20 | 28 | </ItemGroup>
|
21 | 29 | <ItemGroup>
|
22 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\bfsTravelsal.ixx" /> |
23 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\freeTreeNode.ixx" /> |
24 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\LeetCodeTreeNodeToString.ixx" /> |
25 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\parseLeetCodeBinaryTree.ixx" /> |
26 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\serializeTreeNode.ixx" /> |
27 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\traversalTreeNode.ixx" /> |
28 |
| - <ClCompile Include="..\..\Users\Administrator\AppData\Local\.xmake\packages\l\leetcode-treenode-cpp\1.1.6\211379a6b5ca44ac96c02258817ddd07\modules\leetcode-treenode-cpp\TreeNode.ixx" /> |
| 30 | + <ClCompile Include="..\..\Users\Administrator\Documents\GitHub\leetcode-treenode-cpp\bfsTravelsal.ixx" /> |
| 31 | + <ClCompile Include="..\..\Users\Administrator\Documents\GitHub\leetcode-treenode-cpp\freeTreeNode.ixx" /> |
| 32 | + <ClCompile Include="..\..\Users\Administrator\Documents\GitHub\leetcode-treenode-cpp\LeetCodeTreeNodeToString.ixx" /> |
| 33 | + <ClCompile Include="..\..\Users\Administrator\Documents\GitHub\leetcode-treenode-cpp\parseLeetCodeBinaryTree.ixx" /> |
| 34 | + <ClCompile Include="..\..\Users\Administrator\Documents\GitHub\leetcode-treenode-cpp\serializeTreeNode.ixx" /> |
29 | 35 | <ClCompile Include="PostOrderTraversal.ixx" />
|
30 | 36 | <ClCompile Include="test.cpp">
|
31 | 37 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 38 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
32 | 39 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 40 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
33 | 41 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
34 | 42 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
35 | 43 | </ClCompile>
|
| 44 | + <ClCompile Include="TreeNode.ixx" /> |
36 | 45 | </ItemGroup>
|
37 | 46 | <ItemGroup>
|
38 | 47 | <ClCompile Include="debugTreeNode.ixx">
|
39 | 48 | <FileType>Document</FileType>
|
40 | 49 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 50 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
41 | 51 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 52 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
42 | 53 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
43 | 54 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
44 | 55 | </ClCompile>
|
45 | 56 | <ClCompile Include="EqualTreeNode.ixx">
|
46 | 57 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 58 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
47 | 59 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 60 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
48 | 61 | <FileType>Document</FileType>
|
49 | 62 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
50 | 63 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
51 | 64 | </ClCompile>
|
52 | 65 | <ClCompile Include="HashTreeNode.ixx">
|
53 | 66 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 67 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
54 | 68 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 69 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
55 | 70 | <FileType>Document</FileType>
|
56 | 71 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
57 | 72 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
58 | 73 | </ClCompile>
|
59 | 74 | <ClCompile Include="index.ixx">
|
60 | 75 | <FileType>Document</FileType>
|
61 | 76 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 77 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
62 | 78 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 79 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
63 | 80 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
64 | 81 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
65 | 82 | </ClCompile>
|
66 | 83 | <ClCompile Include="printTreeNode.ixx">
|
67 | 84 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
|
| 85 | + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='test|x64'">false</ExcludedFromBuild> |
68 | 86 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
| 87 | + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='test|x64'">true</DeploymentContent> |
69 | 88 | <FileType>Document</FileType>
|
70 | 89 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
|
71 | 90 | <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
|
|
83 | 102 | <UseDebugLibraries>true</UseDebugLibraries>
|
84 | 103 | <PlatformToolset>v143</PlatformToolset>
|
85 | 104 | </PropertyGroup>
|
| 105 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'" Label="Configuration"> |
| 106 | + <ConfigurationType>Application</ConfigurationType> |
| 107 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 108 | + <PlatformToolset>v143</PlatformToolset> |
| 109 | + </PropertyGroup> |
86 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
87 | 111 | <ConfigurationType>Application</ConfigurationType>
|
88 | 112 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
93 | 117 | <UseDebugLibraries>true</UseDebugLibraries>
|
94 | 118 | <PlatformToolset>v143</PlatformToolset>
|
95 | 119 | </PropertyGroup>
|
| 120 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'" Label="Configuration"> |
| 121 | + <ConfigurationType>Application</ConfigurationType> |
| 122 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 123 | + <PlatformToolset>v143</PlatformToolset> |
| 124 | + </PropertyGroup> |
96 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
97 | 126 | <ConfigurationType>Application</ConfigurationType>
|
98 | 127 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
106 | 135 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
107 | 136 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
108 | 137 | </ImportGroup>
|
| 138 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'" Label="PropertySheets"> |
| 139 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 140 | + </ImportGroup> |
109 | 141 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
110 | 142 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
111 | 143 | </ImportGroup>
|
112 | 144 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
113 | 145 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
114 | 146 | </ImportGroup>
|
| 147 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'" Label="PropertySheets"> |
| 148 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 149 | + </ImportGroup> |
115 | 150 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
116 | 151 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
117 | 152 | </ImportGroup>
|
118 | 153 | <PropertyGroup Label="UserMacros" />
|
119 | 154 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
120 | 155 | <LinkIncremental>true</LinkIncremental>
|
121 | 156 | </PropertyGroup>
|
| 157 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'"> |
| 158 | + <LinkIncremental>true</LinkIncremental> |
| 159 | + </PropertyGroup> |
122 | 160 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
123 | 161 | <LinkIncremental>true</LinkIncremental>
|
124 | 162 | </PropertyGroup>
|
|
136 | 174 | <SubSystem>Console</SubSystem>
|
137 | 175 | </Link>
|
138 | 176 | </ItemDefinitionGroup>
|
| 177 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test|Win32'"> |
| 178 | + <ClCompile> |
| 179 | + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 180 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 181 | + <WarningLevel>Level3</WarningLevel> |
| 182 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 183 | + <Optimization>Disabled</Optimization> |
| 184 | + </ClCompile> |
| 185 | + <Link> |
| 186 | + <TargetMachine>MachineX86</TargetMachine> |
| 187 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 188 | + <SubSystem>Console</SubSystem> |
| 189 | + </Link> |
| 190 | + </ItemDefinitionGroup> |
139 | 191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
140 | 192 | <ClCompile>
|
141 | 193 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
156 | 208 | <LanguageStandard>stdcpp20</LanguageStandard>
|
157 | 209 | </ClCompile>
|
158 | 210 | </ItemDefinitionGroup>
|
| 211 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'"> |
| 212 | + <ClCompile> |
| 213 | + <LanguageStandard>stdcpp20</LanguageStandard> |
| 214 | + </ClCompile> |
| 215 | + </ItemDefinitionGroup> |
159 | 216 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
160 | 217 | <ClCompile>
|
161 | 218 | <LanguageStandard_C>stdc17</LanguageStandard_C>
|
162 | 219 | <CompileAs>CompileAsCppModule</CompileAs>
|
163 | 220 | <EnableModules>true</EnableModules>
|
164 | 221 | </ClCompile>
|
165 | 222 | </ItemDefinitionGroup>
|
| 223 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test|x64'"> |
| 224 | + <ClCompile> |
| 225 | + <LanguageStandard_C>stdc17</LanguageStandard_C> |
| 226 | + <CompileAs>CompileAsCppModule</CompileAs> |
| 227 | + <EnableModules>true</EnableModules> |
| 228 | + <PreprocessorDefinitions>__TEST__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 229 | + <AdditionalIncludeDirectories>C:\Users\Administrator\Documents\vcpkg-master\installed\x64-windows-static\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 230 | + </ClCompile> |
| 231 | + </ItemDefinitionGroup> |
166 | 232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
167 | 233 | <ClCompile>
|
168 | 234 | <LanguageStandard>stdcpp20</LanguageStandard>
|
|
0 commit comments