123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534 |
- FileVersion = 1
- Dependencies = {corlib = "*", Debugger64 = "*", BeefySysLib = "*"}
- [Project]
- Name = "IDEHelper"
- TargetType = "CustomBuild"
- [Configs.Debug.Win32]
- TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
- TargetName = "IDEHelper32_d.dll"
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" \"$(WorkspaceDir)\\..\\IDEHelper\\IDEHelper.vcxproj\" /p:Configuration=Debug /p:Platform=X86 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
- [Configs.Debug.Win64]
- TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
- TargetName = "IDEHelper64_d.dll"
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" $(Slash \"$(WorkspaceDir)\\\\..\\\\IDEHelper\\\\IDEHelper.vcxproj\") /p:Configuration=Debug /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
- [Configs.Release.Win32]
- TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
- TargetName = "IDEHelper32.dll"
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" \"$(WorkspaceDir)\\..\\IDEHelper\\IDEHelper.vcxproj\" /p:Configuration=Release /p:Platform=X86 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
- [Configs.Release.Win64]
- TargetDirectory = "$(WorkspaceDir)/../IDE/dist"
- TargetName = "IDEHelper64.dll"
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- PostBuildCmds = ["\"$(WorkspaceDir)\\..\\bin\\msbuild.bat\" \"$(WorkspaceDir)\\..\\IDEHelper\\IDEHelper.vcxproj\" /p:Configuration=Release /p:Platform=X64 /p:SolutionDir=$(Slash \"$(WorkspaceDir)\\\\..\\\\\") /v:m"]
- [Configs.Paranoid.Win32]
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- [Configs.Paranoid.Win64]
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- [Configs.Test.Win32]
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- [Configs.Test.Win64]
- BuildCommandsOnCompile = "IfFilesChanged"
- BuildCommandsOnRun = "IfFilesChanged"
- [[ProjectFolder.Items]]
- Type = "Folder"
- Name = "Backend"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeCOFFObject.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeCOFFObject.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeContext.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeContext.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeIRCodeGen.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeIRCodeGen.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeLibManger.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeLibManger.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeMCContext.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeMCContext.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeModule.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Backend/BeModule.h"
- [[ProjectFolder.Items]]
- Type = "Folder"
- Name = "Clang"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Clang/CDepChecker.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Clang/CDepChecker.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Clang/ClangHelper.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Clang/ClangHelper.h"
- [[ProjectFolder.Items]]
- Type = "Folder"
- Name = "Compiler"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAst.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAst.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAstAllocator.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAstAllocator.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAutoComplete.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfAutoComplete.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfCodeGen.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfCodeGen.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfCompiler.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfCompiler.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfConstResolver.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfConstResolver.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfContext.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfContext.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDefBuilder.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDefBuilder.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDeferEvalChecker.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDeferEvalChecker.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDemangler.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfDemangler.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfElementVisitor.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfExprEvaluator.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfExprEvaluator.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfFixits.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfIRBuilder.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfIRBuilder.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfIRCodeGen.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfIRCodeGen.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfMangler.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfMangler.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfModule.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfModule.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfModuleTypeUtils.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfModuleTypeUtils.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfParser.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfParser.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfPrinter.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfPrinter.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfReducer.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfReducer.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfResolvedTypeUtils.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfResolvedTypeUtils.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfResolvePass.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfResolvePass.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSource.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSource.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSourceClassifier.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSourceClassifier.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSourcePositionFinder.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSourcePositionFinder.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfStmtEvaluator.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSystem.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfSystem.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfType.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfUtil.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/BfUtil.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeMachine.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeMachine.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeDebugger.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeDebugger.h"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeExprEvaluator.cpp"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "Compiler/CeExprEvaluator.h"
- [[ProjectFolder.Items]]
- Type = "Folder"
- Path = "Debugger"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "BfDiff.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "BumpList.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "COFF.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "COFF.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "CPU.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgExprEvaluator.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgExprEvaluator.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgModule.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgModule.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgSymSrv.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DbgSymSrv.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugCommon.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "Debugger.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "Debugger.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugManager.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugManager.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugTarget.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugTarget.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugVisualizers.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DebugVisualizers.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DWARFInfo.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "DwAutoComplete.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "HandleDbg.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "HandleDbg.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "RadixMap.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "SpellChecker.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "StrBloomMap.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "StrHashMap.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "Targets.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X64.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X64.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86InstrInfo.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86Target.cpp"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86Target.h"
- [[ProjectFolder.Items]]
- Type = "Source"
- Path = "X86XmmInfo.cpp"
- [[ProjectFolder.Items]]
- Type = "Folder"
- Name = "third_party"
- [[ProjectFolder.Items.Items]]
- Type = "Source"
- Path = "third_party/FtsFuzzyMatch.h"
|