| 1 | <?xml version="1.0" encoding="shift_jis"?>
 | 
|---|
| 2 | <VisualStudioProject
 | 
|---|
| 3 |     ProjectType="Visual C++"
 | 
|---|
| 4 |     Version="8.00"
 | 
|---|
| 5 |     Name="compiler"
 | 
|---|
| 6 |     ProjectGUID="{11F0E9AB-EAEC-4616-A9DD-838073342CBB}"
 | 
|---|
| 7 |     RootNamespace="compiler_x86"
 | 
|---|
| 8 |     >
 | 
|---|
| 9 |     <Platforms>
 | 
|---|
| 10 |         <Platform
 | 
|---|
| 11 |             Name="Win32"
 | 
|---|
| 12 |         />
 | 
|---|
| 13 |         <Platform
 | 
|---|
| 14 |             Name="x64"
 | 
|---|
| 15 |         />
 | 
|---|
| 16 |     </Platforms>
 | 
|---|
| 17 |     <ToolFiles>
 | 
|---|
| 18 |     </ToolFiles>
 | 
|---|
| 19 |     <Configurations>
 | 
|---|
| 20 |         <Configuration
 | 
|---|
| 21 |             Name="Debug|Win32"
 | 
|---|
| 22 |             OutputDirectory="..\build\$(ConfigurationName)\bin\x86"
 | 
|---|
| 23 |             ConfigurationType="1"
 | 
|---|
| 24 |             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\ab-common-32.vsprops"
 | 
|---|
| 25 |             UseOfMFC="0"
 | 
|---|
| 26 |             ATLMinimizesCRunTimeLibraryUsage="false"
 | 
|---|
| 27 |             CharacterSet="2"
 | 
|---|
| 28 |             >
 | 
|---|
| 29 |             <Tool
 | 
|---|
| 30 |                 Name="VCPreBuildEventTool"
 | 
|---|
| 31 |             />
 | 
|---|
| 32 |             <Tool
 | 
|---|
| 33 |                 Name="VCCustomBuildTool"
 | 
|---|
| 34 |             />
 | 
|---|
| 35 |             <Tool
 | 
|---|
| 36 |                 Name="VCXMLDataGeneratorTool"
 | 
|---|
| 37 |             />
 | 
|---|
| 38 |             <Tool
 | 
|---|
| 39 |                 Name="VCWebServiceProxyGeneratorTool"
 | 
|---|
| 40 |             />
 | 
|---|
| 41 |             <Tool
 | 
|---|
| 42 |                 Name="VCMIDLTool"
 | 
|---|
| 43 |                 PreprocessorDefinitions="_DEBUG"
 | 
|---|
| 44 |                 MkTypLibCompatible="true"
 | 
|---|
| 45 |                 SuppressStartupBanner="true"
 | 
|---|
| 46 |                 TargetEnvironment="1"
 | 
|---|
| 47 |                 TypeLibraryName=".\Debug/BasicCompiler.tlb"
 | 
|---|
| 48 |                 HeaderFileName=""
 | 
|---|
| 49 |             />
 | 
|---|
| 50 |             <Tool
 | 
|---|
| 51 |                 Name="VCCLCompilerTool"
 | 
|---|
| 52 |                 Optimization="0"
 | 
|---|
| 53 |                 AdditionalIncludeDirectories="$(SolutionDir)BasicCompiler_Common\include"
 | 
|---|
| 54 |                 PreprocessorDefinitions="_DEBUG;_WINDOWS;JPN"
 | 
|---|
| 55 |                 MinimalRebuild="true"
 | 
|---|
| 56 |                 BasicRuntimeChecks="3"
 | 
|---|
| 57 |                 RuntimeLibrary="1"
 | 
|---|
| 58 |             />
 | 
|---|
| 59 |             <Tool
 | 
|---|
| 60 |                 Name="VCManagedResourceCompilerTool"
 | 
|---|
| 61 |             />
 | 
|---|
| 62 |             <Tool
 | 
|---|
| 63 |                 Name="VCResourceCompilerTool"
 | 
|---|
| 64 |                 PreprocessorDefinitions="_DEBUG,JPN"
 | 
|---|
| 65 |                 Culture="1041"
 | 
|---|
| 66 |             />
 | 
|---|
| 67 |             <Tool
 | 
|---|
| 68 |                 Name="VCPreLinkEventTool"
 | 
|---|
| 69 |             />
 | 
|---|
| 70 |             <Tool
 | 
|---|
| 71 |                 Name="VCLinkerTool"
 | 
|---|
| 72 |                 AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
 | 
|---|
| 73 |                 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
 | 
|---|
| 74 |                 OutputFile="$(OutDir)\abc.exe"
 | 
|---|
| 75 |                 LinkIncremental="2"
 | 
|---|
| 76 |                 AdditionalLibraryDirectories=""
 | 
|---|
| 77 |                 GenerateDebugInformation="true"
 | 
|---|
| 78 |                 SubSystem="1"
 | 
|---|
| 79 |                 StackReserveSize="4194304"
 | 
|---|
| 80 |             />
 | 
|---|
| 81 |             <Tool
 | 
|---|
| 82 |                 Name="VCALinkTool"
 | 
|---|
| 83 |             />
 | 
|---|
| 84 |             <Tool
 | 
|---|
| 85 |                 Name="VCManifestTool"
 | 
|---|
| 86 |                 AdditionalManifestFiles="manifest.xml"
 | 
|---|
| 87 |             />
 | 
|---|
| 88 |             <Tool
 | 
|---|
| 89 |                 Name="VCXDCMakeTool"
 | 
|---|
| 90 |             />
 | 
|---|
| 91 |             <Tool
 | 
|---|
| 92 |                 Name="VCBscMakeTool"
 | 
|---|
| 93 |                 SuppressStartupBanner="true"
 | 
|---|
| 94 |                 OutputFile=".\Debug/BasicCompiler.bsc"
 | 
|---|
| 95 |             />
 | 
|---|
| 96 |             <Tool
 | 
|---|
| 97 |                 Name="VCFxCopTool"
 | 
|---|
| 98 |             />
 | 
|---|
| 99 |             <Tool
 | 
|---|
| 100 |                 Name="VCAppVerifierTool"
 | 
|---|
| 101 |             />
 | 
|---|
| 102 |             <Tool
 | 
|---|
| 103 |                 Name="VCWebDeploymentTool"
 | 
|---|
| 104 |             />
 | 
|---|
| 105 |             <Tool
 | 
|---|
| 106 |                 Name="VCPostBuildEventTool"
 | 
|---|
| 107 |             />
 | 
|---|
| 108 |         </Configuration>
 | 
|---|
| 109 |         <Configuration
 | 
|---|
| 110 |             Name="Release|Win32"
 | 
|---|
| 111 |             OutputDirectory="..\build\$(ConfigurationName)\bin\x86"
 | 
|---|
| 112 |             ConfigurationType="1"
 | 
|---|
| 113 |             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\ab-common-32.vsprops"
 | 
|---|
| 114 |             UseOfMFC="0"
 | 
|---|
| 115 |             ATLMinimizesCRunTimeLibraryUsage="false"
 | 
|---|
| 116 |             CharacterSet="2"
 | 
|---|
| 117 |             >
 | 
|---|
| 118 |             <Tool
 | 
|---|
| 119 |                 Name="VCPreBuildEventTool"
 | 
|---|
| 120 |             />
 | 
|---|
| 121 |             <Tool
 | 
|---|
| 122 |                 Name="VCCustomBuildTool"
 | 
|---|
| 123 |             />
 | 
|---|
| 124 |             <Tool
 | 
|---|
| 125 |                 Name="VCXMLDataGeneratorTool"
 | 
|---|
| 126 |             />
 | 
|---|
| 127 |             <Tool
 | 
|---|
| 128 |                 Name="VCWebServiceProxyGeneratorTool"
 | 
|---|
| 129 |             />
 | 
|---|
| 130 |             <Tool
 | 
|---|
| 131 |                 Name="VCMIDLTool"
 | 
|---|
| 132 |                 PreprocessorDefinitions="NDEBUG"
 | 
|---|
| 133 |                 MkTypLibCompatible="true"
 | 
|---|
| 134 |                 SuppressStartupBanner="true"
 | 
|---|
| 135 |                 TargetEnvironment="1"
 | 
|---|
| 136 |                 TypeLibraryName=".\Release/BasicCompiler.tlb"
 | 
|---|
| 137 |                 HeaderFileName=""
 | 
|---|
| 138 |             />
 | 
|---|
| 139 |             <Tool
 | 
|---|
| 140 |                 Name="VCCLCompilerTool"
 | 
|---|
| 141 |                 Optimization="2"
 | 
|---|
| 142 |                 InlineFunctionExpansion="2"
 | 
|---|
| 143 |                 FavorSizeOrSpeed="1"
 | 
|---|
| 144 |                 AdditionalIncludeDirectories="$(SolutionDir)BasicCompiler_Common\include"
 | 
|---|
| 145 |                 PreprocessorDefinitions="NDEBUG;_WINDOWS;JPN"
 | 
|---|
| 146 |                 StringPooling="false"
 | 
|---|
| 147 |                 RuntimeLibrary="0"
 | 
|---|
| 148 |             />
 | 
|---|
| 149 |             <Tool
 | 
|---|
| 150 |                 Name="VCManagedResourceCompilerTool"
 | 
|---|
| 151 |             />
 | 
|---|
| 152 |             <Tool
 | 
|---|
| 153 |                 Name="VCResourceCompilerTool"
 | 
|---|
| 154 |                 PreprocessorDefinitions="NDEBUG,JPN"
 | 
|---|
| 155 |                 Culture="1041"
 | 
|---|
| 156 |             />
 | 
|---|
| 157 |             <Tool
 | 
|---|
| 158 |                 Name="VCPreLinkEventTool"
 | 
|---|
| 159 |             />
 | 
|---|
| 160 |             <Tool
 | 
|---|
| 161 |                 Name="VCLinkerTool"
 | 
|---|
| 162 |                 AdditionalOptions="/NXCOMPAT /DYNAMICBASE /SAFESEH"
 | 
|---|
| 163 |                 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
 | 
|---|
| 164 |                 OutputFile="$(OutDir)\abc.exe"
 | 
|---|
| 165 |                 LinkIncremental="1"
 | 
|---|
| 166 |                 AdditionalLibraryDirectories=""
 | 
|---|
| 167 |                 SubSystem="1"
 | 
|---|
| 168 |             />
 | 
|---|
| 169 |             <Tool
 | 
|---|
| 170 |                 Name="VCALinkTool"
 | 
|---|
| 171 |             />
 | 
|---|
| 172 |             <Tool
 | 
|---|
| 173 |                 Name="VCManifestTool"
 | 
|---|
| 174 |                 AdditionalManifestFiles="manifest.xml"
 | 
|---|
| 175 |             />
 | 
|---|
| 176 |             <Tool
 | 
|---|
| 177 |                 Name="VCXDCMakeTool"
 | 
|---|
| 178 |             />
 | 
|---|
| 179 |             <Tool
 | 
|---|
| 180 |                 Name="VCBscMakeTool"
 | 
|---|
| 181 |                 SuppressStartupBanner="true"
 | 
|---|
| 182 |                 OutputFile=".\Release/BasicCompiler.bsc"
 | 
|---|
| 183 |             />
 | 
|---|
| 184 |             <Tool
 | 
|---|
| 185 |                 Name="VCFxCopTool"
 | 
|---|
| 186 |             />
 | 
|---|
| 187 |             <Tool
 | 
|---|
| 188 |                 Name="VCAppVerifierTool"
 | 
|---|
| 189 |             />
 | 
|---|
| 190 |             <Tool
 | 
|---|
| 191 |                 Name="VCWebDeploymentTool"
 | 
|---|
| 192 |             />
 | 
|---|
| 193 |             <Tool
 | 
|---|
| 194 |                 Name="VCPostBuildEventTool"
 | 
|---|
| 195 |             />
 | 
|---|
| 196 |         </Configuration>
 | 
|---|
| 197 |         <Configuration
 | 
|---|
| 198 |             Name="Debug|x64"
 | 
|---|
| 199 |             OutputDirectory="..\build\$(ConfigurationName)\bin\amd64"
 | 
|---|
| 200 |             ConfigurationType="1"
 | 
|---|
| 201 |             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\ab-common-64.vsprops"
 | 
|---|
| 202 |             UseOfMFC="0"
 | 
|---|
| 203 |             ATLMinimizesCRunTimeLibraryUsage="false"
 | 
|---|
| 204 |             CharacterSet="2"
 | 
|---|
| 205 |             >
 | 
|---|
| 206 |             <Tool
 | 
|---|
| 207 |                 Name="VCPreBuildEventTool"
 | 
|---|
| 208 |             />
 | 
|---|
| 209 |             <Tool
 | 
|---|
| 210 |                 Name="VCCustomBuildTool"
 | 
|---|
| 211 |             />
 | 
|---|
| 212 |             <Tool
 | 
|---|
| 213 |                 Name="VCXMLDataGeneratorTool"
 | 
|---|
| 214 |             />
 | 
|---|
| 215 |             <Tool
 | 
|---|
| 216 |                 Name="VCWebServiceProxyGeneratorTool"
 | 
|---|
| 217 |             />
 | 
|---|
| 218 |             <Tool
 | 
|---|
| 219 |                 Name="VCMIDLTool"
 | 
|---|
| 220 |                 PreprocessorDefinitions="_DEBUG"
 | 
|---|
| 221 |                 MkTypLibCompatible="true"
 | 
|---|
| 222 |                 SuppressStartupBanner="true"
 | 
|---|
| 223 |                 TargetEnvironment="3"
 | 
|---|
| 224 |                 TypeLibraryName=".\Debug/BasicCompiler.tlb"
 | 
|---|
| 225 |                 HeaderFileName=""
 | 
|---|
| 226 |             />
 | 
|---|
| 227 |             <Tool
 | 
|---|
| 228 |                 Name="VCCLCompilerTool"
 | 
|---|
| 229 |                 Optimization="0"
 | 
|---|
| 230 |                 AdditionalIncludeDirectories="$(SolutionDir)BasicCompiler_Common\include"
 | 
|---|
| 231 |                 PreprocessorDefinitions="_DEBUG;_WINDOWS;JPN"
 | 
|---|
| 232 |                 MinimalRebuild="true"
 | 
|---|
| 233 |                 BasicRuntimeChecks="3"
 | 
|---|
| 234 |                 RuntimeLibrary="1"
 | 
|---|
| 235 |             />
 | 
|---|
| 236 |             <Tool
 | 
|---|
| 237 |                 Name="VCManagedResourceCompilerTool"
 | 
|---|
| 238 |             />
 | 
|---|
| 239 |             <Tool
 | 
|---|
| 240 |                 Name="VCResourceCompilerTool"
 | 
|---|
| 241 |                 PreprocessorDefinitions="_DEBUG,JPN"
 | 
|---|
| 242 |                 Culture="1041"
 | 
|---|
| 243 |             />
 | 
|---|
| 244 |             <Tool
 | 
|---|
| 245 |                 Name="VCPreLinkEventTool"
 | 
|---|
| 246 |             />
 | 
|---|
| 247 |             <Tool
 | 
|---|
| 248 |                 Name="VCLinkerTool"
 | 
|---|
| 249 |                 AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
 | 
|---|
| 250 |                 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
 | 
|---|
| 251 |                 OutputFile="$(OutDir)\abc.exe"
 | 
|---|
| 252 |                 LinkIncremental="2"
 | 
|---|
| 253 |                 AdditionalLibraryDirectories=""
 | 
|---|
| 254 |                 GenerateDebugInformation="true"
 | 
|---|
| 255 |                 SubSystem="1"
 | 
|---|
| 256 |                 StackReserveSize="4194304"
 | 
|---|
| 257 |             />
 | 
|---|
| 258 |             <Tool
 | 
|---|
| 259 |                 Name="VCALinkTool"
 | 
|---|
| 260 |             />
 | 
|---|
| 261 |             <Tool
 | 
|---|
| 262 |                 Name="VCManifestTool"
 | 
|---|
| 263 |                 AdditionalManifestFiles="manifest.xml"
 | 
|---|
| 264 |             />
 | 
|---|
| 265 |             <Tool
 | 
|---|
| 266 |                 Name="VCXDCMakeTool"
 | 
|---|
| 267 |             />
 | 
|---|
| 268 |             <Tool
 | 
|---|
| 269 |                 Name="VCBscMakeTool"
 | 
|---|
| 270 |                 SuppressStartupBanner="true"
 | 
|---|
| 271 |                 OutputFile=".\Debug/BasicCompiler.bsc"
 | 
|---|
| 272 |             />
 | 
|---|
| 273 |             <Tool
 | 
|---|
| 274 |                 Name="VCFxCopTool"
 | 
|---|
| 275 |             />
 | 
|---|
| 276 |             <Tool
 | 
|---|
| 277 |                 Name="VCAppVerifierTool"
 | 
|---|
| 278 |             />
 | 
|---|
| 279 |             <Tool
 | 
|---|
| 280 |                 Name="VCWebDeploymentTool"
 | 
|---|
| 281 |             />
 | 
|---|
| 282 |             <Tool
 | 
|---|
| 283 |                 Name="VCPostBuildEventTool"
 | 
|---|
| 284 |             />
 | 
|---|
| 285 |         </Configuration>
 | 
|---|
| 286 |         <Configuration
 | 
|---|
| 287 |             Name="Release|x64"
 | 
|---|
| 288 |             OutputDirectory="..\build\$(ConfigurationName)\bin\amd64"
 | 
|---|
| 289 |             ConfigurationType="1"
 | 
|---|
| 290 |             InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\ab-common-64.vsprops"
 | 
|---|
| 291 |             UseOfMFC="0"
 | 
|---|
| 292 |             ATLMinimizesCRunTimeLibraryUsage="false"
 | 
|---|
| 293 |             CharacterSet="2"
 | 
|---|
| 294 |             >
 | 
|---|
| 295 |             <Tool
 | 
|---|
| 296 |                 Name="VCPreBuildEventTool"
 | 
|---|
| 297 |             />
 | 
|---|
| 298 |             <Tool
 | 
|---|
| 299 |                 Name="VCCustomBuildTool"
 | 
|---|
| 300 |             />
 | 
|---|
| 301 |             <Tool
 | 
|---|
| 302 |                 Name="VCXMLDataGeneratorTool"
 | 
|---|
| 303 |             />
 | 
|---|
| 304 |             <Tool
 | 
|---|
| 305 |                 Name="VCWebServiceProxyGeneratorTool"
 | 
|---|
| 306 |             />
 | 
|---|
| 307 |             <Tool
 | 
|---|
| 308 |                 Name="VCMIDLTool"
 | 
|---|
| 309 |                 PreprocessorDefinitions="NDEBUG"
 | 
|---|
| 310 |                 MkTypLibCompatible="true"
 | 
|---|
| 311 |                 SuppressStartupBanner="true"
 | 
|---|
| 312 |                 TargetEnvironment="3"
 | 
|---|
| 313 |                 TypeLibraryName=".\Release/BasicCompiler.tlb"
 | 
|---|
| 314 |                 HeaderFileName=""
 | 
|---|
| 315 |             />
 | 
|---|
| 316 |             <Tool
 | 
|---|
| 317 |                 Name="VCCLCompilerTool"
 | 
|---|
| 318 |                 Optimization="2"
 | 
|---|
| 319 |                 InlineFunctionExpansion="2"
 | 
|---|
| 320 |                 FavorSizeOrSpeed="1"
 | 
|---|
| 321 |                 AdditionalIncludeDirectories="$(SolutionDir)BasicCompiler_Common\include"
 | 
|---|
| 322 |                 PreprocessorDefinitions="NDEBUG;_WINDOWS;JPN"
 | 
|---|
| 323 |                 StringPooling="false"
 | 
|---|
| 324 |                 RuntimeLibrary="0"
 | 
|---|
| 325 |             />
 | 
|---|
| 326 |             <Tool
 | 
|---|
| 327 |                 Name="VCManagedResourceCompilerTool"
 | 
|---|
| 328 |             />
 | 
|---|
| 329 |             <Tool
 | 
|---|
| 330 |                 Name="VCResourceCompilerTool"
 | 
|---|
| 331 |                 PreprocessorDefinitions="NDEBUG,JPN"
 | 
|---|
| 332 |                 Culture="1041"
 | 
|---|
| 333 |             />
 | 
|---|
| 334 |             <Tool
 | 
|---|
| 335 |                 Name="VCPreLinkEventTool"
 | 
|---|
| 336 |             />
 | 
|---|
| 337 |             <Tool
 | 
|---|
| 338 |                 Name="VCLinkerTool"
 | 
|---|
| 339 |                 AdditionalOptions="/NXCOMPAT /DYNAMICBASE"
 | 
|---|
| 340 |                 AdditionalDependencies="comctl32.lib psapi.lib imagehlp.lib shlwapi.lib"
 | 
|---|
| 341 |                 OutputFile="$(OutDir)\abc.exe"
 | 
|---|
| 342 |                 LinkIncremental="1"
 | 
|---|
| 343 |                 AdditionalLibraryDirectories=""
 | 
|---|
| 344 |                 SubSystem="1"
 | 
|---|
| 345 |             />
 | 
|---|
| 346 |             <Tool
 | 
|---|
| 347 |                 Name="VCALinkTool"
 | 
|---|
| 348 |             />
 | 
|---|
| 349 |             <Tool
 | 
|---|
| 350 |                 Name="VCManifestTool"
 | 
|---|
| 351 |                 AdditionalManifestFiles="manifest.xml"
 | 
|---|
| 352 |             />
 | 
|---|
| 353 |             <Tool
 | 
|---|
| 354 |                 Name="VCXDCMakeTool"
 | 
|---|
| 355 |             />
 | 
|---|
| 356 |             <Tool
 | 
|---|
| 357 |                 Name="VCBscMakeTool"
 | 
|---|
| 358 |                 SuppressStartupBanner="true"
 | 
|---|
| 359 |                 OutputFile=".\Release/BasicCompiler.bsc"
 | 
|---|
| 360 |             />
 | 
|---|
| 361 |             <Tool
 | 
|---|
| 362 |                 Name="VCFxCopTool"
 | 
|---|
| 363 |             />
 | 
|---|
| 364 |             <Tool
 | 
|---|
| 365 |                 Name="VCAppVerifierTool"
 | 
|---|
| 366 |             />
 | 
|---|
| 367 |             <Tool
 | 
|---|
| 368 |                 Name="VCWebDeploymentTool"
 | 
|---|
| 369 |             />
 | 
|---|
| 370 |             <Tool
 | 
|---|
| 371 |                 Name="VCPostBuildEventTool"
 | 
|---|
| 372 |             />
 | 
|---|
| 373 |         </Configuration>
 | 
|---|
| 374 |     </Configurations>
 | 
|---|
| 375 |     <References>
 | 
|---|
| 376 |         <ProjectReference
 | 
|---|
| 377 |             ReferencedProjectIdentifier="{F01805B6-65B4-4708-88F4-A5E07DEA9FBD}"
 | 
|---|
| 378 |             RelativePathToProject="..\jenga\projects\jenga\jenga.vcproj"
 | 
|---|
| 379 |         />
 | 
|---|
| 380 |         <ProjectReference
 | 
|---|
| 381 |             ReferencedProjectIdentifier="{87835C33-64C9-4BA5-9B39-608BA5394387}"
 | 
|---|
| 382 |             RelativePathToProject=".\ab_common\ab_common.vcproj"
 | 
|---|
| 383 |         />
 | 
|---|
| 384 |     </References>
 | 
|---|
| 385 |     <Files>
 | 
|---|
| 386 |         <Filter
 | 
|---|
| 387 |             Name="Source Files"
 | 
|---|
| 388 |             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 | 
|---|
| 389 |             >
 | 
|---|
| 390 |             <File
 | 
|---|
| 391 |                 RelativePath=".\stdafx.cpp"
 | 
|---|
| 392 |                 >
 | 
|---|
| 393 |                 <FileConfiguration
 | 
|---|
| 394 |                     Name="Debug|Win32"
 | 
|---|
| 395 |                     >
 | 
|---|
| 396 |                     <Tool
 | 
|---|
| 397 |                         Name="VCCLCompilerTool"
 | 
|---|
| 398 |                         UsePrecompiledHeader="1"
 | 
|---|
| 399 |                     />
 | 
|---|
| 400 |                 </FileConfiguration>
 | 
|---|
| 401 |                 <FileConfiguration
 | 
|---|
| 402 |                     Name="Release|Win32"
 | 
|---|
| 403 |                     >
 | 
|---|
| 404 |                     <Tool
 | 
|---|
| 405 |                         Name="VCCLCompilerTool"
 | 
|---|
| 406 |                         UsePrecompiledHeader="1"
 | 
|---|
| 407 |                     />
 | 
|---|
| 408 |                 </FileConfiguration>
 | 
|---|
| 409 |                 <FileConfiguration
 | 
|---|
| 410 |                     Name="Debug|x64"
 | 
|---|
| 411 |                     >
 | 
|---|
| 412 |                     <Tool
 | 
|---|
| 413 |                         Name="VCCLCompilerTool"
 | 
|---|
| 414 |                         UsePrecompiledHeader="1"
 | 
|---|
| 415 |                     />
 | 
|---|
| 416 |                 </FileConfiguration>
 | 
|---|
| 417 |                 <FileConfiguration
 | 
|---|
| 418 |                     Name="Release|x64"
 | 
|---|
| 419 |                     >
 | 
|---|
| 420 |                     <Tool
 | 
|---|
| 421 |                         Name="VCCLCompilerTool"
 | 
|---|
| 422 |                         UsePrecompiledHeader="1"
 | 
|---|
| 423 |                     />
 | 
|---|
| 424 |                 </FileConfiguration>
 | 
|---|
| 425 |             </File>
 | 
|---|
| 426 |             <Filter
 | 
|---|
| 427 |                 Name="32及び64共通"
 | 
|---|
| 428 |                 >
 | 
|---|
| 429 |                 <File
 | 
|---|
| 430 |                     RelativePath="..\BasicCompiler_Common\BasicCompiler.cpp"
 | 
|---|
| 431 |                     >
 | 
|---|
| 432 |                     <FileConfiguration
 | 
|---|
| 433 |                         Name="Debug|Win32"
 | 
|---|
| 434 |                         >
 | 
|---|
| 435 |                         <Tool
 | 
|---|
| 436 |                             Name="VCCLCompilerTool"
 | 
|---|
| 437 |                             PreprocessorDefinitions=""
 | 
|---|
| 438 |                         />
 | 
|---|
| 439 |                     </FileConfiguration>
 | 
|---|
| 440 |                     <FileConfiguration
 | 
|---|
| 441 |                         Name="Release|Win32"
 | 
|---|
| 442 |                         >
 | 
|---|
| 443 |                         <Tool
 | 
|---|
| 444 |                             Name="VCCLCompilerTool"
 | 
|---|
| 445 |                             PreprocessorDefinitions=""
 | 
|---|
| 446 |                         />
 | 
|---|
| 447 |                     </FileConfiguration>
 | 
|---|
| 448 |                     <FileConfiguration
 | 
|---|
| 449 |                         Name="Debug|x64"
 | 
|---|
| 450 |                         >
 | 
|---|
| 451 |                         <Tool
 | 
|---|
| 452 |                             Name="VCCLCompilerTool"
 | 
|---|
| 453 |                             PreprocessorDefinitions=""
 | 
|---|
| 454 |                         />
 | 
|---|
| 455 |                     </FileConfiguration>
 | 
|---|
| 456 |                     <FileConfiguration
 | 
|---|
| 457 |                         Name="Release|x64"
 | 
|---|
| 458 |                         >
 | 
|---|
| 459 |                         <Tool
 | 
|---|
| 460 |                             Name="VCCLCompilerTool"
 | 
|---|
| 461 |                             PreprocessorDefinitions=""
 | 
|---|
| 462 |                         />
 | 
|---|
| 463 |                     </FileConfiguration>
 | 
|---|
| 464 |                 </File>
 | 
|---|
| 465 |                 <File
 | 
|---|
| 466 |                     RelativePath="..\BasicCompiler_Common\calculation.cpp"
 | 
|---|
| 467 |                     >
 | 
|---|
| 468 |                     <FileConfiguration
 | 
|---|
| 469 |                         Name="Debug|Win32"
 | 
|---|
| 470 |                         >
 | 
|---|
| 471 |                         <Tool
 | 
|---|
| 472 |                             Name="VCCLCompilerTool"
 | 
|---|
| 473 |                             PreprocessorDefinitions=""
 | 
|---|
| 474 |                         />
 | 
|---|
| 475 |                     </FileConfiguration>
 | 
|---|
| 476 |                     <FileConfiguration
 | 
|---|
| 477 |                         Name="Release|Win32"
 | 
|---|
| 478 |                         >
 | 
|---|
| 479 |                         <Tool
 | 
|---|
| 480 |                             Name="VCCLCompilerTool"
 | 
|---|
| 481 |                             PreprocessorDefinitions=""
 | 
|---|
| 482 |                         />
 | 
|---|
| 483 |                     </FileConfiguration>
 | 
|---|
| 484 |                     <FileConfiguration
 | 
|---|
| 485 |                         Name="Debug|x64"
 | 
|---|
| 486 |                         >
 | 
|---|
| 487 |                         <Tool
 | 
|---|
| 488 |                             Name="VCCLCompilerTool"
 | 
|---|
| 489 |                             PreprocessorDefinitions=""
 | 
|---|
| 490 |                         />
 | 
|---|
| 491 |                     </FileConfiguration>
 | 
|---|
| 492 |                     <FileConfiguration
 | 
|---|
| 493 |                         Name="Release|x64"
 | 
|---|
| 494 |                         >
 | 
|---|
| 495 |                         <Tool
 | 
|---|
| 496 |                             Name="VCCLCompilerTool"
 | 
|---|
| 497 |                             PreprocessorDefinitions=""
 | 
|---|
| 498 |                         />
 | 
|---|
| 499 |                     </FileConfiguration>
 | 
|---|
| 500 |                 </File>
 | 
|---|
| 501 |                 <File
 | 
|---|
| 502 |                     RelativePath="..\BasicCompiler_Common\Compile.cpp"
 | 
|---|
| 503 |                     >
 | 
|---|
| 504 |                     <FileConfiguration
 | 
|---|
| 505 |                         Name="Debug|Win32"
 | 
|---|
| 506 |                         >
 | 
|---|
| 507 |                         <Tool
 | 
|---|
| 508 |                             Name="VCCLCompilerTool"
 | 
|---|
| 509 |                             PreprocessorDefinitions=""
 | 
|---|
| 510 |                         />
 | 
|---|
| 511 |                     </FileConfiguration>
 | 
|---|
| 512 |                     <FileConfiguration
 | 
|---|
| 513 |                         Name="Release|Win32"
 | 
|---|
| 514 |                         >
 | 
|---|
| 515 |                         <Tool
 | 
|---|
| 516 |                             Name="VCCLCompilerTool"
 | 
|---|
| 517 |                             PreprocessorDefinitions=""
 | 
|---|
| 518 |                         />
 | 
|---|
| 519 |                     </FileConfiguration>
 | 
|---|
| 520 |                     <FileConfiguration
 | 
|---|
| 521 |                         Name="Debug|x64"
 | 
|---|
| 522 |                         >
 | 
|---|
| 523 |                         <Tool
 | 
|---|
| 524 |                             Name="VCCLCompilerTool"
 | 
|---|
| 525 |                             PreprocessorDefinitions=""
 | 
|---|
| 526 |                         />
 | 
|---|
| 527 |                     </FileConfiguration>
 | 
|---|
| 528 |                     <FileConfiguration
 | 
|---|
| 529 |                         Name="Release|x64"
 | 
|---|
| 530 |                         >
 | 
|---|
| 531 |                         <Tool
 | 
|---|
| 532 |                             Name="VCCLCompilerTool"
 | 
|---|
| 533 |                             PreprocessorDefinitions=""
 | 
|---|
| 534 |                         />
 | 
|---|
| 535 |                     </FileConfiguration>
 | 
|---|
| 536 |                 </File>
 | 
|---|
| 537 |                 <File
 | 
|---|
| 538 |                     RelativePath="..\BasicCompiler_Common\Diagnose.cpp"
 | 
|---|
| 539 |                     >
 | 
|---|
| 540 |                 </File>
 | 
|---|
| 541 |                 <File
 | 
|---|
| 542 |                     RelativePath="..\BasicCompiler_Common\error.cpp"
 | 
|---|
| 543 |                     >
 | 
|---|
| 544 |                     <FileConfiguration
 | 
|---|
| 545 |                         Name="Debug|Win32"
 | 
|---|
| 546 |                         >
 | 
|---|
| 547 |                         <Tool
 | 
|---|
| 548 |                             Name="VCCLCompilerTool"
 | 
|---|
| 549 |                             PreprocessorDefinitions=""
 | 
|---|
| 550 |                         />
 | 
|---|
| 551 |                     </FileConfiguration>
 | 
|---|
| 552 |                     <FileConfiguration
 | 
|---|
| 553 |                         Name="Release|Win32"
 | 
|---|
| 554 |                         >
 | 
|---|
| 555 |                         <Tool
 | 
|---|
| 556 |                             Name="VCCLCompilerTool"
 | 
|---|
| 557 |                             PreprocessorDefinitions=""
 | 
|---|
| 558 |                         />
 | 
|---|
| 559 |                     </FileConfiguration>
 | 
|---|
| 560 |                     <FileConfiguration
 | 
|---|
| 561 |                         Name="Debug|x64"
 | 
|---|
| 562 |                         >
 | 
|---|
| 563 |                         <Tool
 | 
|---|
| 564 |                             Name="VCCLCompilerTool"
 | 
|---|
| 565 |                             PreprocessorDefinitions=""
 | 
|---|
| 566 |                         />
 | 
|---|
| 567 |                     </FileConfiguration>
 | 
|---|
| 568 |                     <FileConfiguration
 | 
|---|
| 569 |                         Name="Release|x64"
 | 
|---|
| 570 |                         >
 | 
|---|
| 571 |                         <Tool
 | 
|---|
| 572 |                             Name="VCCLCompilerTool"
 | 
|---|
| 573 |                             PreprocessorDefinitions=""
 | 
|---|
| 574 |                         />
 | 
|---|
| 575 |                     </FileConfiguration>
 | 
|---|
| 576 |                 </File>
 | 
|---|
| 577 |                 <File
 | 
|---|
| 578 |                     RelativePath="..\BasicCompiler_Common\gc.cpp"
 | 
|---|
| 579 |                     >
 | 
|---|
| 580 |                     <FileConfiguration
 | 
|---|
| 581 |                         Name="Debug|Win32"
 | 
|---|
| 582 |                         >
 | 
|---|
| 583 |                         <Tool
 | 
|---|
| 584 |                             Name="VCCLCompilerTool"
 | 
|---|
| 585 |                             PreprocessorDefinitions=""
 | 
|---|
| 586 |                         />
 | 
|---|
| 587 |                     </FileConfiguration>
 | 
|---|
| 588 |                     <FileConfiguration
 | 
|---|
| 589 |                         Name="Release|Win32"
 | 
|---|
| 590 |                         >
 | 
|---|
| 591 |                         <Tool
 | 
|---|
| 592 |                             Name="VCCLCompilerTool"
 | 
|---|
| 593 |                             PreprocessorDefinitions=""
 | 
|---|
| 594 |                         />
 | 
|---|
| 595 |                     </FileConfiguration>
 | 
|---|
| 596 |                     <FileConfiguration
 | 
|---|
| 597 |                         Name="Debug|x64"
 | 
|---|
| 598 |                         >
 | 
|---|
| 599 |                         <Tool
 | 
|---|
| 600 |                             Name="VCCLCompilerTool"
 | 
|---|
| 601 |                             PreprocessorDefinitions=""
 | 
|---|
| 602 |                         />
 | 
|---|
| 603 |                     </FileConfiguration>
 | 
|---|
| 604 |                     <FileConfiguration
 | 
|---|
| 605 |                         Name="Release|x64"
 | 
|---|
| 606 |                         >
 | 
|---|
| 607 |                         <Tool
 | 
|---|
| 608 |                             Name="VCCLCompilerTool"
 | 
|---|
| 609 |                             PreprocessorDefinitions=""
 | 
|---|
| 610 |                         />
 | 
|---|
| 611 |                     </FileConfiguration>
 | 
|---|
| 612 |                 </File>
 | 
|---|
| 613 |                 <File
 | 
|---|
| 614 |                     RelativePath="..\BasicCompiler_Common\hash.cpp"
 | 
|---|
| 615 |                     >
 | 
|---|
| 616 |                     <FileConfiguration
 | 
|---|
| 617 |                         Name="Debug|Win32"
 | 
|---|
| 618 |                         >
 | 
|---|
| 619 |                         <Tool
 | 
|---|
| 620 |                             Name="VCCLCompilerTool"
 | 
|---|
| 621 |                             PreprocessorDefinitions=""
 | 
|---|
| 622 |                         />
 | 
|---|
| 623 |                     </FileConfiguration>
 | 
|---|
| 624 |                     <FileConfiguration
 | 
|---|
| 625 |                         Name="Release|Win32"
 | 
|---|
| 626 |                         >
 | 
|---|
| 627 |                         <Tool
 | 
|---|
| 628 |                             Name="VCCLCompilerTool"
 | 
|---|
| 629 |                             PreprocessorDefinitions=""
 | 
|---|
| 630 |                         />
 | 
|---|
| 631 |                     </FileConfiguration>
 | 
|---|
| 632 |                     <FileConfiguration
 | 
|---|
| 633 |                         Name="Debug|x64"
 | 
|---|
| 634 |                         >
 | 
|---|
| 635 |                         <Tool
 | 
|---|
| 636 |                             Name="VCCLCompilerTool"
 | 
|---|
| 637 |                             PreprocessorDefinitions=""
 | 
|---|
| 638 |                         />
 | 
|---|
| 639 |                     </FileConfiguration>
 | 
|---|
| 640 |                     <FileConfiguration
 | 
|---|
| 641 |                         Name="Release|x64"
 | 
|---|
| 642 |                         >
 | 
|---|
| 643 |                         <Tool
 | 
|---|
| 644 |                             Name="VCCLCompilerTool"
 | 
|---|
| 645 |                             PreprocessorDefinitions=""
 | 
|---|
| 646 |                         />
 | 
|---|
| 647 |                     </FileConfiguration>
 | 
|---|
| 648 |                 </File>
 | 
|---|
| 649 |                 <File
 | 
|---|
| 650 |                     RelativePath="..\BasicCompiler_Common\MakeExe.cpp"
 | 
|---|
| 651 |                     >
 | 
|---|
| 652 |                     <FileConfiguration
 | 
|---|
| 653 |                         Name="Debug|Win32"
 | 
|---|
| 654 |                         >
 | 
|---|
| 655 |                         <Tool
 | 
|---|
| 656 |                             Name="VCCLCompilerTool"
 | 
|---|
| 657 |                             PreprocessorDefinitions=""
 | 
|---|
| 658 |                         />
 | 
|---|
| 659 |                     </FileConfiguration>
 | 
|---|
| 660 |                     <FileConfiguration
 | 
|---|
| 661 |                         Name="Release|Win32"
 | 
|---|
| 662 |                         >
 | 
|---|
| 663 |                         <Tool
 | 
|---|
| 664 |                             Name="VCCLCompilerTool"
 | 
|---|
| 665 |                             PreprocessorDefinitions=""
 | 
|---|
| 666 |                         />
 | 
|---|
| 667 |                     </FileConfiguration>
 | 
|---|
| 668 |                     <FileConfiguration
 | 
|---|
| 669 |                         Name="Debug|x64"
 | 
|---|
| 670 |                         >
 | 
|---|
| 671 |                         <Tool
 | 
|---|
| 672 |                             Name="VCCLCompilerTool"
 | 
|---|
| 673 |                             PreprocessorDefinitions=""
 | 
|---|
| 674 |                         />
 | 
|---|
| 675 |                     </FileConfiguration>
 | 
|---|
| 676 |                     <FileConfiguration
 | 
|---|
| 677 |                         Name="Release|x64"
 | 
|---|
| 678 |                         >
 | 
|---|
| 679 |                         <Tool
 | 
|---|
| 680 |                             Name="VCCLCompilerTool"
 | 
|---|
| 681 |                             PreprocessorDefinitions=""
 | 
|---|
| 682 |                         />
 | 
|---|
| 683 |                     </FileConfiguration>
 | 
|---|
| 684 |                 </File>
 | 
|---|
| 685 |                 <File
 | 
|---|
| 686 |                     RelativePath="..\BasicCompiler_Common\NumOpe_GetType.cpp"
 | 
|---|
| 687 |                     >
 | 
|---|
| 688 |                     <FileConfiguration
 | 
|---|
| 689 |                         Name="Debug|Win32"
 | 
|---|
| 690 |                         >
 | 
|---|
| 691 |                         <Tool
 | 
|---|
| 692 |                             Name="VCCLCompilerTool"
 | 
|---|
| 693 |                             PreprocessorDefinitions=""
 | 
|---|
| 694 |                         />
 | 
|---|
| 695 |                     </FileConfiguration>
 | 
|---|
| 696 |                     <FileConfiguration
 | 
|---|
| 697 |                         Name="Release|Win32"
 | 
|---|
| 698 |                         >
 | 
|---|
| 699 |                         <Tool
 | 
|---|
| 700 |                             Name="VCCLCompilerTool"
 | 
|---|
| 701 |                             PreprocessorDefinitions=""
 | 
|---|
| 702 |                         />
 | 
|---|
| 703 |                     </FileConfiguration>
 | 
|---|
| 704 |                     <FileConfiguration
 | 
|---|
| 705 |                         Name="Debug|x64"
 | 
|---|
| 706 |                         >
 | 
|---|
| 707 |                         <Tool
 | 
|---|
| 708 |                             Name="VCCLCompilerTool"
 | 
|---|
| 709 |                             PreprocessorDefinitions=""
 | 
|---|
| 710 |                         />
 | 
|---|
| 711 |                     </FileConfiguration>
 | 
|---|
| 712 |                     <FileConfiguration
 | 
|---|
| 713 |                         Name="Release|x64"
 | 
|---|
| 714 |                         >
 | 
|---|
| 715 |                         <Tool
 | 
|---|
| 716 |                             Name="VCCLCompilerTool"
 | 
|---|
| 717 |                             PreprocessorDefinitions=""
 | 
|---|
| 718 |                         />
 | 
|---|
| 719 |                     </FileConfiguration>
 | 
|---|
| 720 |                 </File>
 | 
|---|
| 721 |                 <File
 | 
|---|
| 722 |                     RelativePath="..\BasicCompiler_Common\Object.cpp"
 | 
|---|
| 723 |                     >
 | 
|---|
| 724 |                     <FileConfiguration
 | 
|---|
| 725 |                         Name="Debug|Win32"
 | 
|---|
| 726 |                         >
 | 
|---|
| 727 |                         <Tool
 | 
|---|
| 728 |                             Name="VCCLCompilerTool"
 | 
|---|
| 729 |                             PreprocessorDefinitions=""
 | 
|---|
| 730 |                         />
 | 
|---|
| 731 |                     </FileConfiguration>
 | 
|---|
| 732 |                     <FileConfiguration
 | 
|---|
| 733 |                         Name="Release|Win32"
 | 
|---|
| 734 |                         >
 | 
|---|
| 735 |                         <Tool
 | 
|---|
| 736 |                             Name="VCCLCompilerTool"
 | 
|---|
| 737 |                             PreprocessorDefinitions=""
 | 
|---|
| 738 |                         />
 | 
|---|
| 739 |                     </FileConfiguration>
 | 
|---|
| 740 |                     <FileConfiguration
 | 
|---|
| 741 |                         Name="Debug|x64"
 | 
|---|
| 742 |                         >
 | 
|---|
| 743 |                         <Tool
 | 
|---|
| 744 |                             Name="VCCLCompilerTool"
 | 
|---|
| 745 |                             PreprocessorDefinitions=""
 | 
|---|
| 746 |                         />
 | 
|---|
| 747 |                     </FileConfiguration>
 | 
|---|
| 748 |                     <FileConfiguration
 | 
|---|
| 749 |                         Name="Release|x64"
 | 
|---|
| 750 |                         >
 | 
|---|
| 751 |                         <Tool
 | 
|---|
| 752 |                             Name="VCCLCompilerTool"
 | 
|---|
| 753 |                             PreprocessorDefinitions=""
 | 
|---|
| 754 |                         />
 | 
|---|
| 755 |                     </FileConfiguration>
 | 
|---|
| 756 |                 </File>
 | 
|---|
| 757 |                 <File
 | 
|---|
| 758 |                     RelativePath="..\BasicCompiler_Common\OldStatement.cpp"
 | 
|---|
| 759 |                     >
 | 
|---|
| 760 |                 </File>
 | 
|---|
| 761 |                 <File
 | 
|---|
| 762 |                     RelativePath="..\BasicCompiler_Common\Overload.cpp"
 | 
|---|
| 763 |                     >
 | 
|---|
| 764 |                     <FileConfiguration
 | 
|---|
| 765 |                         Name="Debug|Win32"
 | 
|---|
| 766 |                         >
 | 
|---|
| 767 |                         <Tool
 | 
|---|
| 768 |                             Name="VCCLCompilerTool"
 | 
|---|
| 769 |                             PreprocessorDefinitions=""
 | 
|---|
| 770 |                         />
 | 
|---|
| 771 |                     </FileConfiguration>
 | 
|---|
| 772 |                     <FileConfiguration
 | 
|---|
| 773 |                         Name="Release|Win32"
 | 
|---|
| 774 |                         >
 | 
|---|
| 775 |                         <Tool
 | 
|---|
| 776 |                             Name="VCCLCompilerTool"
 | 
|---|
| 777 |                             PreprocessorDefinitions=""
 | 
|---|
| 778 |                         />
 | 
|---|
| 779 |                     </FileConfiguration>
 | 
|---|
| 780 |                     <FileConfiguration
 | 
|---|
| 781 |                         Name="Debug|x64"
 | 
|---|
| 782 |                         >
 | 
|---|
| 783 |                         <Tool
 | 
|---|
| 784 |                             Name="VCCLCompilerTool"
 | 
|---|
| 785 |                             PreprocessorDefinitions=""
 | 
|---|
| 786 |                         />
 | 
|---|
| 787 |                     </FileConfiguration>
 | 
|---|
| 788 |                     <FileConfiguration
 | 
|---|
| 789 |                         Name="Release|x64"
 | 
|---|
| 790 |                         >
 | 
|---|
| 791 |                         <Tool
 | 
|---|
| 792 |                             Name="VCCLCompilerTool"
 | 
|---|
| 793 |                             PreprocessorDefinitions=""
 | 
|---|
| 794 |                         />
 | 
|---|
| 795 |                     </FileConfiguration>
 | 
|---|
| 796 |                 </File>
 | 
|---|
| 797 |                 <File
 | 
|---|
| 798 |                     RelativePath="..\BasicCompiler_Common\RSrcSection.cpp"
 | 
|---|
| 799 |                     >
 | 
|---|
| 800 |                     <FileConfiguration
 | 
|---|
| 801 |                         Name="Debug|Win32"
 | 
|---|
| 802 |                         >
 | 
|---|
| 803 |                         <Tool
 | 
|---|
| 804 |                             Name="VCCLCompilerTool"
 | 
|---|
| 805 |                             PreprocessorDefinitions=""
 | 
|---|
| 806 |                         />
 | 
|---|
| 807 |                     </FileConfiguration>
 | 
|---|
| 808 |                     <FileConfiguration
 | 
|---|
| 809 |                         Name="Release|Win32"
 | 
|---|
| 810 |                         >
 | 
|---|
| 811 |                         <Tool
 | 
|---|
| 812 |                             Name="VCCLCompilerTool"
 | 
|---|
| 813 |                             PreprocessorDefinitions=""
 | 
|---|
| 814 |                         />
 | 
|---|
| 815 |                     </FileConfiguration>
 | 
|---|
| 816 |                     <FileConfiguration
 | 
|---|
| 817 |                         Name="Debug|x64"
 | 
|---|
| 818 |                         >
 | 
|---|
| 819 |                         <Tool
 | 
|---|
| 820 |                             Name="VCCLCompilerTool"
 | 
|---|
| 821 |                             PreprocessorDefinitions=""
 | 
|---|
| 822 |                         />
 | 
|---|
| 823 |                     </FileConfiguration>
 | 
|---|
| 824 |                     <FileConfiguration
 | 
|---|
| 825 |                         Name="Release|x64"
 | 
|---|
| 826 |                         >
 | 
|---|
| 827 |                         <Tool
 | 
|---|
| 828 |                             Name="VCCLCompilerTool"
 | 
|---|
| 829 |                             PreprocessorDefinitions=""
 | 
|---|
| 830 |                         />
 | 
|---|
| 831 |                     </FileConfiguration>
 | 
|---|
| 832 |                 </File>
 | 
|---|
| 833 |                 <File
 | 
|---|
| 834 |                     RelativePath="..\BasicCompiler_Common\StrOperation.cpp"
 | 
|---|
| 835 |                     >
 | 
|---|
| 836 |                     <FileConfiguration
 | 
|---|
| 837 |                         Name="Debug|Win32"
 | 
|---|
| 838 |                         >
 | 
|---|
| 839 |                         <Tool
 | 
|---|
| 840 |                             Name="VCCLCompilerTool"
 | 
|---|
| 841 |                             PreprocessorDefinitions=""
 | 
|---|
| 842 |                         />
 | 
|---|
| 843 |                     </FileConfiguration>
 | 
|---|
| 844 |                     <FileConfiguration
 | 
|---|
| 845 |                         Name="Release|Win32"
 | 
|---|
| 846 |                         >
 | 
|---|
| 847 |                         <Tool
 | 
|---|
| 848 |                             Name="VCCLCompilerTool"
 | 
|---|
| 849 |                             PreprocessorDefinitions=""
 | 
|---|
| 850 |                         />
 | 
|---|
| 851 |                     </FileConfiguration>
 | 
|---|
| 852 |                     <FileConfiguration
 | 
|---|
| 853 |                         Name="Debug|x64"
 | 
|---|
| 854 |                         >
 | 
|---|
| 855 |                         <Tool
 | 
|---|
| 856 |                             Name="VCCLCompilerTool"
 | 
|---|
| 857 |                             PreprocessorDefinitions=""
 | 
|---|
| 858 |                         />
 | 
|---|
| 859 |                     </FileConfiguration>
 | 
|---|
| 860 |                     <FileConfiguration
 | 
|---|
| 861 |                         Name="Release|x64"
 | 
|---|
| 862 |                         >
 | 
|---|
| 863 |                         <Tool
 | 
|---|
| 864 |                             Name="VCCLCompilerTool"
 | 
|---|
| 865 |                             PreprocessorDefinitions=""
 | 
|---|
| 866 |                         />
 | 
|---|
| 867 |                     </FileConfiguration>
 | 
|---|
| 868 |                 </File>
 | 
|---|
| 869 |                 <File
 | 
|---|
| 870 |                     RelativePath="..\BasicCompiler_Common\StrOperation.h"
 | 
|---|
| 871 |                     >
 | 
|---|
| 872 |                 </File>
 | 
|---|
| 873 |                 <Filter
 | 
|---|
| 874 |                     Name="Intermediate"
 | 
|---|
| 875 |                     >
 | 
|---|
| 876 |                     <File
 | 
|---|
| 877 |                         RelativePath="..\BasicCompiler_Common\CommandFormat.cpp"
 | 
|---|
| 878 |                         >
 | 
|---|
| 879 |                         <FileConfiguration
 | 
|---|
| 880 |                             Name="Debug|Win32"
 | 
|---|
| 881 |                             >
 | 
|---|
| 882 |                             <Tool
 | 
|---|
| 883 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 884 |                                 PreprocessorDefinitions=""
 | 
|---|
| 885 |                             />
 | 
|---|
| 886 |                         </FileConfiguration>
 | 
|---|
| 887 |                         <FileConfiguration
 | 
|---|
| 888 |                             Name="Release|Win32"
 | 
|---|
| 889 |                             >
 | 
|---|
| 890 |                             <Tool
 | 
|---|
| 891 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 892 |                                 PreprocessorDefinitions=""
 | 
|---|
| 893 |                             />
 | 
|---|
| 894 |                         </FileConfiguration>
 | 
|---|
| 895 |                         <FileConfiguration
 | 
|---|
| 896 |                             Name="Debug|x64"
 | 
|---|
| 897 |                             >
 | 
|---|
| 898 |                             <Tool
 | 
|---|
| 899 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 900 |                                 PreprocessorDefinitions=""
 | 
|---|
| 901 |                             />
 | 
|---|
| 902 |                         </FileConfiguration>
 | 
|---|
| 903 |                         <FileConfiguration
 | 
|---|
| 904 |                             Name="Release|x64"
 | 
|---|
| 905 |                             >
 | 
|---|
| 906 |                             <Tool
 | 
|---|
| 907 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 908 |                                 PreprocessorDefinitions=""
 | 
|---|
| 909 |                             />
 | 
|---|
| 910 |                         </FileConfiguration>
 | 
|---|
| 911 |                     </File>
 | 
|---|
| 912 |                     <File
 | 
|---|
| 913 |                         RelativePath="..\BasicCompiler_Common\Intermediate_Step1.cpp"
 | 
|---|
| 914 |                         >
 | 
|---|
| 915 |                         <FileConfiguration
 | 
|---|
| 916 |                             Name="Debug|Win32"
 | 
|---|
| 917 |                             >
 | 
|---|
| 918 |                             <Tool
 | 
|---|
| 919 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 920 |                                 PreprocessorDefinitions=""
 | 
|---|
| 921 |                             />
 | 
|---|
| 922 |                         </FileConfiguration>
 | 
|---|
| 923 |                         <FileConfiguration
 | 
|---|
| 924 |                             Name="Release|Win32"
 | 
|---|
| 925 |                             >
 | 
|---|
| 926 |                             <Tool
 | 
|---|
| 927 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 928 |                                 PreprocessorDefinitions=""
 | 
|---|
| 929 |                             />
 | 
|---|
| 930 |                         </FileConfiguration>
 | 
|---|
| 931 |                         <FileConfiguration
 | 
|---|
| 932 |                             Name="Debug|x64"
 | 
|---|
| 933 |                             >
 | 
|---|
| 934 |                             <Tool
 | 
|---|
| 935 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 936 |                                 PreprocessorDefinitions=""
 | 
|---|
| 937 |                             />
 | 
|---|
| 938 |                         </FileConfiguration>
 | 
|---|
| 939 |                         <FileConfiguration
 | 
|---|
| 940 |                             Name="Release|x64"
 | 
|---|
| 941 |                             >
 | 
|---|
| 942 |                             <Tool
 | 
|---|
| 943 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 944 |                                 PreprocessorDefinitions=""
 | 
|---|
| 945 |                             />
 | 
|---|
| 946 |                         </FileConfiguration>
 | 
|---|
| 947 |                     </File>
 | 
|---|
| 948 |                     <File
 | 
|---|
| 949 |                         RelativePath="..\BasicCompiler_Common\Intermediate_Step2.cpp"
 | 
|---|
| 950 |                         >
 | 
|---|
| 951 |                         <FileConfiguration
 | 
|---|
| 952 |                             Name="Debug|Win32"
 | 
|---|
| 953 |                             >
 | 
|---|
| 954 |                             <Tool
 | 
|---|
| 955 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 956 |                                 PreprocessorDefinitions=""
 | 
|---|
| 957 |                             />
 | 
|---|
| 958 |                         </FileConfiguration>
 | 
|---|
| 959 |                         <FileConfiguration
 | 
|---|
| 960 |                             Name="Release|Win32"
 | 
|---|
| 961 |                             >
 | 
|---|
| 962 |                             <Tool
 | 
|---|
| 963 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 964 |                                 PreprocessorDefinitions=""
 | 
|---|
| 965 |                             />
 | 
|---|
| 966 |                         </FileConfiguration>
 | 
|---|
| 967 |                         <FileConfiguration
 | 
|---|
| 968 |                             Name="Debug|x64"
 | 
|---|
| 969 |                             >
 | 
|---|
| 970 |                             <Tool
 | 
|---|
| 971 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 972 |                                 PreprocessorDefinitions=""
 | 
|---|
| 973 |                             />
 | 
|---|
| 974 |                         </FileConfiguration>
 | 
|---|
| 975 |                         <FileConfiguration
 | 
|---|
| 976 |                             Name="Release|x64"
 | 
|---|
| 977 |                             >
 | 
|---|
| 978 |                             <Tool
 | 
|---|
| 979 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 980 |                                 PreprocessorDefinitions=""
 | 
|---|
| 981 |                             />
 | 
|---|
| 982 |                         </FileConfiguration>
 | 
|---|
| 983 |                     </File>
 | 
|---|
| 984 |                 </Filter>
 | 
|---|
| 985 |                 <Filter
 | 
|---|
| 986 |                     Name="Parts"
 | 
|---|
| 987 |                     >
 | 
|---|
| 988 |                     <File
 | 
|---|
| 989 |                         RelativePath="..\BasicCompiler_Common\NonVolatile.cpp"
 | 
|---|
| 990 |                         >
 | 
|---|
| 991 |                         <FileConfiguration
 | 
|---|
| 992 |                             Name="Debug|Win32"
 | 
|---|
| 993 |                             >
 | 
|---|
| 994 |                             <Tool
 | 
|---|
| 995 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 996 |                                 PreprocessorDefinitions=""
 | 
|---|
| 997 |                             />
 | 
|---|
| 998 |                         </FileConfiguration>
 | 
|---|
| 999 |                         <FileConfiguration
 | 
|---|
| 1000 |                             Name="Release|Win32"
 | 
|---|
| 1001 |                             >
 | 
|---|
| 1002 |                             <Tool
 | 
|---|
| 1003 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1004 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1005 |                             />
 | 
|---|
| 1006 |                         </FileConfiguration>
 | 
|---|
| 1007 |                         <FileConfiguration
 | 
|---|
| 1008 |                             Name="Debug|x64"
 | 
|---|
| 1009 |                             >
 | 
|---|
| 1010 |                             <Tool
 | 
|---|
| 1011 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1012 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1013 |                             />
 | 
|---|
| 1014 |                         </FileConfiguration>
 | 
|---|
| 1015 |                         <FileConfiguration
 | 
|---|
| 1016 |                             Name="Release|x64"
 | 
|---|
| 1017 |                             >
 | 
|---|
| 1018 |                             <Tool
 | 
|---|
| 1019 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1020 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1021 |                             />
 | 
|---|
| 1022 |                         </FileConfiguration>
 | 
|---|
| 1023 |                     </File>
 | 
|---|
| 1024 |                 </Filter>
 | 
|---|
| 1025 |                 <Filter
 | 
|---|
| 1026 |                     Name="Debug(共通)"
 | 
|---|
| 1027 |                     >
 | 
|---|
| 1028 |                     <File
 | 
|---|
| 1029 |                         RelativePath="..\BasicCompiler_Common\CDebugThreadInfo.cpp"
 | 
|---|
| 1030 |                         >
 | 
|---|
| 1031 |                         <FileConfiguration
 | 
|---|
| 1032 |                             Name="Debug|Win32"
 | 
|---|
| 1033 |                             >
 | 
|---|
| 1034 |                             <Tool
 | 
|---|
| 1035 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1036 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1037 |                             />
 | 
|---|
| 1038 |                         </FileConfiguration>
 | 
|---|
| 1039 |                         <FileConfiguration
 | 
|---|
| 1040 |                             Name="Release|Win32"
 | 
|---|
| 1041 |                             >
 | 
|---|
| 1042 |                             <Tool
 | 
|---|
| 1043 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1044 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1045 |                             />
 | 
|---|
| 1046 |                         </FileConfiguration>
 | 
|---|
| 1047 |                         <FileConfiguration
 | 
|---|
| 1048 |                             Name="Debug|x64"
 | 
|---|
| 1049 |                             >
 | 
|---|
| 1050 |                             <Tool
 | 
|---|
| 1051 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1052 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1053 |                             />
 | 
|---|
| 1054 |                         </FileConfiguration>
 | 
|---|
| 1055 |                         <FileConfiguration
 | 
|---|
| 1056 |                             Name="Release|x64"
 | 
|---|
| 1057 |                             >
 | 
|---|
| 1058 |                             <Tool
 | 
|---|
| 1059 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1060 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1061 |                             />
 | 
|---|
| 1062 |                         </FileConfiguration>
 | 
|---|
| 1063 |                     </File>
 | 
|---|
| 1064 |                     <File
 | 
|---|
| 1065 |                         RelativePath="..\BasicCompiler_Common\Debug.cpp"
 | 
|---|
| 1066 |                         >
 | 
|---|
| 1067 |                         <FileConfiguration
 | 
|---|
| 1068 |                             Name="Debug|Win32"
 | 
|---|
| 1069 |                             >
 | 
|---|
| 1070 |                             <Tool
 | 
|---|
| 1071 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1072 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1073 |                             />
 | 
|---|
| 1074 |                         </FileConfiguration>
 | 
|---|
| 1075 |                         <FileConfiguration
 | 
|---|
| 1076 |                             Name="Release|Win32"
 | 
|---|
| 1077 |                             >
 | 
|---|
| 1078 |                             <Tool
 | 
|---|
| 1079 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1080 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1081 |                             />
 | 
|---|
| 1082 |                         </FileConfiguration>
 | 
|---|
| 1083 |                         <FileConfiguration
 | 
|---|
| 1084 |                             Name="Debug|x64"
 | 
|---|
| 1085 |                             >
 | 
|---|
| 1086 |                             <Tool
 | 
|---|
| 1087 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1088 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1089 |                             />
 | 
|---|
| 1090 |                         </FileConfiguration>
 | 
|---|
| 1091 |                         <FileConfiguration
 | 
|---|
| 1092 |                             Name="Release|x64"
 | 
|---|
| 1093 |                             >
 | 
|---|
| 1094 |                             <Tool
 | 
|---|
| 1095 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1096 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1097 |                             />
 | 
|---|
| 1098 |                         </FileConfiguration>
 | 
|---|
| 1099 |                     </File>
 | 
|---|
| 1100 |                     <File
 | 
|---|
| 1101 |                         RelativePath="..\BasicCompiler_Common\debug.h"
 | 
|---|
| 1102 |                         >
 | 
|---|
| 1103 |                     </File>
 | 
|---|
| 1104 |                     <File
 | 
|---|
| 1105 |                         RelativePath="..\BasicCompiler_Common\DebugMiddleFile.cpp"
 | 
|---|
| 1106 |                         >
 | 
|---|
| 1107 |                         <FileConfiguration
 | 
|---|
| 1108 |                             Name="Debug|Win32"
 | 
|---|
| 1109 |                             >
 | 
|---|
| 1110 |                             <Tool
 | 
|---|
| 1111 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1112 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1113 |                             />
 | 
|---|
| 1114 |                         </FileConfiguration>
 | 
|---|
| 1115 |                         <FileConfiguration
 | 
|---|
| 1116 |                             Name="Release|Win32"
 | 
|---|
| 1117 |                             >
 | 
|---|
| 1118 |                             <Tool
 | 
|---|
| 1119 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1120 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1121 |                             />
 | 
|---|
| 1122 |                         </FileConfiguration>
 | 
|---|
| 1123 |                         <FileConfiguration
 | 
|---|
| 1124 |                             Name="Debug|x64"
 | 
|---|
| 1125 |                             >
 | 
|---|
| 1126 |                             <Tool
 | 
|---|
| 1127 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1128 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1129 |                             />
 | 
|---|
| 1130 |                         </FileConfiguration>
 | 
|---|
| 1131 |                         <FileConfiguration
 | 
|---|
| 1132 |                             Name="Release|x64"
 | 
|---|
| 1133 |                             >
 | 
|---|
| 1134 |                             <Tool
 | 
|---|
| 1135 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1136 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1137 |                             />
 | 
|---|
| 1138 |                         </FileConfiguration>
 | 
|---|
| 1139 |                     </File>
 | 
|---|
| 1140 |                     <File
 | 
|---|
| 1141 |                         RelativePath="..\BasicCompiler_Common\DebugSection.h"
 | 
|---|
| 1142 |                         >
 | 
|---|
| 1143 |                     </File>
 | 
|---|
| 1144 |                     <File
 | 
|---|
| 1145 |                         RelativePath="..\BasicCompiler_Common\VarList.cpp"
 | 
|---|
| 1146 |                         >
 | 
|---|
| 1147 |                     </File>
 | 
|---|
| 1148 |                     <File
 | 
|---|
| 1149 |                         RelativePath="..\BasicCompiler_Common\WatchList.cpp"
 | 
|---|
| 1150 |                         >
 | 
|---|
| 1151 |                         <FileConfiguration
 | 
|---|
| 1152 |                             Name="Debug|Win32"
 | 
|---|
| 1153 |                             >
 | 
|---|
| 1154 |                             <Tool
 | 
|---|
| 1155 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1156 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 1157 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 1158 |                             />
 | 
|---|
| 1159 |                         </FileConfiguration>
 | 
|---|
| 1160 |                         <FileConfiguration
 | 
|---|
| 1161 |                             Name="Release|Win32"
 | 
|---|
| 1162 |                             >
 | 
|---|
| 1163 |                             <Tool
 | 
|---|
| 1164 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1165 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 1166 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 1167 |                             />
 | 
|---|
| 1168 |                         </FileConfiguration>
 | 
|---|
| 1169 |                         <FileConfiguration
 | 
|---|
| 1170 |                             Name="Debug|x64"
 | 
|---|
| 1171 |                             >
 | 
|---|
| 1172 |                             <Tool
 | 
|---|
| 1173 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1174 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 1175 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 1176 |                             />
 | 
|---|
| 1177 |                         </FileConfiguration>
 | 
|---|
| 1178 |                         <FileConfiguration
 | 
|---|
| 1179 |                             Name="Release|x64"
 | 
|---|
| 1180 |                             >
 | 
|---|
| 1181 |                             <Tool
 | 
|---|
| 1182 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1183 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 1184 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 1185 |                             />
 | 
|---|
| 1186 |                         </FileConfiguration>
 | 
|---|
| 1187 |                     </File>
 | 
|---|
| 1188 |                 </Filter>
 | 
|---|
| 1189 |                 <Filter
 | 
|---|
| 1190 |                     Name="Schedule"
 | 
|---|
| 1191 |                     >
 | 
|---|
| 1192 |                     <File
 | 
|---|
| 1193 |                         RelativePath="..\BasicCompiler_Common\PESchedule.cpp"
 | 
|---|
| 1194 |                         >
 | 
|---|
| 1195 |                         <FileConfiguration
 | 
|---|
| 1196 |                             Name="Debug|Win32"
 | 
|---|
| 1197 |                             >
 | 
|---|
| 1198 |                             <Tool
 | 
|---|
| 1199 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1200 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1201 |                             />
 | 
|---|
| 1202 |                         </FileConfiguration>
 | 
|---|
| 1203 |                         <FileConfiguration
 | 
|---|
| 1204 |                             Name="Release|Win32"
 | 
|---|
| 1205 |                             >
 | 
|---|
| 1206 |                             <Tool
 | 
|---|
| 1207 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1208 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1209 |                             />
 | 
|---|
| 1210 |                         </FileConfiguration>
 | 
|---|
| 1211 |                         <FileConfiguration
 | 
|---|
| 1212 |                             Name="Debug|x64"
 | 
|---|
| 1213 |                             >
 | 
|---|
| 1214 |                             <Tool
 | 
|---|
| 1215 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1216 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1217 |                             />
 | 
|---|
| 1218 |                         </FileConfiguration>
 | 
|---|
| 1219 |                         <FileConfiguration
 | 
|---|
| 1220 |                             Name="Release|x64"
 | 
|---|
| 1221 |                             >
 | 
|---|
| 1222 |                             <Tool
 | 
|---|
| 1223 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1224 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1225 |                             />
 | 
|---|
| 1226 |                         </FileConfiguration>
 | 
|---|
| 1227 |                     </File>
 | 
|---|
| 1228 |                     <File
 | 
|---|
| 1229 |                         RelativePath="..\BasicCompiler_Common\PESchedule.h"
 | 
|---|
| 1230 |                         >
 | 
|---|
| 1231 |                     </File>
 | 
|---|
| 1232 |                 </Filter>
 | 
|---|
| 1233 |                 <Filter
 | 
|---|
| 1234 |                     Name="Variable"
 | 
|---|
| 1235 |                     >
 | 
|---|
| 1236 |                     <File
 | 
|---|
| 1237 |                         RelativePath="..\BasicCompiler_Common\VariableOpe.cpp"
 | 
|---|
| 1238 |                         >
 | 
|---|
| 1239 |                     </File>
 | 
|---|
| 1240 |                     <File
 | 
|---|
| 1241 |                         RelativePath="..\BasicCompiler_Common\VariableOpe.h"
 | 
|---|
| 1242 |                         >
 | 
|---|
| 1243 |                     </File>
 | 
|---|
| 1244 |                 </Filter>
 | 
|---|
| 1245 |                 <Filter
 | 
|---|
| 1246 |                     Name="Procedure"
 | 
|---|
| 1247 |                     >
 | 
|---|
| 1248 |                     <File
 | 
|---|
| 1249 |                         RelativePath="..\BasicCompiler_Common\ParamImpl.cpp"
 | 
|---|
| 1250 |                         >
 | 
|---|
| 1251 |                     </File>
 | 
|---|
| 1252 |                     <File
 | 
|---|
| 1253 |                         RelativePath="..\BasicCompiler_Common\Subroutine.cpp"
 | 
|---|
| 1254 |                         >
 | 
|---|
| 1255 |                         <FileConfiguration
 | 
|---|
| 1256 |                             Name="Debug|Win32"
 | 
|---|
| 1257 |                             >
 | 
|---|
| 1258 |                             <Tool
 | 
|---|
| 1259 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1260 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1261 |                             />
 | 
|---|
| 1262 |                         </FileConfiguration>
 | 
|---|
| 1263 |                         <FileConfiguration
 | 
|---|
| 1264 |                             Name="Release|Win32"
 | 
|---|
| 1265 |                             >
 | 
|---|
| 1266 |                             <Tool
 | 
|---|
| 1267 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1268 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1269 |                             />
 | 
|---|
| 1270 |                         </FileConfiguration>
 | 
|---|
| 1271 |                         <FileConfiguration
 | 
|---|
| 1272 |                             Name="Debug|x64"
 | 
|---|
| 1273 |                             >
 | 
|---|
| 1274 |                             <Tool
 | 
|---|
| 1275 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1276 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1277 |                             />
 | 
|---|
| 1278 |                         </FileConfiguration>
 | 
|---|
| 1279 |                         <FileConfiguration
 | 
|---|
| 1280 |                             Name="Release|x64"
 | 
|---|
| 1281 |                             >
 | 
|---|
| 1282 |                             <Tool
 | 
|---|
| 1283 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1284 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1285 |                             />
 | 
|---|
| 1286 |                         </FileConfiguration>
 | 
|---|
| 1287 |                     </File>
 | 
|---|
| 1288 |                 </Filter>
 | 
|---|
| 1289 |             </Filter>
 | 
|---|
| 1290 |             <Filter
 | 
|---|
| 1291 |                 Name="x86Compiler"
 | 
|---|
| 1292 |                 >
 | 
|---|
| 1293 |                 <File
 | 
|---|
| 1294 |                     RelativePath="Compile_Statement.cpp"
 | 
|---|
| 1295 |                     >
 | 
|---|
| 1296 |                     <FileConfiguration
 | 
|---|
| 1297 |                         Name="Debug|Win32"
 | 
|---|
| 1298 |                         >
 | 
|---|
| 1299 |                         <Tool
 | 
|---|
| 1300 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1301 |                             PreprocessorDefinitions=""
 | 
|---|
| 1302 |                         />
 | 
|---|
| 1303 |                     </FileConfiguration>
 | 
|---|
| 1304 |                     <FileConfiguration
 | 
|---|
| 1305 |                         Name="Release|Win32"
 | 
|---|
| 1306 |                         >
 | 
|---|
| 1307 |                         <Tool
 | 
|---|
| 1308 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1309 |                             PreprocessorDefinitions=""
 | 
|---|
| 1310 |                         />
 | 
|---|
| 1311 |                     </FileConfiguration>
 | 
|---|
| 1312 |                     <FileConfiguration
 | 
|---|
| 1313 |                         Name="Debug|x64"
 | 
|---|
| 1314 |                         ExcludedFromBuild="true"
 | 
|---|
| 1315 |                         >
 | 
|---|
| 1316 |                         <Tool
 | 
|---|
| 1317 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1318 |                             PreprocessorDefinitions=""
 | 
|---|
| 1319 |                         />
 | 
|---|
| 1320 |                     </FileConfiguration>
 | 
|---|
| 1321 |                     <FileConfiguration
 | 
|---|
| 1322 |                         Name="Release|x64"
 | 
|---|
| 1323 |                         ExcludedFromBuild="true"
 | 
|---|
| 1324 |                         >
 | 
|---|
| 1325 |                         <Tool
 | 
|---|
| 1326 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1327 |                             PreprocessorDefinitions=""
 | 
|---|
| 1328 |                         />
 | 
|---|
| 1329 |                     </FileConfiguration>
 | 
|---|
| 1330 |                 </File>
 | 
|---|
| 1331 |                 <File
 | 
|---|
| 1332 |                     RelativePath="Compile_Var.cpp"
 | 
|---|
| 1333 |                     >
 | 
|---|
| 1334 |                     <FileConfiguration
 | 
|---|
| 1335 |                         Name="Debug|Win32"
 | 
|---|
| 1336 |                         >
 | 
|---|
| 1337 |                         <Tool
 | 
|---|
| 1338 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1339 |                             PreprocessorDefinitions=""
 | 
|---|
| 1340 |                         />
 | 
|---|
| 1341 |                     </FileConfiguration>
 | 
|---|
| 1342 |                     <FileConfiguration
 | 
|---|
| 1343 |                         Name="Release|Win32"
 | 
|---|
| 1344 |                         >
 | 
|---|
| 1345 |                         <Tool
 | 
|---|
| 1346 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1347 |                             PreprocessorDefinitions=""
 | 
|---|
| 1348 |                         />
 | 
|---|
| 1349 |                     </FileConfiguration>
 | 
|---|
| 1350 |                     <FileConfiguration
 | 
|---|
| 1351 |                         Name="Debug|x64"
 | 
|---|
| 1352 |                         ExcludedFromBuild="true"
 | 
|---|
| 1353 |                         >
 | 
|---|
| 1354 |                         <Tool
 | 
|---|
| 1355 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1356 |                             PreprocessorDefinitions=""
 | 
|---|
| 1357 |                         />
 | 
|---|
| 1358 |                     </FileConfiguration>
 | 
|---|
| 1359 |                     <FileConfiguration
 | 
|---|
| 1360 |                         Name="Release|x64"
 | 
|---|
| 1361 |                         ExcludedFromBuild="true"
 | 
|---|
| 1362 |                         >
 | 
|---|
| 1363 |                         <Tool
 | 
|---|
| 1364 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1365 |                             PreprocessorDefinitions=""
 | 
|---|
| 1366 |                         />
 | 
|---|
| 1367 |                     </FileConfiguration>
 | 
|---|
| 1368 |                 </File>
 | 
|---|
| 1369 |                 <File
 | 
|---|
| 1370 |                     RelativePath="MakePeHdr.cpp"
 | 
|---|
| 1371 |                     >
 | 
|---|
| 1372 |                     <FileConfiguration
 | 
|---|
| 1373 |                         Name="Debug|Win32"
 | 
|---|
| 1374 |                         >
 | 
|---|
| 1375 |                         <Tool
 | 
|---|
| 1376 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1377 |                             PreprocessorDefinitions=""
 | 
|---|
| 1378 |                         />
 | 
|---|
| 1379 |                     </FileConfiguration>
 | 
|---|
| 1380 |                     <FileConfiguration
 | 
|---|
| 1381 |                         Name="Release|Win32"
 | 
|---|
| 1382 |                         >
 | 
|---|
| 1383 |                         <Tool
 | 
|---|
| 1384 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1385 |                             PreprocessorDefinitions=""
 | 
|---|
| 1386 |                         />
 | 
|---|
| 1387 |                     </FileConfiguration>
 | 
|---|
| 1388 |                     <FileConfiguration
 | 
|---|
| 1389 |                         Name="Debug|x64"
 | 
|---|
| 1390 |                         ExcludedFromBuild="true"
 | 
|---|
| 1391 |                         >
 | 
|---|
| 1392 |                         <Tool
 | 
|---|
| 1393 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1394 |                             PreprocessorDefinitions=""
 | 
|---|
| 1395 |                         />
 | 
|---|
| 1396 |                     </FileConfiguration>
 | 
|---|
| 1397 |                     <FileConfiguration
 | 
|---|
| 1398 |                         Name="Release|x64"
 | 
|---|
| 1399 |                         ExcludedFromBuild="true"
 | 
|---|
| 1400 |                         >
 | 
|---|
| 1401 |                         <Tool
 | 
|---|
| 1402 |                             Name="VCCLCompilerTool"
 | 
|---|
| 1403 |                             PreprocessorDefinitions=""
 | 
|---|
| 1404 |                         />
 | 
|---|
| 1405 |                     </FileConfiguration>
 | 
|---|
| 1406 |                 </File>
 | 
|---|
| 1407 |                 <Filter
 | 
|---|
| 1408 |                     Name="Calculation"
 | 
|---|
| 1409 |                     >
 | 
|---|
| 1410 |                     <File
 | 
|---|
| 1411 |                         RelativePath="Compile_Calc.cpp"
 | 
|---|
| 1412 |                         >
 | 
|---|
| 1413 |                         <FileConfiguration
 | 
|---|
| 1414 |                             Name="Debug|Win32"
 | 
|---|
| 1415 |                             >
 | 
|---|
| 1416 |                             <Tool
 | 
|---|
| 1417 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1418 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1419 |                             />
 | 
|---|
| 1420 |                         </FileConfiguration>
 | 
|---|
| 1421 |                         <FileConfiguration
 | 
|---|
| 1422 |                             Name="Release|Win32"
 | 
|---|
| 1423 |                             >
 | 
|---|
| 1424 |                             <Tool
 | 
|---|
| 1425 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1426 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1427 |                             />
 | 
|---|
| 1428 |                         </FileConfiguration>
 | 
|---|
| 1429 |                         <FileConfiguration
 | 
|---|
| 1430 |                             Name="Debug|x64"
 | 
|---|
| 1431 |                             ExcludedFromBuild="true"
 | 
|---|
| 1432 |                             >
 | 
|---|
| 1433 |                             <Tool
 | 
|---|
| 1434 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1435 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1436 |                             />
 | 
|---|
| 1437 |                         </FileConfiguration>
 | 
|---|
| 1438 |                         <FileConfiguration
 | 
|---|
| 1439 |                             Name="Release|x64"
 | 
|---|
| 1440 |                             ExcludedFromBuild="true"
 | 
|---|
| 1441 |                             >
 | 
|---|
| 1442 |                             <Tool
 | 
|---|
| 1443 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1444 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1445 |                             />
 | 
|---|
| 1446 |                         </FileConfiguration>
 | 
|---|
| 1447 |                     </File>
 | 
|---|
| 1448 |                     <File
 | 
|---|
| 1449 |                         RelativePath="Compile_Calc_PushVar.cpp"
 | 
|---|
| 1450 |                         >
 | 
|---|
| 1451 |                         <FileConfiguration
 | 
|---|
| 1452 |                             Name="Debug|Win32"
 | 
|---|
| 1453 |                             >
 | 
|---|
| 1454 |                             <Tool
 | 
|---|
| 1455 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1456 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1457 |                             />
 | 
|---|
| 1458 |                         </FileConfiguration>
 | 
|---|
| 1459 |                         <FileConfiguration
 | 
|---|
| 1460 |                             Name="Release|Win32"
 | 
|---|
| 1461 |                             >
 | 
|---|
| 1462 |                             <Tool
 | 
|---|
| 1463 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1464 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1465 |                             />
 | 
|---|
| 1466 |                         </FileConfiguration>
 | 
|---|
| 1467 |                         <FileConfiguration
 | 
|---|
| 1468 |                             Name="Debug|x64"
 | 
|---|
| 1469 |                             ExcludedFromBuild="true"
 | 
|---|
| 1470 |                             >
 | 
|---|
| 1471 |                             <Tool
 | 
|---|
| 1472 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1473 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1474 |                             />
 | 
|---|
| 1475 |                         </FileConfiguration>
 | 
|---|
| 1476 |                         <FileConfiguration
 | 
|---|
| 1477 |                             Name="Release|x64"
 | 
|---|
| 1478 |                             ExcludedFromBuild="true"
 | 
|---|
| 1479 |                             >
 | 
|---|
| 1480 |                             <Tool
 | 
|---|
| 1481 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1482 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1483 |                             />
 | 
|---|
| 1484 |                         </FileConfiguration>
 | 
|---|
| 1485 |                     </File>
 | 
|---|
| 1486 |                     <File
 | 
|---|
| 1487 |                         RelativePath="Compile_Set_Var.cpp"
 | 
|---|
| 1488 |                         >
 | 
|---|
| 1489 |                         <FileConfiguration
 | 
|---|
| 1490 |                             Name="Debug|Win32"
 | 
|---|
| 1491 |                             >
 | 
|---|
| 1492 |                             <Tool
 | 
|---|
| 1493 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1494 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1495 |                             />
 | 
|---|
| 1496 |                         </FileConfiguration>
 | 
|---|
| 1497 |                         <FileConfiguration
 | 
|---|
| 1498 |                             Name="Release|Win32"
 | 
|---|
| 1499 |                             >
 | 
|---|
| 1500 |                             <Tool
 | 
|---|
| 1501 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1502 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1503 |                             />
 | 
|---|
| 1504 |                         </FileConfiguration>
 | 
|---|
| 1505 |                         <FileConfiguration
 | 
|---|
| 1506 |                             Name="Debug|x64"
 | 
|---|
| 1507 |                             ExcludedFromBuild="true"
 | 
|---|
| 1508 |                             >
 | 
|---|
| 1509 |                             <Tool
 | 
|---|
| 1510 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1511 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1512 |                             />
 | 
|---|
| 1513 |                         </FileConfiguration>
 | 
|---|
| 1514 |                         <FileConfiguration
 | 
|---|
| 1515 |                             Name="Release|x64"
 | 
|---|
| 1516 |                             ExcludedFromBuild="true"
 | 
|---|
| 1517 |                             >
 | 
|---|
| 1518 |                             <Tool
 | 
|---|
| 1519 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1520 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1521 |                             />
 | 
|---|
| 1522 |                         </FileConfiguration>
 | 
|---|
| 1523 |                     </File>
 | 
|---|
| 1524 |                     <File
 | 
|---|
| 1525 |                         RelativePath="increment.cpp"
 | 
|---|
| 1526 |                         >
 | 
|---|
| 1527 |                         <FileConfiguration
 | 
|---|
| 1528 |                             Name="Debug|Win32"
 | 
|---|
| 1529 |                             >
 | 
|---|
| 1530 |                             <Tool
 | 
|---|
| 1531 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1532 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1533 |                             />
 | 
|---|
| 1534 |                         </FileConfiguration>
 | 
|---|
| 1535 |                         <FileConfiguration
 | 
|---|
| 1536 |                             Name="Release|Win32"
 | 
|---|
| 1537 |                             >
 | 
|---|
| 1538 |                             <Tool
 | 
|---|
| 1539 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1540 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1541 |                             />
 | 
|---|
| 1542 |                         </FileConfiguration>
 | 
|---|
| 1543 |                         <FileConfiguration
 | 
|---|
| 1544 |                             Name="Debug|x64"
 | 
|---|
| 1545 |                             ExcludedFromBuild="true"
 | 
|---|
| 1546 |                             >
 | 
|---|
| 1547 |                             <Tool
 | 
|---|
| 1548 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1549 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1550 |                             />
 | 
|---|
| 1551 |                         </FileConfiguration>
 | 
|---|
| 1552 |                         <FileConfiguration
 | 
|---|
| 1553 |                             Name="Release|x64"
 | 
|---|
| 1554 |                             ExcludedFromBuild="true"
 | 
|---|
| 1555 |                             >
 | 
|---|
| 1556 |                             <Tool
 | 
|---|
| 1557 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1558 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1559 |                             />
 | 
|---|
| 1560 |                         </FileConfiguration>
 | 
|---|
| 1561 |                     </File>
 | 
|---|
| 1562 |                     <File
 | 
|---|
| 1563 |                         RelativePath="NumOpe.cpp"
 | 
|---|
| 1564 |                         >
 | 
|---|
| 1565 |                         <FileConfiguration
 | 
|---|
| 1566 |                             Name="Debug|Win32"
 | 
|---|
| 1567 |                             >
 | 
|---|
| 1568 |                             <Tool
 | 
|---|
| 1569 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1570 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1571 |                             />
 | 
|---|
| 1572 |                         </FileConfiguration>
 | 
|---|
| 1573 |                         <FileConfiguration
 | 
|---|
| 1574 |                             Name="Release|Win32"
 | 
|---|
| 1575 |                             >
 | 
|---|
| 1576 |                             <Tool
 | 
|---|
| 1577 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1578 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1579 |                             />
 | 
|---|
| 1580 |                         </FileConfiguration>
 | 
|---|
| 1581 |                         <FileConfiguration
 | 
|---|
| 1582 |                             Name="Debug|x64"
 | 
|---|
| 1583 |                             ExcludedFromBuild="true"
 | 
|---|
| 1584 |                             >
 | 
|---|
| 1585 |                             <Tool
 | 
|---|
| 1586 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1587 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1588 |                             />
 | 
|---|
| 1589 |                         </FileConfiguration>
 | 
|---|
| 1590 |                         <FileConfiguration
 | 
|---|
| 1591 |                             Name="Release|x64"
 | 
|---|
| 1592 |                             ExcludedFromBuild="true"
 | 
|---|
| 1593 |                             >
 | 
|---|
| 1594 |                             <Tool
 | 
|---|
| 1595 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1596 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1597 |                             />
 | 
|---|
| 1598 |                         </FileConfiguration>
 | 
|---|
| 1599 |                     </File>
 | 
|---|
| 1600 |                     <File
 | 
|---|
| 1601 |                         RelativePath="NumOpe_Arithmetic.cpp"
 | 
|---|
| 1602 |                         >
 | 
|---|
| 1603 |                         <FileConfiguration
 | 
|---|
| 1604 |                             Name="Debug|Win32"
 | 
|---|
| 1605 |                             >
 | 
|---|
| 1606 |                             <Tool
 | 
|---|
| 1607 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1608 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1609 |                             />
 | 
|---|
| 1610 |                         </FileConfiguration>
 | 
|---|
| 1611 |                         <FileConfiguration
 | 
|---|
| 1612 |                             Name="Release|Win32"
 | 
|---|
| 1613 |                             >
 | 
|---|
| 1614 |                             <Tool
 | 
|---|
| 1615 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1616 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1617 |                             />
 | 
|---|
| 1618 |                         </FileConfiguration>
 | 
|---|
| 1619 |                         <FileConfiguration
 | 
|---|
| 1620 |                             Name="Debug|x64"
 | 
|---|
| 1621 |                             ExcludedFromBuild="true"
 | 
|---|
| 1622 |                             >
 | 
|---|
| 1623 |                             <Tool
 | 
|---|
| 1624 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1625 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1626 |                             />
 | 
|---|
| 1627 |                         </FileConfiguration>
 | 
|---|
| 1628 |                         <FileConfiguration
 | 
|---|
| 1629 |                             Name="Release|x64"
 | 
|---|
| 1630 |                             ExcludedFromBuild="true"
 | 
|---|
| 1631 |                             >
 | 
|---|
| 1632 |                             <Tool
 | 
|---|
| 1633 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1634 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1635 |                             />
 | 
|---|
| 1636 |                         </FileConfiguration>
 | 
|---|
| 1637 |                     </File>
 | 
|---|
| 1638 |                     <File
 | 
|---|
| 1639 |                         RelativePath="NumOpe_Logical.cpp"
 | 
|---|
| 1640 |                         >
 | 
|---|
| 1641 |                         <FileConfiguration
 | 
|---|
| 1642 |                             Name="Debug|Win32"
 | 
|---|
| 1643 |                             >
 | 
|---|
| 1644 |                             <Tool
 | 
|---|
| 1645 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1646 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1647 |                             />
 | 
|---|
| 1648 |                         </FileConfiguration>
 | 
|---|
| 1649 |                         <FileConfiguration
 | 
|---|
| 1650 |                             Name="Release|Win32"
 | 
|---|
| 1651 |                             >
 | 
|---|
| 1652 |                             <Tool
 | 
|---|
| 1653 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1654 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1655 |                             />
 | 
|---|
| 1656 |                         </FileConfiguration>
 | 
|---|
| 1657 |                         <FileConfiguration
 | 
|---|
| 1658 |                             Name="Debug|x64"
 | 
|---|
| 1659 |                             ExcludedFromBuild="true"
 | 
|---|
| 1660 |                             >
 | 
|---|
| 1661 |                             <Tool
 | 
|---|
| 1662 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1663 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1664 |                             />
 | 
|---|
| 1665 |                         </FileConfiguration>
 | 
|---|
| 1666 |                         <FileConfiguration
 | 
|---|
| 1667 |                             Name="Release|x64"
 | 
|---|
| 1668 |                             ExcludedFromBuild="true"
 | 
|---|
| 1669 |                             >
 | 
|---|
| 1670 |                             <Tool
 | 
|---|
| 1671 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1672 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1673 |                             />
 | 
|---|
| 1674 |                         </FileConfiguration>
 | 
|---|
| 1675 |                     </File>
 | 
|---|
| 1676 |                     <File
 | 
|---|
| 1677 |                         RelativePath="NumOpe_Relation.cpp"
 | 
|---|
| 1678 |                         >
 | 
|---|
| 1679 |                         <FileConfiguration
 | 
|---|
| 1680 |                             Name="Debug|Win32"
 | 
|---|
| 1681 |                             >
 | 
|---|
| 1682 |                             <Tool
 | 
|---|
| 1683 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1684 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1685 |                             />
 | 
|---|
| 1686 |                         </FileConfiguration>
 | 
|---|
| 1687 |                         <FileConfiguration
 | 
|---|
| 1688 |                             Name="Release|Win32"
 | 
|---|
| 1689 |                             >
 | 
|---|
| 1690 |                             <Tool
 | 
|---|
| 1691 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1692 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1693 |                             />
 | 
|---|
| 1694 |                         </FileConfiguration>
 | 
|---|
| 1695 |                         <FileConfiguration
 | 
|---|
| 1696 |                             Name="Debug|x64"
 | 
|---|
| 1697 |                             ExcludedFromBuild="true"
 | 
|---|
| 1698 |                             >
 | 
|---|
| 1699 |                             <Tool
 | 
|---|
| 1700 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1701 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1702 |                             />
 | 
|---|
| 1703 |                         </FileConfiguration>
 | 
|---|
| 1704 |                         <FileConfiguration
 | 
|---|
| 1705 |                             Name="Release|x64"
 | 
|---|
| 1706 |                             ExcludedFromBuild="true"
 | 
|---|
| 1707 |                             >
 | 
|---|
| 1708 |                             <Tool
 | 
|---|
| 1709 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1710 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1711 |                             />
 | 
|---|
| 1712 |                         </FileConfiguration>
 | 
|---|
| 1713 |                     </File>
 | 
|---|
| 1714 |                     <File
 | 
|---|
| 1715 |                         RelativePath="NumOpe_TypeOperation.cpp"
 | 
|---|
| 1716 |                         >
 | 
|---|
| 1717 |                         <FileConfiguration
 | 
|---|
| 1718 |                             Name="Debug|Win32"
 | 
|---|
| 1719 |                             >
 | 
|---|
| 1720 |                             <Tool
 | 
|---|
| 1721 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1722 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1723 |                             />
 | 
|---|
| 1724 |                         </FileConfiguration>
 | 
|---|
| 1725 |                         <FileConfiguration
 | 
|---|
| 1726 |                             Name="Release|Win32"
 | 
|---|
| 1727 |                             >
 | 
|---|
| 1728 |                             <Tool
 | 
|---|
| 1729 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1730 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1731 |                             />
 | 
|---|
| 1732 |                         </FileConfiguration>
 | 
|---|
| 1733 |                         <FileConfiguration
 | 
|---|
| 1734 |                             Name="Debug|x64"
 | 
|---|
| 1735 |                             ExcludedFromBuild="true"
 | 
|---|
| 1736 |                             >
 | 
|---|
| 1737 |                             <Tool
 | 
|---|
| 1738 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1739 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1740 |                             />
 | 
|---|
| 1741 |                         </FileConfiguration>
 | 
|---|
| 1742 |                         <FileConfiguration
 | 
|---|
| 1743 |                             Name="Release|x64"
 | 
|---|
| 1744 |                             ExcludedFromBuild="true"
 | 
|---|
| 1745 |                             >
 | 
|---|
| 1746 |                             <Tool
 | 
|---|
| 1747 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1748 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1749 |                             />
 | 
|---|
| 1750 |                         </FileConfiguration>
 | 
|---|
| 1751 |                     </File>
 | 
|---|
| 1752 |                 </Filter>
 | 
|---|
| 1753 |                 <Filter
 | 
|---|
| 1754 |                     Name="Object"
 | 
|---|
| 1755 |                     >
 | 
|---|
| 1756 |                     <File
 | 
|---|
| 1757 |                         RelativePath="Compile_Object.cpp"
 | 
|---|
| 1758 |                         >
 | 
|---|
| 1759 |                         <FileConfiguration
 | 
|---|
| 1760 |                             Name="Debug|Win32"
 | 
|---|
| 1761 |                             >
 | 
|---|
| 1762 |                             <Tool
 | 
|---|
| 1763 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1764 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1765 |                             />
 | 
|---|
| 1766 |                         </FileConfiguration>
 | 
|---|
| 1767 |                         <FileConfiguration
 | 
|---|
| 1768 |                             Name="Release|Win32"
 | 
|---|
| 1769 |                             >
 | 
|---|
| 1770 |                             <Tool
 | 
|---|
| 1771 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1772 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1773 |                             />
 | 
|---|
| 1774 |                         </FileConfiguration>
 | 
|---|
| 1775 |                         <FileConfiguration
 | 
|---|
| 1776 |                             Name="Debug|x64"
 | 
|---|
| 1777 |                             ExcludedFromBuild="true"
 | 
|---|
| 1778 |                             >
 | 
|---|
| 1779 |                             <Tool
 | 
|---|
| 1780 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1781 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1782 |                             />
 | 
|---|
| 1783 |                         </FileConfiguration>
 | 
|---|
| 1784 |                         <FileConfiguration
 | 
|---|
| 1785 |                             Name="Release|x64"
 | 
|---|
| 1786 |                             ExcludedFromBuild="true"
 | 
|---|
| 1787 |                             >
 | 
|---|
| 1788 |                             <Tool
 | 
|---|
| 1789 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1790 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1791 |                             />
 | 
|---|
| 1792 |                         </FileConfiguration>
 | 
|---|
| 1793 |                     </File>
 | 
|---|
| 1794 |                 </Filter>
 | 
|---|
| 1795 |                 <Filter
 | 
|---|
| 1796 |                     Name="Opcode"
 | 
|---|
| 1797 |                     >
 | 
|---|
| 1798 |                     <File
 | 
|---|
| 1799 |                         RelativePath="op32_main.cpp"
 | 
|---|
| 1800 |                         >
 | 
|---|
| 1801 |                         <FileConfiguration
 | 
|---|
| 1802 |                             Name="Debug|Win32"
 | 
|---|
| 1803 |                             >
 | 
|---|
| 1804 |                             <Tool
 | 
|---|
| 1805 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1806 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1807 |                             />
 | 
|---|
| 1808 |                         </FileConfiguration>
 | 
|---|
| 1809 |                         <FileConfiguration
 | 
|---|
| 1810 |                             Name="Release|Win32"
 | 
|---|
| 1811 |                             >
 | 
|---|
| 1812 |                             <Tool
 | 
|---|
| 1813 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1814 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1815 |                             />
 | 
|---|
| 1816 |                         </FileConfiguration>
 | 
|---|
| 1817 |                         <FileConfiguration
 | 
|---|
| 1818 |                             Name="Debug|x64"
 | 
|---|
| 1819 |                             ExcludedFromBuild="true"
 | 
|---|
| 1820 |                             >
 | 
|---|
| 1821 |                             <Tool
 | 
|---|
| 1822 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1823 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1824 |                             />
 | 
|---|
| 1825 |                         </FileConfiguration>
 | 
|---|
| 1826 |                         <FileConfiguration
 | 
|---|
| 1827 |                             Name="Release|x64"
 | 
|---|
| 1828 |                             ExcludedFromBuild="true"
 | 
|---|
| 1829 |                             >
 | 
|---|
| 1830 |                             <Tool
 | 
|---|
| 1831 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1832 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1833 |                             />
 | 
|---|
| 1834 |                         </FileConfiguration>
 | 
|---|
| 1835 |                     </File>
 | 
|---|
| 1836 |                     <File
 | 
|---|
| 1837 |                         RelativePath=".\x86CodeGenerator.cpp"
 | 
|---|
| 1838 |                         >
 | 
|---|
| 1839 |                         <FileConfiguration
 | 
|---|
| 1840 |                             Name="Debug|x64"
 | 
|---|
| 1841 |                             ExcludedFromBuild="true"
 | 
|---|
| 1842 |                             >
 | 
|---|
| 1843 |                             <Tool
 | 
|---|
| 1844 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1845 |                             />
 | 
|---|
| 1846 |                         </FileConfiguration>
 | 
|---|
| 1847 |                         <FileConfiguration
 | 
|---|
| 1848 |                             Name="Release|x64"
 | 
|---|
| 1849 |                             ExcludedFromBuild="true"
 | 
|---|
| 1850 |                             >
 | 
|---|
| 1851 |                             <Tool
 | 
|---|
| 1852 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1853 |                             />
 | 
|---|
| 1854 |                         </FileConfiguration>
 | 
|---|
| 1855 |                     </File>
 | 
|---|
| 1856 |                 </Filter>
 | 
|---|
| 1857 |                 <Filter
 | 
|---|
| 1858 |                     Name="Procedure"
 | 
|---|
| 1859 |                     >
 | 
|---|
| 1860 |                     <File
 | 
|---|
| 1861 |                         RelativePath="Compile_CallProc.cpp"
 | 
|---|
| 1862 |                         >
 | 
|---|
| 1863 |                         <FileConfiguration
 | 
|---|
| 1864 |                             Name="Debug|Win32"
 | 
|---|
| 1865 |                             >
 | 
|---|
| 1866 |                             <Tool
 | 
|---|
| 1867 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1868 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1869 |                             />
 | 
|---|
| 1870 |                         </FileConfiguration>
 | 
|---|
| 1871 |                         <FileConfiguration
 | 
|---|
| 1872 |                             Name="Release|Win32"
 | 
|---|
| 1873 |                             >
 | 
|---|
| 1874 |                             <Tool
 | 
|---|
| 1875 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1876 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1877 |                             />
 | 
|---|
| 1878 |                         </FileConfiguration>
 | 
|---|
| 1879 |                         <FileConfiguration
 | 
|---|
| 1880 |                             Name="Debug|x64"
 | 
|---|
| 1881 |                             ExcludedFromBuild="true"
 | 
|---|
| 1882 |                             >
 | 
|---|
| 1883 |                             <Tool
 | 
|---|
| 1884 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1885 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1886 |                             />
 | 
|---|
| 1887 |                         </FileConfiguration>
 | 
|---|
| 1888 |                         <FileConfiguration
 | 
|---|
| 1889 |                             Name="Release|x64"
 | 
|---|
| 1890 |                             ExcludedFromBuild="true"
 | 
|---|
| 1891 |                             >
 | 
|---|
| 1892 |                             <Tool
 | 
|---|
| 1893 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1894 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1895 |                             />
 | 
|---|
| 1896 |                         </FileConfiguration>
 | 
|---|
| 1897 |                     </File>
 | 
|---|
| 1898 |                     <File
 | 
|---|
| 1899 |                         RelativePath="Compile_Func.cpp"
 | 
|---|
| 1900 |                         >
 | 
|---|
| 1901 |                         <FileConfiguration
 | 
|---|
| 1902 |                             Name="Debug|Win32"
 | 
|---|
| 1903 |                             >
 | 
|---|
| 1904 |                             <Tool
 | 
|---|
| 1905 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1906 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1907 |                             />
 | 
|---|
| 1908 |                         </FileConfiguration>
 | 
|---|
| 1909 |                         <FileConfiguration
 | 
|---|
| 1910 |                             Name="Release|Win32"
 | 
|---|
| 1911 |                             >
 | 
|---|
| 1912 |                             <Tool
 | 
|---|
| 1913 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1914 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1915 |                             />
 | 
|---|
| 1916 |                         </FileConfiguration>
 | 
|---|
| 1917 |                         <FileConfiguration
 | 
|---|
| 1918 |                             Name="Debug|x64"
 | 
|---|
| 1919 |                             ExcludedFromBuild="true"
 | 
|---|
| 1920 |                             >
 | 
|---|
| 1921 |                             <Tool
 | 
|---|
| 1922 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1923 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1924 |                             />
 | 
|---|
| 1925 |                         </FileConfiguration>
 | 
|---|
| 1926 |                         <FileConfiguration
 | 
|---|
| 1927 |                             Name="Release|x64"
 | 
|---|
| 1928 |                             ExcludedFromBuild="true"
 | 
|---|
| 1929 |                             >
 | 
|---|
| 1930 |                             <Tool
 | 
|---|
| 1931 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1932 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1933 |                             />
 | 
|---|
| 1934 |                         </FileConfiguration>
 | 
|---|
| 1935 |                     </File>
 | 
|---|
| 1936 |                     <File
 | 
|---|
| 1937 |                         RelativePath="Compile_ProcOp.cpp"
 | 
|---|
| 1938 |                         >
 | 
|---|
| 1939 |                         <FileConfiguration
 | 
|---|
| 1940 |                             Name="Debug|Win32"
 | 
|---|
| 1941 |                             >
 | 
|---|
| 1942 |                             <Tool
 | 
|---|
| 1943 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1944 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1945 |                             />
 | 
|---|
| 1946 |                         </FileConfiguration>
 | 
|---|
| 1947 |                         <FileConfiguration
 | 
|---|
| 1948 |                             Name="Release|Win32"
 | 
|---|
| 1949 |                             >
 | 
|---|
| 1950 |                             <Tool
 | 
|---|
| 1951 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1952 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1953 |                             />
 | 
|---|
| 1954 |                         </FileConfiguration>
 | 
|---|
| 1955 |                         <FileConfiguration
 | 
|---|
| 1956 |                             Name="Debug|x64"
 | 
|---|
| 1957 |                             ExcludedFromBuild="true"
 | 
|---|
| 1958 |                             >
 | 
|---|
| 1959 |                             <Tool
 | 
|---|
| 1960 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1961 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1962 |                             />
 | 
|---|
| 1963 |                         </FileConfiguration>
 | 
|---|
| 1964 |                         <FileConfiguration
 | 
|---|
| 1965 |                             Name="Release|x64"
 | 
|---|
| 1966 |                             ExcludedFromBuild="true"
 | 
|---|
| 1967 |                             >
 | 
|---|
| 1968 |                             <Tool
 | 
|---|
| 1969 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1970 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1971 |                             />
 | 
|---|
| 1972 |                         </FileConfiguration>
 | 
|---|
| 1973 |                     </File>
 | 
|---|
| 1974 |                     <File
 | 
|---|
| 1975 |                         RelativePath="CParameter.cpp"
 | 
|---|
| 1976 |                         >
 | 
|---|
| 1977 |                         <FileConfiguration
 | 
|---|
| 1978 |                             Name="Debug|Win32"
 | 
|---|
| 1979 |                             >
 | 
|---|
| 1980 |                             <Tool
 | 
|---|
| 1981 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1982 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1983 |                             />
 | 
|---|
| 1984 |                         </FileConfiguration>
 | 
|---|
| 1985 |                         <FileConfiguration
 | 
|---|
| 1986 |                             Name="Release|Win32"
 | 
|---|
| 1987 |                             >
 | 
|---|
| 1988 |                             <Tool
 | 
|---|
| 1989 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1990 |                                 PreprocessorDefinitions=""
 | 
|---|
| 1991 |                             />
 | 
|---|
| 1992 |                         </FileConfiguration>
 | 
|---|
| 1993 |                         <FileConfiguration
 | 
|---|
| 1994 |                             Name="Debug|x64"
 | 
|---|
| 1995 |                             ExcludedFromBuild="true"
 | 
|---|
| 1996 |                             >
 | 
|---|
| 1997 |                             <Tool
 | 
|---|
| 1998 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 1999 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2000 |                             />
 | 
|---|
| 2001 |                         </FileConfiguration>
 | 
|---|
| 2002 |                         <FileConfiguration
 | 
|---|
| 2003 |                             Name="Release|x64"
 | 
|---|
| 2004 |                             ExcludedFromBuild="true"
 | 
|---|
| 2005 |                             >
 | 
|---|
| 2006 |                             <Tool
 | 
|---|
| 2007 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2008 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2009 |                             />
 | 
|---|
| 2010 |                         </FileConfiguration>
 | 
|---|
| 2011 |                     </File>
 | 
|---|
| 2012 |                     <File
 | 
|---|
| 2013 |                         RelativePath="OperatorProc.cpp"
 | 
|---|
| 2014 |                         >
 | 
|---|
| 2015 |                         <FileConfiguration
 | 
|---|
| 2016 |                             Name="Debug|Win32"
 | 
|---|
| 2017 |                             >
 | 
|---|
| 2018 |                             <Tool
 | 
|---|
| 2019 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2020 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2021 |                             />
 | 
|---|
| 2022 |                         </FileConfiguration>
 | 
|---|
| 2023 |                         <FileConfiguration
 | 
|---|
| 2024 |                             Name="Release|Win32"
 | 
|---|
| 2025 |                             >
 | 
|---|
| 2026 |                             <Tool
 | 
|---|
| 2027 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2028 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2029 |                             />
 | 
|---|
| 2030 |                         </FileConfiguration>
 | 
|---|
| 2031 |                         <FileConfiguration
 | 
|---|
| 2032 |                             Name="Debug|x64"
 | 
|---|
| 2033 |                             ExcludedFromBuild="true"
 | 
|---|
| 2034 |                             >
 | 
|---|
| 2035 |                             <Tool
 | 
|---|
| 2036 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2037 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2038 |                             />
 | 
|---|
| 2039 |                         </FileConfiguration>
 | 
|---|
| 2040 |                         <FileConfiguration
 | 
|---|
| 2041 |                             Name="Release|x64"
 | 
|---|
| 2042 |                             ExcludedFromBuild="true"
 | 
|---|
| 2043 |                             >
 | 
|---|
| 2044 |                             <Tool
 | 
|---|
| 2045 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2046 |                                 PreprocessorDefinitions=""
 | 
|---|
| 2047 |                             />
 | 
|---|
| 2048 |                         </FileConfiguration>
 | 
|---|
| 2049 |                     </File>
 | 
|---|
| 2050 |                 </Filter>
 | 
|---|
| 2051 |             </Filter>
 | 
|---|
| 2052 |             <Filter
 | 
|---|
| 2053 |                 Name="Common Classes"
 | 
|---|
| 2054 |                 >
 | 
|---|
| 2055 |                 <File
 | 
|---|
| 2056 |                     RelativePath="..\BasicCompiler_Common\src\BoostSerializationSupport.cpp"
 | 
|---|
| 2057 |                     >
 | 
|---|
| 2058 |                     <FileConfiguration
 | 
|---|
| 2059 |                         Name="Debug|Win32"
 | 
|---|
| 2060 |                         >
 | 
|---|
| 2061 |                         <Tool
 | 
|---|
| 2062 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2063 |                             UsePrecompiledHeader="0"
 | 
|---|
| 2064 |                         />
 | 
|---|
| 2065 |                     </FileConfiguration>
 | 
|---|
| 2066 |                     <FileConfiguration
 | 
|---|
| 2067 |                         Name="Release|Win32"
 | 
|---|
| 2068 |                         >
 | 
|---|
| 2069 |                         <Tool
 | 
|---|
| 2070 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2071 |                             UsePrecompiledHeader="0"
 | 
|---|
| 2072 |                         />
 | 
|---|
| 2073 |                     </FileConfiguration>
 | 
|---|
| 2074 |                     <FileConfiguration
 | 
|---|
| 2075 |                         Name="Debug|x64"
 | 
|---|
| 2076 |                         >
 | 
|---|
| 2077 |                         <Tool
 | 
|---|
| 2078 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2079 |                             UsePrecompiledHeader="0"
 | 
|---|
| 2080 |                         />
 | 
|---|
| 2081 |                     </FileConfiguration>
 | 
|---|
| 2082 |                     <FileConfiguration
 | 
|---|
| 2083 |                         Name="Release|x64"
 | 
|---|
| 2084 |                         >
 | 
|---|
| 2085 |                         <Tool
 | 
|---|
| 2086 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2087 |                             UsePrecompiledHeader="0"
 | 
|---|
| 2088 |                         />
 | 
|---|
| 2089 |                     </FileConfiguration>
 | 
|---|
| 2090 |                 </File>
 | 
|---|
| 2091 |             </Filter>
 | 
|---|
| 2092 |             <Filter
 | 
|---|
| 2093 |                 Name="Compiler Classes"
 | 
|---|
| 2094 |                 >
 | 
|---|
| 2095 |                 <File
 | 
|---|
| 2096 |                     RelativePath="..\BasicCompiler_Common\src\CodeGenerator.cpp"
 | 
|---|
| 2097 |                     >
 | 
|---|
| 2098 |                 </File>
 | 
|---|
| 2099 |                 <File
 | 
|---|
| 2100 |                     RelativePath="..\BasicCompiler_Common\src\CommonCodeGenerator.cpp"
 | 
|---|
| 2101 |                     >
 | 
|---|
| 2102 |                 </File>
 | 
|---|
| 2103 |                 <File
 | 
|---|
| 2104 |                     RelativePath="..\BasicCompiler_Common\src\Compiler.cpp"
 | 
|---|
| 2105 |                     >
 | 
|---|
| 2106 |                 </File>
 | 
|---|
| 2107 |                 <File
 | 
|---|
| 2108 |                     RelativePath="..\BasicCompiler_Common\src\DataTableGenerator.cpp"
 | 
|---|
| 2109 |                     >
 | 
|---|
| 2110 |                 </File>
 | 
|---|
| 2111 |                 <File
 | 
|---|
| 2112 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp"
 | 
|---|
| 2113 |                     >
 | 
|---|
| 2114 |                 </File>
 | 
|---|
| 2115 |                 <File
 | 
|---|
| 2116 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp"
 | 
|---|
| 2117 |                     >
 | 
|---|
| 2118 |                 </File>
 | 
|---|
| 2119 |                 <File
 | 
|---|
| 2120 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Const.cpp"
 | 
|---|
| 2121 |                     >
 | 
|---|
| 2122 |                 </File>
 | 
|---|
| 2123 |                 <File
 | 
|---|
| 2124 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Delegate.cpp"
 | 
|---|
| 2125 |                     >
 | 
|---|
| 2126 |                 </File>
 | 
|---|
| 2127 |                 <File
 | 
|---|
| 2128 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Enum.cpp"
 | 
|---|
| 2129 |                     >
 | 
|---|
| 2130 |                 </File>
 | 
|---|
| 2131 |                 <File
 | 
|---|
| 2132 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Procedure.cpp"
 | 
|---|
| 2133 |                     >
 | 
|---|
| 2134 |                 </File>
 | 
|---|
| 2135 |                 <File
 | 
|---|
| 2136 |                     RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_TypeDef.cpp"
 | 
|---|
| 2137 |                     >
 | 
|---|
| 2138 |                 </File>
 | 
|---|
| 2139 |                 <File
 | 
|---|
| 2140 |                     RelativePath="..\BasicCompiler_Common\src\Linker.cpp"
 | 
|---|
| 2141 |                     >
 | 
|---|
| 2142 |                 </File>
 | 
|---|
| 2143 |                 <File
 | 
|---|
| 2144 |                     RelativePath="..\BasicCompiler_Common\src\Messenger.cpp"
 | 
|---|
| 2145 |                     >
 | 
|---|
| 2146 |                 </File>
 | 
|---|
| 2147 |                 <File
 | 
|---|
| 2148 |                     RelativePath="..\BasicCompiler_Common\src\ProcedureGenerator.cpp"
 | 
|---|
| 2149 |                     >
 | 
|---|
| 2150 |                 </File>
 | 
|---|
| 2151 |                 <File
 | 
|---|
| 2152 |                     RelativePath="..\BasicCompiler_Common\src\VtblGenerator.cpp"
 | 
|---|
| 2153 |                     >
 | 
|---|
| 2154 |                 </File>
 | 
|---|
| 2155 |                 <Filter
 | 
|---|
| 2156 |                     Name="Langauge Classes"
 | 
|---|
| 2157 |                     >
 | 
|---|
| 2158 |                     <File
 | 
|---|
| 2159 |                         RelativePath="..\BasicCompiler_Common\src\Exception.cpp"
 | 
|---|
| 2160 |                         >
 | 
|---|
| 2161 |                     </File>
 | 
|---|
| 2162 |                     <File
 | 
|---|
| 2163 |                         RelativePath="..\BasicCompiler_Common\src\LexicalScope.cpp"
 | 
|---|
| 2164 |                         >
 | 
|---|
| 2165 |                     </File>
 | 
|---|
| 2166 |                 </Filter>
 | 
|---|
| 2167 |             </Filter>
 | 
|---|
| 2168 |             <Filter
 | 
|---|
| 2169 |                 Name="Application Classes"
 | 
|---|
| 2170 |                 >
 | 
|---|
| 2171 |                 <File
 | 
|---|
| 2172 |                     RelativePath="..\BasicCompiler_Common\src\Program.cpp"
 | 
|---|
| 2173 |                     >
 | 
|---|
| 2174 |                 </File>
 | 
|---|
| 2175 |             </Filter>
 | 
|---|
| 2176 |             <Filter
 | 
|---|
| 2177 |                 Name="Debugger Classes"
 | 
|---|
| 2178 |                 >
 | 
|---|
| 2179 |                 <File
 | 
|---|
| 2180 |                     RelativePath="..\BasicCompiler_Common\src\BreakPoint.cpp"
 | 
|---|
| 2181 |                     >
 | 
|---|
| 2182 |                 </File>
 | 
|---|
| 2183 |             </Filter>
 | 
|---|
| 2184 |             <Filter
 | 
|---|
| 2185 |                 Name="x64Compiler"
 | 
|---|
| 2186 |                 >
 | 
|---|
| 2187 |                 <File
 | 
|---|
| 2188 |                     RelativePath="..\compiler_x64\Compile_Statement.cpp"
 | 
|---|
| 2189 |                     >
 | 
|---|
| 2190 |                     <FileConfiguration
 | 
|---|
| 2191 |                         Name="Debug|Win32"
 | 
|---|
| 2192 |                         ExcludedFromBuild="true"
 | 
|---|
| 2193 |                         >
 | 
|---|
| 2194 |                         <Tool
 | 
|---|
| 2195 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2196 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2197 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2198 |                         />
 | 
|---|
| 2199 |                     </FileConfiguration>
 | 
|---|
| 2200 |                     <FileConfiguration
 | 
|---|
| 2201 |                         Name="Release|Win32"
 | 
|---|
| 2202 |                         ExcludedFromBuild="true"
 | 
|---|
| 2203 |                         >
 | 
|---|
| 2204 |                         <Tool
 | 
|---|
| 2205 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2206 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2207 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2208 |                         />
 | 
|---|
| 2209 |                     </FileConfiguration>
 | 
|---|
| 2210 |                     <FileConfiguration
 | 
|---|
| 2211 |                         Name="Debug|x64"
 | 
|---|
| 2212 |                         >
 | 
|---|
| 2213 |                         <Tool
 | 
|---|
| 2214 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2215 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2216 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2217 |                         />
 | 
|---|
| 2218 |                     </FileConfiguration>
 | 
|---|
| 2219 |                     <FileConfiguration
 | 
|---|
| 2220 |                         Name="Release|x64"
 | 
|---|
| 2221 |                         >
 | 
|---|
| 2222 |                         <Tool
 | 
|---|
| 2223 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2224 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2225 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2226 |                         />
 | 
|---|
| 2227 |                     </FileConfiguration>
 | 
|---|
| 2228 |                 </File>
 | 
|---|
| 2229 |                 <File
 | 
|---|
| 2230 |                     RelativePath="..\compiler_x64\Compile_Var.cpp"
 | 
|---|
| 2231 |                     >
 | 
|---|
| 2232 |                     <FileConfiguration
 | 
|---|
| 2233 |                         Name="Debug|Win32"
 | 
|---|
| 2234 |                         ExcludedFromBuild="true"
 | 
|---|
| 2235 |                         >
 | 
|---|
| 2236 |                         <Tool
 | 
|---|
| 2237 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2238 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2239 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2240 |                         />
 | 
|---|
| 2241 |                     </FileConfiguration>
 | 
|---|
| 2242 |                     <FileConfiguration
 | 
|---|
| 2243 |                         Name="Release|Win32"
 | 
|---|
| 2244 |                         ExcludedFromBuild="true"
 | 
|---|
| 2245 |                         >
 | 
|---|
| 2246 |                         <Tool
 | 
|---|
| 2247 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2248 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2249 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2250 |                         />
 | 
|---|
| 2251 |                     </FileConfiguration>
 | 
|---|
| 2252 |                     <FileConfiguration
 | 
|---|
| 2253 |                         Name="Debug|x64"
 | 
|---|
| 2254 |                         >
 | 
|---|
| 2255 |                         <Tool
 | 
|---|
| 2256 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2257 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2258 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2259 |                         />
 | 
|---|
| 2260 |                     </FileConfiguration>
 | 
|---|
| 2261 |                     <FileConfiguration
 | 
|---|
| 2262 |                         Name="Release|x64"
 | 
|---|
| 2263 |                         >
 | 
|---|
| 2264 |                         <Tool
 | 
|---|
| 2265 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2266 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2267 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2268 |                         />
 | 
|---|
| 2269 |                     </FileConfiguration>
 | 
|---|
| 2270 |                 </File>
 | 
|---|
| 2271 |                 <File
 | 
|---|
| 2272 |                     RelativePath="..\compiler_x64\MakePeHdr.cpp"
 | 
|---|
| 2273 |                     >
 | 
|---|
| 2274 |                     <FileConfiguration
 | 
|---|
| 2275 |                         Name="Debug|Win32"
 | 
|---|
| 2276 |                         ExcludedFromBuild="true"
 | 
|---|
| 2277 |                         >
 | 
|---|
| 2278 |                         <Tool
 | 
|---|
| 2279 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2280 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2281 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2282 |                         />
 | 
|---|
| 2283 |                     </FileConfiguration>
 | 
|---|
| 2284 |                     <FileConfiguration
 | 
|---|
| 2285 |                         Name="Release|Win32"
 | 
|---|
| 2286 |                         ExcludedFromBuild="true"
 | 
|---|
| 2287 |                         >
 | 
|---|
| 2288 |                         <Tool
 | 
|---|
| 2289 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2290 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2291 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2292 |                         />
 | 
|---|
| 2293 |                     </FileConfiguration>
 | 
|---|
| 2294 |                     <FileConfiguration
 | 
|---|
| 2295 |                         Name="Debug|x64"
 | 
|---|
| 2296 |                         >
 | 
|---|
| 2297 |                         <Tool
 | 
|---|
| 2298 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2299 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2300 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2301 |                         />
 | 
|---|
| 2302 |                     </FileConfiguration>
 | 
|---|
| 2303 |                     <FileConfiguration
 | 
|---|
| 2304 |                         Name="Release|x64"
 | 
|---|
| 2305 |                         >
 | 
|---|
| 2306 |                         <Tool
 | 
|---|
| 2307 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2308 |                             ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2309 |                             XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2310 |                         />
 | 
|---|
| 2311 |                     </FileConfiguration>
 | 
|---|
| 2312 |                 </File>
 | 
|---|
| 2313 |                 <File
 | 
|---|
| 2314 |                     RelativePath="..\compiler_x64\Register.cpp"
 | 
|---|
| 2315 |                     >
 | 
|---|
| 2316 |                     <FileConfiguration
 | 
|---|
| 2317 |                         Name="Debug|Win32"
 | 
|---|
| 2318 |                         ExcludedFromBuild="true"
 | 
|---|
| 2319 |                         >
 | 
|---|
| 2320 |                         <Tool
 | 
|---|
| 2321 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2322 |                         />
 | 
|---|
| 2323 |                     </FileConfiguration>
 | 
|---|
| 2324 |                     <FileConfiguration
 | 
|---|
| 2325 |                         Name="Release|Win32"
 | 
|---|
| 2326 |                         ExcludedFromBuild="true"
 | 
|---|
| 2327 |                         >
 | 
|---|
| 2328 |                         <Tool
 | 
|---|
| 2329 |                             Name="VCCLCompilerTool"
 | 
|---|
| 2330 |                         />
 | 
|---|
| 2331 |                     </FileConfiguration>
 | 
|---|
| 2332 |                 </File>
 | 
|---|
| 2333 |                 <Filter
 | 
|---|
| 2334 |                     Name="Procedure"
 | 
|---|
| 2335 |                     >
 | 
|---|
| 2336 |                     <File
 | 
|---|
| 2337 |                         RelativePath="..\compiler_x64\CLockParameter.cpp"
 | 
|---|
| 2338 |                         >
 | 
|---|
| 2339 |                         <FileConfiguration
 | 
|---|
| 2340 |                             Name="Debug|Win32"
 | 
|---|
| 2341 |                             ExcludedFromBuild="true"
 | 
|---|
| 2342 |                             >
 | 
|---|
| 2343 |                             <Tool
 | 
|---|
| 2344 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2345 |                             />
 | 
|---|
| 2346 |                         </FileConfiguration>
 | 
|---|
| 2347 |                         <FileConfiguration
 | 
|---|
| 2348 |                             Name="Release|Win32"
 | 
|---|
| 2349 |                             ExcludedFromBuild="true"
 | 
|---|
| 2350 |                             >
 | 
|---|
| 2351 |                             <Tool
 | 
|---|
| 2352 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2353 |                             />
 | 
|---|
| 2354 |                         </FileConfiguration>
 | 
|---|
| 2355 |                     </File>
 | 
|---|
| 2356 |                     <File
 | 
|---|
| 2357 |                         RelativePath="..\compiler_x64\Compile_CallProc.cpp"
 | 
|---|
| 2358 |                         >
 | 
|---|
| 2359 |                         <FileConfiguration
 | 
|---|
| 2360 |                             Name="Debug|Win32"
 | 
|---|
| 2361 |                             ExcludedFromBuild="true"
 | 
|---|
| 2362 |                             >
 | 
|---|
| 2363 |                             <Tool
 | 
|---|
| 2364 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2365 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2366 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2367 |                             />
 | 
|---|
| 2368 |                         </FileConfiguration>
 | 
|---|
| 2369 |                         <FileConfiguration
 | 
|---|
| 2370 |                             Name="Release|Win32"
 | 
|---|
| 2371 |                             ExcludedFromBuild="true"
 | 
|---|
| 2372 |                             >
 | 
|---|
| 2373 |                             <Tool
 | 
|---|
| 2374 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2375 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2376 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2377 |                             />
 | 
|---|
| 2378 |                         </FileConfiguration>
 | 
|---|
| 2379 |                         <FileConfiguration
 | 
|---|
| 2380 |                             Name="Debug|x64"
 | 
|---|
| 2381 |                             >
 | 
|---|
| 2382 |                             <Tool
 | 
|---|
| 2383 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2384 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2385 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2386 |                             />
 | 
|---|
| 2387 |                         </FileConfiguration>
 | 
|---|
| 2388 |                         <FileConfiguration
 | 
|---|
| 2389 |                             Name="Release|x64"
 | 
|---|
| 2390 |                             >
 | 
|---|
| 2391 |                             <Tool
 | 
|---|
| 2392 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2393 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2394 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2395 |                             />
 | 
|---|
| 2396 |                         </FileConfiguration>
 | 
|---|
| 2397 |                     </File>
 | 
|---|
| 2398 |                     <File
 | 
|---|
| 2399 |                         RelativePath="..\compiler_x64\Compile_Func.cpp"
 | 
|---|
| 2400 |                         >
 | 
|---|
| 2401 |                         <FileConfiguration
 | 
|---|
| 2402 |                             Name="Debug|Win32"
 | 
|---|
| 2403 |                             ExcludedFromBuild="true"
 | 
|---|
| 2404 |                             >
 | 
|---|
| 2405 |                             <Tool
 | 
|---|
| 2406 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2407 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2408 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2409 |                             />
 | 
|---|
| 2410 |                         </FileConfiguration>
 | 
|---|
| 2411 |                         <FileConfiguration
 | 
|---|
| 2412 |                             Name="Release|Win32"
 | 
|---|
| 2413 |                             ExcludedFromBuild="true"
 | 
|---|
| 2414 |                             >
 | 
|---|
| 2415 |                             <Tool
 | 
|---|
| 2416 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2417 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2418 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2419 |                             />
 | 
|---|
| 2420 |                         </FileConfiguration>
 | 
|---|
| 2421 |                         <FileConfiguration
 | 
|---|
| 2422 |                             Name="Debug|x64"
 | 
|---|
| 2423 |                             >
 | 
|---|
| 2424 |                             <Tool
 | 
|---|
| 2425 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2426 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2427 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2428 |                             />
 | 
|---|
| 2429 |                         </FileConfiguration>
 | 
|---|
| 2430 |                         <FileConfiguration
 | 
|---|
| 2431 |                             Name="Release|x64"
 | 
|---|
| 2432 |                             >
 | 
|---|
| 2433 |                             <Tool
 | 
|---|
| 2434 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2435 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2436 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2437 |                             />
 | 
|---|
| 2438 |                         </FileConfiguration>
 | 
|---|
| 2439 |                     </File>
 | 
|---|
| 2440 |                     <File
 | 
|---|
| 2441 |                         RelativePath="..\compiler_x64\Compile_ProcOp.cpp"
 | 
|---|
| 2442 |                         >
 | 
|---|
| 2443 |                         <FileConfiguration
 | 
|---|
| 2444 |                             Name="Debug|Win32"
 | 
|---|
| 2445 |                             ExcludedFromBuild="true"
 | 
|---|
| 2446 |                             >
 | 
|---|
| 2447 |                             <Tool
 | 
|---|
| 2448 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2449 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2450 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2451 |                             />
 | 
|---|
| 2452 |                         </FileConfiguration>
 | 
|---|
| 2453 |                         <FileConfiguration
 | 
|---|
| 2454 |                             Name="Release|Win32"
 | 
|---|
| 2455 |                             ExcludedFromBuild="true"
 | 
|---|
| 2456 |                             >
 | 
|---|
| 2457 |                             <Tool
 | 
|---|
| 2458 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2459 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2460 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2461 |                             />
 | 
|---|
| 2462 |                         </FileConfiguration>
 | 
|---|
| 2463 |                         <FileConfiguration
 | 
|---|
| 2464 |                             Name="Debug|x64"
 | 
|---|
| 2465 |                             >
 | 
|---|
| 2466 |                             <Tool
 | 
|---|
| 2467 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2468 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2469 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2470 |                             />
 | 
|---|
| 2471 |                         </FileConfiguration>
 | 
|---|
| 2472 |                         <FileConfiguration
 | 
|---|
| 2473 |                             Name="Release|x64"
 | 
|---|
| 2474 |                             >
 | 
|---|
| 2475 |                             <Tool
 | 
|---|
| 2476 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2477 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2478 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2479 |                             />
 | 
|---|
| 2480 |                         </FileConfiguration>
 | 
|---|
| 2481 |                     </File>
 | 
|---|
| 2482 |                     <File
 | 
|---|
| 2483 |                         RelativePath="..\compiler_x64\CParameter.cpp"
 | 
|---|
| 2484 |                         >
 | 
|---|
| 2485 |                         <FileConfiguration
 | 
|---|
| 2486 |                             Name="Debug|Win32"
 | 
|---|
| 2487 |                             ExcludedFromBuild="true"
 | 
|---|
| 2488 |                             >
 | 
|---|
| 2489 |                             <Tool
 | 
|---|
| 2490 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2491 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2492 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2493 |                             />
 | 
|---|
| 2494 |                         </FileConfiguration>
 | 
|---|
| 2495 |                         <FileConfiguration
 | 
|---|
| 2496 |                             Name="Release|Win32"
 | 
|---|
| 2497 |                             ExcludedFromBuild="true"
 | 
|---|
| 2498 |                             >
 | 
|---|
| 2499 |                             <Tool
 | 
|---|
| 2500 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2501 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2502 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2503 |                             />
 | 
|---|
| 2504 |                         </FileConfiguration>
 | 
|---|
| 2505 |                         <FileConfiguration
 | 
|---|
| 2506 |                             Name="Debug|x64"
 | 
|---|
| 2507 |                             >
 | 
|---|
| 2508 |                             <Tool
 | 
|---|
| 2509 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2510 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2511 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2512 |                             />
 | 
|---|
| 2513 |                         </FileConfiguration>
 | 
|---|
| 2514 |                         <FileConfiguration
 | 
|---|
| 2515 |                             Name="Release|x64"
 | 
|---|
| 2516 |                             >
 | 
|---|
| 2517 |                             <Tool
 | 
|---|
| 2518 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2519 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2520 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2521 |                             />
 | 
|---|
| 2522 |                         </FileConfiguration>
 | 
|---|
| 2523 |                     </File>
 | 
|---|
| 2524 |                     <File
 | 
|---|
| 2525 |                         RelativePath="..\compiler_x64\OperatorProc.cpp"
 | 
|---|
| 2526 |                         >
 | 
|---|
| 2527 |                         <FileConfiguration
 | 
|---|
| 2528 |                             Name="Debug|Win32"
 | 
|---|
| 2529 |                             ExcludedFromBuild="true"
 | 
|---|
| 2530 |                             >
 | 
|---|
| 2531 |                             <Tool
 | 
|---|
| 2532 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2533 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2534 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2535 |                             />
 | 
|---|
| 2536 |                         </FileConfiguration>
 | 
|---|
| 2537 |                         <FileConfiguration
 | 
|---|
| 2538 |                             Name="Release|Win32"
 | 
|---|
| 2539 |                             ExcludedFromBuild="true"
 | 
|---|
| 2540 |                             >
 | 
|---|
| 2541 |                             <Tool
 | 
|---|
| 2542 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2543 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2544 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2545 |                             />
 | 
|---|
| 2546 |                         </FileConfiguration>
 | 
|---|
| 2547 |                         <FileConfiguration
 | 
|---|
| 2548 |                             Name="Debug|x64"
 | 
|---|
| 2549 |                             >
 | 
|---|
| 2550 |                             <Tool
 | 
|---|
| 2551 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2552 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2553 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2554 |                             />
 | 
|---|
| 2555 |                         </FileConfiguration>
 | 
|---|
| 2556 |                         <FileConfiguration
 | 
|---|
| 2557 |                             Name="Release|x64"
 | 
|---|
| 2558 |                             >
 | 
|---|
| 2559 |                             <Tool
 | 
|---|
| 2560 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2561 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2562 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2563 |                             />
 | 
|---|
| 2564 |                         </FileConfiguration>
 | 
|---|
| 2565 |                     </File>
 | 
|---|
| 2566 |                 </Filter>
 | 
|---|
| 2567 |                 <Filter
 | 
|---|
| 2568 |                     Name="Opcode"
 | 
|---|
| 2569 |                     >
 | 
|---|
| 2570 |                     <File
 | 
|---|
| 2571 |                         RelativePath="..\compiler_x64\amd64_main.cpp"
 | 
|---|
| 2572 |                         >
 | 
|---|
| 2573 |                         <FileConfiguration
 | 
|---|
| 2574 |                             Name="Debug|Win32"
 | 
|---|
| 2575 |                             ExcludedFromBuild="true"
 | 
|---|
| 2576 |                             >
 | 
|---|
| 2577 |                             <Tool
 | 
|---|
| 2578 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2579 |                             />
 | 
|---|
| 2580 |                         </FileConfiguration>
 | 
|---|
| 2581 |                         <FileConfiguration
 | 
|---|
| 2582 |                             Name="Release|Win32"
 | 
|---|
| 2583 |                             ExcludedFromBuild="true"
 | 
|---|
| 2584 |                             >
 | 
|---|
| 2585 |                             <Tool
 | 
|---|
| 2586 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2587 |                             />
 | 
|---|
| 2588 |                         </FileConfiguration>
 | 
|---|
| 2589 |                     </File>
 | 
|---|
| 2590 |                     <File
 | 
|---|
| 2591 |                         RelativePath="..\compiler_x64\CodeGenerator.cpp"
 | 
|---|
| 2592 |                         >
 | 
|---|
| 2593 |                         <FileConfiguration
 | 
|---|
| 2594 |                             Name="Debug|Win32"
 | 
|---|
| 2595 |                             ExcludedFromBuild="true"
 | 
|---|
| 2596 |                             >
 | 
|---|
| 2597 |                             <Tool
 | 
|---|
| 2598 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2599 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2600 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2601 |                             />
 | 
|---|
| 2602 |                         </FileConfiguration>
 | 
|---|
| 2603 |                         <FileConfiguration
 | 
|---|
| 2604 |                             Name="Release|Win32"
 | 
|---|
| 2605 |                             ExcludedFromBuild="true"
 | 
|---|
| 2606 |                             >
 | 
|---|
| 2607 |                             <Tool
 | 
|---|
| 2608 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2609 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2610 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2611 |                             />
 | 
|---|
| 2612 |                         </FileConfiguration>
 | 
|---|
| 2613 |                         <FileConfiguration
 | 
|---|
| 2614 |                             Name="Debug|x64"
 | 
|---|
| 2615 |                             >
 | 
|---|
| 2616 |                             <Tool
 | 
|---|
| 2617 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2618 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2619 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2620 |                             />
 | 
|---|
| 2621 |                         </FileConfiguration>
 | 
|---|
| 2622 |                         <FileConfiguration
 | 
|---|
| 2623 |                             Name="Release|x64"
 | 
|---|
| 2624 |                             >
 | 
|---|
| 2625 |                             <Tool
 | 
|---|
| 2626 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2627 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2628 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2629 |                             />
 | 
|---|
| 2630 |                         </FileConfiguration>
 | 
|---|
| 2631 |                     </File>
 | 
|---|
| 2632 |                     <File
 | 
|---|
| 2633 |                         RelativePath="..\compiler_x64\stack_frame.cpp"
 | 
|---|
| 2634 |                         >
 | 
|---|
| 2635 |                         <FileConfiguration
 | 
|---|
| 2636 |                             Name="Debug|Win32"
 | 
|---|
| 2637 |                             ExcludedFromBuild="true"
 | 
|---|
| 2638 |                             >
 | 
|---|
| 2639 |                             <Tool
 | 
|---|
| 2640 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2641 |                             />
 | 
|---|
| 2642 |                         </FileConfiguration>
 | 
|---|
| 2643 |                         <FileConfiguration
 | 
|---|
| 2644 |                             Name="Release|Win32"
 | 
|---|
| 2645 |                             ExcludedFromBuild="true"
 | 
|---|
| 2646 |                             >
 | 
|---|
| 2647 |                             <Tool
 | 
|---|
| 2648 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2649 |                             />
 | 
|---|
| 2650 |                         </FileConfiguration>
 | 
|---|
| 2651 |                     </File>
 | 
|---|
| 2652 |                 </Filter>
 | 
|---|
| 2653 |                 <Filter
 | 
|---|
| 2654 |                     Name="Object"
 | 
|---|
| 2655 |                     >
 | 
|---|
| 2656 |                     <File
 | 
|---|
| 2657 |                         RelativePath="..\compiler_x64\Compile_Object.cpp"
 | 
|---|
| 2658 |                         >
 | 
|---|
| 2659 |                         <FileConfiguration
 | 
|---|
| 2660 |                             Name="Debug|Win32"
 | 
|---|
| 2661 |                             ExcludedFromBuild="true"
 | 
|---|
| 2662 |                             >
 | 
|---|
| 2663 |                             <Tool
 | 
|---|
| 2664 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2665 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2666 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2667 |                             />
 | 
|---|
| 2668 |                         </FileConfiguration>
 | 
|---|
| 2669 |                         <FileConfiguration
 | 
|---|
| 2670 |                             Name="Release|Win32"
 | 
|---|
| 2671 |                             ExcludedFromBuild="true"
 | 
|---|
| 2672 |                             >
 | 
|---|
| 2673 |                             <Tool
 | 
|---|
| 2674 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2675 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2676 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2677 |                             />
 | 
|---|
| 2678 |                         </FileConfiguration>
 | 
|---|
| 2679 |                         <FileConfiguration
 | 
|---|
| 2680 |                             Name="Debug|x64"
 | 
|---|
| 2681 |                             >
 | 
|---|
| 2682 |                             <Tool
 | 
|---|
| 2683 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2684 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2685 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2686 |                             />
 | 
|---|
| 2687 |                         </FileConfiguration>
 | 
|---|
| 2688 |                         <FileConfiguration
 | 
|---|
| 2689 |                             Name="Release|x64"
 | 
|---|
| 2690 |                             >
 | 
|---|
| 2691 |                             <Tool
 | 
|---|
| 2692 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2693 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2694 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2695 |                             />
 | 
|---|
| 2696 |                         </FileConfiguration>
 | 
|---|
| 2697 |                     </File>
 | 
|---|
| 2698 |                 </Filter>
 | 
|---|
| 2699 |                 <Filter
 | 
|---|
| 2700 |                     Name="Calculation"
 | 
|---|
| 2701 |                     >
 | 
|---|
| 2702 |                     <File
 | 
|---|
| 2703 |                         RelativePath="..\compiler_x64\Compile_Calc.cpp"
 | 
|---|
| 2704 |                         >
 | 
|---|
| 2705 |                         <FileConfiguration
 | 
|---|
| 2706 |                             Name="Debug|Win32"
 | 
|---|
| 2707 |                             ExcludedFromBuild="true"
 | 
|---|
| 2708 |                             >
 | 
|---|
| 2709 |                             <Tool
 | 
|---|
| 2710 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2711 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2712 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2713 |                             />
 | 
|---|
| 2714 |                         </FileConfiguration>
 | 
|---|
| 2715 |                         <FileConfiguration
 | 
|---|
| 2716 |                             Name="Release|Win32"
 | 
|---|
| 2717 |                             ExcludedFromBuild="true"
 | 
|---|
| 2718 |                             >
 | 
|---|
| 2719 |                             <Tool
 | 
|---|
| 2720 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2721 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2722 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2723 |                             />
 | 
|---|
| 2724 |                         </FileConfiguration>
 | 
|---|
| 2725 |                         <FileConfiguration
 | 
|---|
| 2726 |                             Name="Debug|x64"
 | 
|---|
| 2727 |                             >
 | 
|---|
| 2728 |                             <Tool
 | 
|---|
| 2729 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2730 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2731 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2732 |                             />
 | 
|---|
| 2733 |                         </FileConfiguration>
 | 
|---|
| 2734 |                         <FileConfiguration
 | 
|---|
| 2735 |                             Name="Release|x64"
 | 
|---|
| 2736 |                             >
 | 
|---|
| 2737 |                             <Tool
 | 
|---|
| 2738 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2739 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2740 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2741 |                             />
 | 
|---|
| 2742 |                         </FileConfiguration>
 | 
|---|
| 2743 |                     </File>
 | 
|---|
| 2744 |                     <File
 | 
|---|
| 2745 |                         RelativePath="..\compiler_x64\Compile_Calc_PushVar.cpp"
 | 
|---|
| 2746 |                         >
 | 
|---|
| 2747 |                         <FileConfiguration
 | 
|---|
| 2748 |                             Name="Debug|Win32"
 | 
|---|
| 2749 |                             ExcludedFromBuild="true"
 | 
|---|
| 2750 |                             >
 | 
|---|
| 2751 |                             <Tool
 | 
|---|
| 2752 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2753 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2754 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2755 |                             />
 | 
|---|
| 2756 |                         </FileConfiguration>
 | 
|---|
| 2757 |                         <FileConfiguration
 | 
|---|
| 2758 |                             Name="Release|Win32"
 | 
|---|
| 2759 |                             ExcludedFromBuild="true"
 | 
|---|
| 2760 |                             >
 | 
|---|
| 2761 |                             <Tool
 | 
|---|
| 2762 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2763 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2764 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2765 |                             />
 | 
|---|
| 2766 |                         </FileConfiguration>
 | 
|---|
| 2767 |                         <FileConfiguration
 | 
|---|
| 2768 |                             Name="Debug|x64"
 | 
|---|
| 2769 |                             >
 | 
|---|
| 2770 |                             <Tool
 | 
|---|
| 2771 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2772 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2773 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2774 |                             />
 | 
|---|
| 2775 |                         </FileConfiguration>
 | 
|---|
| 2776 |                         <FileConfiguration
 | 
|---|
| 2777 |                             Name="Release|x64"
 | 
|---|
| 2778 |                             >
 | 
|---|
| 2779 |                             <Tool
 | 
|---|
| 2780 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2781 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2782 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2783 |                             />
 | 
|---|
| 2784 |                         </FileConfiguration>
 | 
|---|
| 2785 |                     </File>
 | 
|---|
| 2786 |                     <File
 | 
|---|
| 2787 |                         RelativePath="..\compiler_x64\Compile_Set_Var.cpp"
 | 
|---|
| 2788 |                         >
 | 
|---|
| 2789 |                         <FileConfiguration
 | 
|---|
| 2790 |                             Name="Debug|Win32"
 | 
|---|
| 2791 |                             ExcludedFromBuild="true"
 | 
|---|
| 2792 |                             >
 | 
|---|
| 2793 |                             <Tool
 | 
|---|
| 2794 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2795 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2796 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2797 |                             />
 | 
|---|
| 2798 |                         </FileConfiguration>
 | 
|---|
| 2799 |                         <FileConfiguration
 | 
|---|
| 2800 |                             Name="Release|Win32"
 | 
|---|
| 2801 |                             ExcludedFromBuild="true"
 | 
|---|
| 2802 |                             >
 | 
|---|
| 2803 |                             <Tool
 | 
|---|
| 2804 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2805 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2806 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2807 |                             />
 | 
|---|
| 2808 |                         </FileConfiguration>
 | 
|---|
| 2809 |                         <FileConfiguration
 | 
|---|
| 2810 |                             Name="Debug|x64"
 | 
|---|
| 2811 |                             >
 | 
|---|
| 2812 |                             <Tool
 | 
|---|
| 2813 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2814 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2815 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2816 |                             />
 | 
|---|
| 2817 |                         </FileConfiguration>
 | 
|---|
| 2818 |                         <FileConfiguration
 | 
|---|
| 2819 |                             Name="Release|x64"
 | 
|---|
| 2820 |                             >
 | 
|---|
| 2821 |                             <Tool
 | 
|---|
| 2822 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2823 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2824 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2825 |                             />
 | 
|---|
| 2826 |                         </FileConfiguration>
 | 
|---|
| 2827 |                     </File>
 | 
|---|
| 2828 |                     <File
 | 
|---|
| 2829 |                         RelativePath="..\compiler_x64\increment.cpp"
 | 
|---|
| 2830 |                         >
 | 
|---|
| 2831 |                         <FileConfiguration
 | 
|---|
| 2832 |                             Name="Debug|Win32"
 | 
|---|
| 2833 |                             ExcludedFromBuild="true"
 | 
|---|
| 2834 |                             >
 | 
|---|
| 2835 |                             <Tool
 | 
|---|
| 2836 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2837 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2838 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2839 |                             />
 | 
|---|
| 2840 |                         </FileConfiguration>
 | 
|---|
| 2841 |                         <FileConfiguration
 | 
|---|
| 2842 |                             Name="Release|Win32"
 | 
|---|
| 2843 |                             ExcludedFromBuild="true"
 | 
|---|
| 2844 |                             >
 | 
|---|
| 2845 |                             <Tool
 | 
|---|
| 2846 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2847 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2848 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2849 |                             />
 | 
|---|
| 2850 |                         </FileConfiguration>
 | 
|---|
| 2851 |                         <FileConfiguration
 | 
|---|
| 2852 |                             Name="Debug|x64"
 | 
|---|
| 2853 |                             >
 | 
|---|
| 2854 |                             <Tool
 | 
|---|
| 2855 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2856 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2857 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2858 |                             />
 | 
|---|
| 2859 |                         </FileConfiguration>
 | 
|---|
| 2860 |                         <FileConfiguration
 | 
|---|
| 2861 |                             Name="Release|x64"
 | 
|---|
| 2862 |                             >
 | 
|---|
| 2863 |                             <Tool
 | 
|---|
| 2864 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2865 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2866 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2867 |                             />
 | 
|---|
| 2868 |                         </FileConfiguration>
 | 
|---|
| 2869 |                     </File>
 | 
|---|
| 2870 |                     <File
 | 
|---|
| 2871 |                         RelativePath="..\compiler_x64\NumOpe.cpp"
 | 
|---|
| 2872 |                         >
 | 
|---|
| 2873 |                         <FileConfiguration
 | 
|---|
| 2874 |                             Name="Debug|Win32"
 | 
|---|
| 2875 |                             ExcludedFromBuild="true"
 | 
|---|
| 2876 |                             >
 | 
|---|
| 2877 |                             <Tool
 | 
|---|
| 2878 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2879 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2880 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2881 |                             />
 | 
|---|
| 2882 |                         </FileConfiguration>
 | 
|---|
| 2883 |                         <FileConfiguration
 | 
|---|
| 2884 |                             Name="Release|Win32"
 | 
|---|
| 2885 |                             ExcludedFromBuild="true"
 | 
|---|
| 2886 |                             >
 | 
|---|
| 2887 |                             <Tool
 | 
|---|
| 2888 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2889 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2890 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2891 |                             />
 | 
|---|
| 2892 |                         </FileConfiguration>
 | 
|---|
| 2893 |                         <FileConfiguration
 | 
|---|
| 2894 |                             Name="Debug|x64"
 | 
|---|
| 2895 |                             >
 | 
|---|
| 2896 |                             <Tool
 | 
|---|
| 2897 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2898 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2899 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2900 |                             />
 | 
|---|
| 2901 |                         </FileConfiguration>
 | 
|---|
| 2902 |                         <FileConfiguration
 | 
|---|
| 2903 |                             Name="Release|x64"
 | 
|---|
| 2904 |                             >
 | 
|---|
| 2905 |                             <Tool
 | 
|---|
| 2906 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2907 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2908 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2909 |                             />
 | 
|---|
| 2910 |                         </FileConfiguration>
 | 
|---|
| 2911 |                     </File>
 | 
|---|
| 2912 |                     <File
 | 
|---|
| 2913 |                         RelativePath="..\compiler_x64\NumOpe_Arithmetic.cpp"
 | 
|---|
| 2914 |                         >
 | 
|---|
| 2915 |                         <FileConfiguration
 | 
|---|
| 2916 |                             Name="Debug|Win32"
 | 
|---|
| 2917 |                             ExcludedFromBuild="true"
 | 
|---|
| 2918 |                             >
 | 
|---|
| 2919 |                             <Tool
 | 
|---|
| 2920 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2921 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2922 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2923 |                             />
 | 
|---|
| 2924 |                         </FileConfiguration>
 | 
|---|
| 2925 |                         <FileConfiguration
 | 
|---|
| 2926 |                             Name="Release|Win32"
 | 
|---|
| 2927 |                             ExcludedFromBuild="true"
 | 
|---|
| 2928 |                             >
 | 
|---|
| 2929 |                             <Tool
 | 
|---|
| 2930 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2931 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2932 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2933 |                             />
 | 
|---|
| 2934 |                         </FileConfiguration>
 | 
|---|
| 2935 |                         <FileConfiguration
 | 
|---|
| 2936 |                             Name="Debug|x64"
 | 
|---|
| 2937 |                             >
 | 
|---|
| 2938 |                             <Tool
 | 
|---|
| 2939 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2940 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2941 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2942 |                             />
 | 
|---|
| 2943 |                         </FileConfiguration>
 | 
|---|
| 2944 |                         <FileConfiguration
 | 
|---|
| 2945 |                             Name="Release|x64"
 | 
|---|
| 2946 |                             >
 | 
|---|
| 2947 |                             <Tool
 | 
|---|
| 2948 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2949 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2950 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2951 |                             />
 | 
|---|
| 2952 |                         </FileConfiguration>
 | 
|---|
| 2953 |                     </File>
 | 
|---|
| 2954 |                     <File
 | 
|---|
| 2955 |                         RelativePath="..\compiler_x64\NumOpe_Logical.cpp"
 | 
|---|
| 2956 |                         >
 | 
|---|
| 2957 |                         <FileConfiguration
 | 
|---|
| 2958 |                             Name="Debug|Win32"
 | 
|---|
| 2959 |                             ExcludedFromBuild="true"
 | 
|---|
| 2960 |                             >
 | 
|---|
| 2961 |                             <Tool
 | 
|---|
| 2962 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2963 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2964 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2965 |                             />
 | 
|---|
| 2966 |                         </FileConfiguration>
 | 
|---|
| 2967 |                         <FileConfiguration
 | 
|---|
| 2968 |                             Name="Release|Win32"
 | 
|---|
| 2969 |                             ExcludedFromBuild="true"
 | 
|---|
| 2970 |                             >
 | 
|---|
| 2971 |                             <Tool
 | 
|---|
| 2972 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2973 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2974 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2975 |                             />
 | 
|---|
| 2976 |                         </FileConfiguration>
 | 
|---|
| 2977 |                         <FileConfiguration
 | 
|---|
| 2978 |                             Name="Debug|x64"
 | 
|---|
| 2979 |                             >
 | 
|---|
| 2980 |                             <Tool
 | 
|---|
| 2981 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2982 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2983 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2984 |                             />
 | 
|---|
| 2985 |                         </FileConfiguration>
 | 
|---|
| 2986 |                         <FileConfiguration
 | 
|---|
| 2987 |                             Name="Release|x64"
 | 
|---|
| 2988 |                             >
 | 
|---|
| 2989 |                             <Tool
 | 
|---|
| 2990 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 2991 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 2992 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 2993 |                             />
 | 
|---|
| 2994 |                         </FileConfiguration>
 | 
|---|
| 2995 |                     </File>
 | 
|---|
| 2996 |                     <File
 | 
|---|
| 2997 |                         RelativePath="..\compiler_x64\NumOpe_Relation.cpp"
 | 
|---|
| 2998 |                         >
 | 
|---|
| 2999 |                         <FileConfiguration
 | 
|---|
| 3000 |                             Name="Debug|Win32"
 | 
|---|
| 3001 |                             ExcludedFromBuild="true"
 | 
|---|
| 3002 |                             >
 | 
|---|
| 3003 |                             <Tool
 | 
|---|
| 3004 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3005 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3006 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3007 |                             />
 | 
|---|
| 3008 |                         </FileConfiguration>
 | 
|---|
| 3009 |                         <FileConfiguration
 | 
|---|
| 3010 |                             Name="Release|Win32"
 | 
|---|
| 3011 |                             ExcludedFromBuild="true"
 | 
|---|
| 3012 |                             >
 | 
|---|
| 3013 |                             <Tool
 | 
|---|
| 3014 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3015 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3016 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3017 |                             />
 | 
|---|
| 3018 |                         </FileConfiguration>
 | 
|---|
| 3019 |                         <FileConfiguration
 | 
|---|
| 3020 |                             Name="Debug|x64"
 | 
|---|
| 3021 |                             >
 | 
|---|
| 3022 |                             <Tool
 | 
|---|
| 3023 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3024 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3025 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3026 |                             />
 | 
|---|
| 3027 |                         </FileConfiguration>
 | 
|---|
| 3028 |                         <FileConfiguration
 | 
|---|
| 3029 |                             Name="Release|x64"
 | 
|---|
| 3030 |                             >
 | 
|---|
| 3031 |                             <Tool
 | 
|---|
| 3032 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3033 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3034 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3035 |                             />
 | 
|---|
| 3036 |                         </FileConfiguration>
 | 
|---|
| 3037 |                     </File>
 | 
|---|
| 3038 |                     <File
 | 
|---|
| 3039 |                         RelativePath="..\compiler_x64\NumOpe_TypeOperation.cpp"
 | 
|---|
| 3040 |                         >
 | 
|---|
| 3041 |                         <FileConfiguration
 | 
|---|
| 3042 |                             Name="Debug|Win32"
 | 
|---|
| 3043 |                             ExcludedFromBuild="true"
 | 
|---|
| 3044 |                             >
 | 
|---|
| 3045 |                             <Tool
 | 
|---|
| 3046 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3047 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3048 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3049 |                             />
 | 
|---|
| 3050 |                         </FileConfiguration>
 | 
|---|
| 3051 |                         <FileConfiguration
 | 
|---|
| 3052 |                             Name="Release|Win32"
 | 
|---|
| 3053 |                             ExcludedFromBuild="true"
 | 
|---|
| 3054 |                             >
 | 
|---|
| 3055 |                             <Tool
 | 
|---|
| 3056 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3057 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3058 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3059 |                             />
 | 
|---|
| 3060 |                         </FileConfiguration>
 | 
|---|
| 3061 |                         <FileConfiguration
 | 
|---|
| 3062 |                             Name="Debug|x64"
 | 
|---|
| 3063 |                             >
 | 
|---|
| 3064 |                             <Tool
 | 
|---|
| 3065 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3066 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3067 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3068 |                             />
 | 
|---|
| 3069 |                         </FileConfiguration>
 | 
|---|
| 3070 |                         <FileConfiguration
 | 
|---|
| 3071 |                             Name="Release|x64"
 | 
|---|
| 3072 |                             >
 | 
|---|
| 3073 |                             <Tool
 | 
|---|
| 3074 |                                 Name="VCCLCompilerTool"
 | 
|---|
| 3075 |                                 ObjectFile="$(IntDir)\$(InputName)1.obj"
 | 
|---|
| 3076 |                                 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
 | 
|---|
| 3077 |                             />
 | 
|---|
| 3078 |                         </FileConfiguration>
 | 
|---|
| 3079 |                     </File>
 | 
|---|
| 3080 |                 </Filter>
 | 
|---|
| 3081 |             </Filter>
 | 
|---|
| 3082 |         </Filter>
 | 
|---|
| 3083 |         <Filter
 | 
|---|
| 3084 |             Name="Header Files"
 | 
|---|
| 3085 |             Filter="h;hpp;hxx;hm;inl"
 | 
|---|
| 3086 |             >
 | 
|---|
| 3087 |             <File
 | 
|---|
| 3088 |                 RelativePath="..\BasicCompiler_Common\BasicCompiler.h"
 | 
|---|
| 3089 |                 >
 | 
|---|
| 3090 |             </File>
 | 
|---|
| 3091 |             <File
 | 
|---|
| 3092 |                 RelativePath="CommandValue.h"
 | 
|---|
| 3093 |                 >
 | 
|---|
| 3094 |             </File>
 | 
|---|
| 3095 |             <File
 | 
|---|
| 3096 |                 RelativePath="..\BasicCompiler_Common\common.h"
 | 
|---|
| 3097 |                 >
 | 
|---|
| 3098 |             </File>
 | 
|---|
| 3099 |             <File
 | 
|---|
| 3100 |                 RelativePath=".\MachineFixed.h"
 | 
|---|
| 3101 |                 >
 | 
|---|
| 3102 |             </File>
 | 
|---|
| 3103 |             <File
 | 
|---|
| 3104 |                 RelativePath="Opcode.h"
 | 
|---|
| 3105 |                 >
 | 
|---|
| 3106 |             </File>
 | 
|---|
| 3107 |             <File
 | 
|---|
| 3108 |                 RelativePath="..\BasicCompiler_Common\include\option.h"
 | 
|---|
| 3109 |                 >
 | 
|---|
| 3110 |             </File>
 | 
|---|
| 3111 |             <File
 | 
|---|
| 3112 |                 RelativePath=".\stdafx.h"
 | 
|---|
| 3113 |                 >
 | 
|---|
| 3114 |             </File>
 | 
|---|
| 3115 |             <File
 | 
|---|
| 3116 |                 RelativePath="..\BasicCompiler_Common\include\ver.h"
 | 
|---|
| 3117 |                 >
 | 
|---|
| 3118 |             </File>
 | 
|---|
| 3119 |             <Filter
 | 
|---|
| 3120 |                 Name="言語対応文字列"
 | 
|---|
| 3121 |                 >
 | 
|---|
| 3122 |                 <File
 | 
|---|
| 3123 |                     RelativePath="..\BasicCompiler_Common\common_msg_eng.h"
 | 
|---|
| 3124 |                     >
 | 
|---|
| 3125 |                 </File>
 | 
|---|
| 3126 |                 <File
 | 
|---|
| 3127 |                     RelativePath="..\BasicCompiler_Common\common_msg_jpn.h"
 | 
|---|
| 3128 |                     >
 | 
|---|
| 3129 |                 </File>
 | 
|---|
| 3130 |             </Filter>
 | 
|---|
| 3131 |             <Filter
 | 
|---|
| 3132 |                 Name="Parts_h"
 | 
|---|
| 3133 |                 >
 | 
|---|
| 3134 |                 <File
 | 
|---|
| 3135 |                     RelativePath="..\BasicCompiler_Common\NonVolatile.h"
 | 
|---|
| 3136 |                     >
 | 
|---|
| 3137 |                 </File>
 | 
|---|
| 3138 |             </Filter>
 | 
|---|
| 3139 |             <Filter
 | 
|---|
| 3140 |                 Name="Common Classes"
 | 
|---|
| 3141 |                 >
 | 
|---|
| 3142 |                 <File
 | 
|---|
| 3143 |                     RelativePath="..\BasicCompiler_Common\include\logger.h"
 | 
|---|
| 3144 |                     >
 | 
|---|
| 3145 |                 </File>
 | 
|---|
| 3146 |             </Filter>
 | 
|---|
| 3147 |             <Filter
 | 
|---|
| 3148 |                 Name="Compiler Classes"
 | 
|---|
| 3149 |                 >
 | 
|---|
| 3150 |                 <File
 | 
|---|
| 3151 |                     RelativePath="..\BasicCompiler_Common\include\CodeGenerator.h"
 | 
|---|
| 3152 |                     >
 | 
|---|
| 3153 |                 </File>
 | 
|---|
| 3154 |                 <File
 | 
|---|
| 3155 |                     RelativePath="..\BasicCompiler_Common\include\Compiler.h"
 | 
|---|
| 3156 |                     >
 | 
|---|
| 3157 |                 </File>
 | 
|---|
| 3158 |                 <File
 | 
|---|
| 3159 |                     RelativePath="..\BasicCompiler_Common\include\DataTableGenerator.h"
 | 
|---|
| 3160 |                     >
 | 
|---|
| 3161 |                 </File>
 | 
|---|
| 3162 |                 <File
 | 
|---|
| 3163 |                     RelativePath="..\BasicCompiler_Common\include\ErrorCode.h"
 | 
|---|
| 3164 |                     >
 | 
|---|
| 3165 |                 </File>
 | 
|---|
| 3166 |                 <File
 | 
|---|
| 3167 |                     RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h"
 | 
|---|
| 3168 |                     >
 | 
|---|
| 3169 |                 </File>
 | 
|---|
| 3170 |                 <File
 | 
|---|
| 3171 |                     RelativePath="..\BasicCompiler_Common\include\Linker.h"
 | 
|---|
| 3172 |                     >
 | 
|---|
| 3173 |                 </File>
 | 
|---|
| 3174 |                 <File
 | 
|---|
| 3175 |                     RelativePath="..\BasicCompiler_Common\include\Messenger.h"
 | 
|---|
| 3176 |                     >
 | 
|---|
| 3177 |                 </File>
 | 
|---|
| 3178 |                 <File
 | 
|---|
| 3179 |                     RelativePath="..\BasicCompiler_Common\include\ProcedureGenerator.h"
 | 
|---|
| 3180 |                     >
 | 
|---|
| 3181 |                 </File>
 | 
|---|
| 3182 |                 <File
 | 
|---|
| 3183 |                     RelativePath="..\BasicCompiler_Common\include\VtblGenerator.h"
 | 
|---|
| 3184 |                     >
 | 
|---|
| 3185 |                 </File>
 | 
|---|
| 3186 |                 <Filter
 | 
|---|
| 3187 |                     Name="Language Classes"
 | 
|---|
| 3188 |                     >
 | 
|---|
| 3189 |                     <File
 | 
|---|
| 3190 |                         RelativePath="..\BasicCompiler_Common\include\Enum.h"
 | 
|---|
| 3191 |                         >
 | 
|---|
| 3192 |                     </File>
 | 
|---|
| 3193 |                     <File
 | 
|---|
| 3194 |                         RelativePath="..\BasicCompiler_Common\include\Exception.h"
 | 
|---|
| 3195 |                         >
 | 
|---|
| 3196 |                     </File>
 | 
|---|
| 3197 |                     <File
 | 
|---|
| 3198 |                         RelativePath="..\BasicCompiler_Common\include\LexicalScope.h"
 | 
|---|
| 3199 |                         >
 | 
|---|
| 3200 |                     </File>
 | 
|---|
| 3201 |                 </Filter>
 | 
|---|
| 3202 |             </Filter>
 | 
|---|
| 3203 |             <Filter
 | 
|---|
| 3204 |                 Name="Application Classes"
 | 
|---|
| 3205 |                 >
 | 
|---|
| 3206 |                 <File
 | 
|---|
| 3207 |                     RelativePath="..\BasicCompiler_Common\include\Configuration.h"
 | 
|---|
| 3208 |                     >
 | 
|---|
| 3209 |                 </File>
 | 
|---|
| 3210 |                 <File
 | 
|---|
| 3211 |                     RelativePath="..\BasicCompiler_Common\include\Program.h"
 | 
|---|
| 3212 |                     >
 | 
|---|
| 3213 |                 </File>
 | 
|---|
| 3214 |             </Filter>
 | 
|---|
| 3215 |             <Filter
 | 
|---|
| 3216 |                 Name="Debugger Classes"
 | 
|---|
| 3217 |                 >
 | 
|---|
| 3218 |                 <File
 | 
|---|
| 3219 |                     RelativePath="..\BasicCompiler_Common\include\BreakPoint.h"
 | 
|---|
| 3220 |                     >
 | 
|---|
| 3221 |                 </File>
 | 
|---|
| 3222 |                 <File
 | 
|---|
| 3223 |                     RelativePath="..\BasicCompiler_Common\include\Debugger.h"
 | 
|---|
| 3224 |                     >
 | 
|---|
| 3225 |                 </File>
 | 
|---|
| 3226 |             </Filter>
 | 
|---|
| 3227 |         </Filter>
 | 
|---|
| 3228 |         <Filter
 | 
|---|
| 3229 |             Name="Resource Files"
 | 
|---|
| 3230 |             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 | 
|---|
| 3231 |             >
 | 
|---|
| 3232 |             <File
 | 
|---|
| 3233 |                 RelativePath="..\compiler_x64\compiler_x64.rc"
 | 
|---|
| 3234 |                 >
 | 
|---|
| 3235 |                 <FileConfiguration
 | 
|---|
| 3236 |                     Name="Debug|Win32"
 | 
|---|
| 3237 |                     ExcludedFromBuild="true"
 | 
|---|
| 3238 |                     >
 | 
|---|
| 3239 |                     <Tool
 | 
|---|
| 3240 |                         Name="VCResourceCompilerTool"
 | 
|---|
| 3241 |                     />
 | 
|---|
| 3242 |                 </FileConfiguration>
 | 
|---|
| 3243 |                 <FileConfiguration
 | 
|---|
| 3244 |                     Name="Release|Win32"
 | 
|---|
| 3245 |                     ExcludedFromBuild="true"
 | 
|---|
| 3246 |                     >
 | 
|---|
| 3247 |                     <Tool
 | 
|---|
| 3248 |                         Name="VCResourceCompilerTool"
 | 
|---|
| 3249 |                     />
 | 
|---|
| 3250 |                 </FileConfiguration>
 | 
|---|
| 3251 |             </File>
 | 
|---|
| 3252 |             <File
 | 
|---|
| 3253 |                 RelativePath=".\compiler_x86.rc"
 | 
|---|
| 3254 |                 >
 | 
|---|
| 3255 |                 <FileConfiguration
 | 
|---|
| 3256 |                     Name="Debug|x64"
 | 
|---|
| 3257 |                     ExcludedFromBuild="true"
 | 
|---|
| 3258 |                     >
 | 
|---|
| 3259 |                     <Tool
 | 
|---|
| 3260 |                         Name="VCResourceCompilerTool"
 | 
|---|
| 3261 |                     />
 | 
|---|
| 3262 |                 </FileConfiguration>
 | 
|---|
| 3263 |                 <FileConfiguration
 | 
|---|
| 3264 |                     Name="Release|x64"
 | 
|---|
| 3265 |                     ExcludedFromBuild="true"
 | 
|---|
| 3266 |                     >
 | 
|---|
| 3267 |                     <Tool
 | 
|---|
| 3268 |                         Name="VCResourceCompilerTool"
 | 
|---|
| 3269 |                     />
 | 
|---|
| 3270 |                 </FileConfiguration>
 | 
|---|
| 3271 |             </File>
 | 
|---|
| 3272 |             <File
 | 
|---|
| 3273 |                 RelativePath="icon1.ico"
 | 
|---|
| 3274 |                 >
 | 
|---|
| 3275 |             </File>
 | 
|---|
| 3276 |             <File
 | 
|---|
| 3277 |                 RelativePath="toolbar_debugger.bmp"
 | 
|---|
| 3278 |                 >
 | 
|---|
| 3279 |             </File>
 | 
|---|
| 3280 |             <File
 | 
|---|
| 3281 |                 RelativePath="toolbar_debugger_disable.bmp"
 | 
|---|
| 3282 |                 >
 | 
|---|
| 3283 |             </File>
 | 
|---|
| 3284 |             <File
 | 
|---|
| 3285 |                 RelativePath="VarArray.ico"
 | 
|---|
| 3286 |                 >
 | 
|---|
| 3287 |             </File>
 | 
|---|
| 3288 |             <File
 | 
|---|
| 3289 |                 RelativePath="VarData.ico"
 | 
|---|
| 3290 |                 >
 | 
|---|
| 3291 |             </File>
 | 
|---|
| 3292 |             <File
 | 
|---|
| 3293 |                 RelativePath="VarPtrStruct.ico"
 | 
|---|
| 3294 |                 >
 | 
|---|
| 3295 |             </File>
 | 
|---|
| 3296 |             <File
 | 
|---|
| 3297 |                 RelativePath="VarStr.ico"
 | 
|---|
| 3298 |                 >
 | 
|---|
| 3299 |             </File>
 | 
|---|
| 3300 |             <File
 | 
|---|
| 3301 |                 RelativePath="VarStruct.ico"
 | 
|---|
| 3302 |                 >
 | 
|---|
| 3303 |             </File>
 | 
|---|
| 3304 |         </Filter>
 | 
|---|
| 3305 |     </Files>
 | 
|---|
| 3306 |     <Globals>
 | 
|---|
| 3307 |     </Globals>
 | 
|---|
| 3308 | </VisualStudioProject>
 | 
|---|