Skip to content

Instantly share code, notes, and snippets.

@BeErikk
Created November 25, 2021 13:36
Show Gist options
  • Save BeErikk/376746b7022e7227dd8602f236503128 to your computer and use it in GitHub Desktop.
Save BeErikk/376746b7022e7227dd8602f236503128 to your computer and use it in GitHub Desktop.
Visual Studio 2008 modified config file
<?xml version="1.0" encoding="utf-8"?>
<VCPlatformConfigurationFile Version="8.00">
<Platform Name="VCProjectAMD64Platform.dll" Identifier="{656d8763-2429-11d7-8bf6-00b0d03daa06}">
<Directories
Include="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/include;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/include;$(CurrentVS)VC/Auxiliary/VS/include;$(CurrentVS)VC/Auxiliary/VS/UnitTest/include;$(CurrentKits)10/Include/$(CurrentUCRT)/ucrt;$(CurrentKits)10/Include/$(CurrentUCRT)/winrt;$(CurrentKits)10/Include/$(CurrentUCRT)/cppwinrt;$(CurrentKits)10/Include/$(CurrentUCRT)/um;$(CurrentKits)10/Include/$(CurrentUCRT)/shared;$(CurrentKits)10/Include/$(CurrentUCRT)/km;$(CodeLibraries)include;$(CodeLibraries)include/wtl;$(WindowsSource)include;"
Library="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/lib/x64;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/lib/x64;$(CurrentVS)VC/Auxiliary/VS/UnitTest/lib;$(CurrentKits)10/Lib/$(CurrentUCRT)/ucrt/x64;$(CurrentKits)10/Lib/$(CurrentUCRT)/um/x64;$(CurrentKits)10/Lib/$(CurrentUCRT)/km/x64;$(CodeLibraries)lib/x64;$(CurrentVS)VC/Tools/Llvm/x64/lib;"
Path="$(CurrentVS)VC/Tools/Llvm/x64/bin;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/bin/HostX64/x64;$(CurrentKits)10/bin/$(CurrentUCRT)/x64;$(CurrentVS)Common7/IDE;$(CurrentVS)Common7/tools;$(CurrentVS)Common7/IDE/CommonExtensions/Microsoft/TestWindow;D:/devapps/compilers/LLVM/bin;D:/devapps/bin;C:/Windows/Microsoft.NET/Framework64/v4.0.30319;$(PATH)"
Reference="C:/Windows/Microsoft.NET/Framework64/v4.0.30319"
Source="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/crt/src;$(CurrentKits)10/Source/$(CurrentUCRT)/ucrt;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/src/mfc;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/src/atl;"/>
</Platform>
</VCPlatformConfigurationFile>
<?xml version="1.0" encoding="utf-8"?>
<VCPlatformConfigurationFile Version="8.00">
<Platform Name="VCProjectEngine.dll" Identifier="Win32">
<Directories
Include="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/include;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/include;$(CurrentVS)VC/Auxiliary/VS/include;$(CurrentVS)VC/Auxiliary/VS/UnitTest/include;$(CurrentKits)10/Include/$(CurrentUCRT)/ucrt;$(CurrentKits)10/Include/$(CurrentUCRT)/winrt;$(CurrentKits)10/Include/$(CurrentUCRT)/cppwinrt;$(CurrentKits)10/Include/$(CurrentUCRT)/um;$(CurrentKits)10/Include/$(CurrentUCRT)/shared;$(CurrentKits)10/Include/$(CurrentUCRT)/km;$(CurrentKits)NETFXSDK/4.8/Include/um;$(CodeLibraries)include;$(CodeLibraries)include/wtl;$(WindowsSource)include;"
Library="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/lib/x86;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/lib/x86;$(CurrentVS)VC/Auxiliary/VS/UnitTest/lib;$(CurrentKits)10/Lib/$(CurrentUCRT)/ucrt/x86;$(CurrentKits)10/Lib/$(CurrentUCRT)/um/x86;$(CurrentKits)10/Lib/$(CurrentUCRT)/km/x86;$(CurrentKits)NETFXSDK/4.8/Lib/um/x86;$(CodeLibraries)lib/x86;$(CurrentVS)VC/Tools/Llvm/lib;"
Path="$(CurrentVS)VC/Tools/Llvm/bin;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/bin/HostX86/x86;$(CurrentKits)10/bin/$(CurrentUCRT)/x86;$(CurrentVS)Common7/IDE;$(CurrentVS)Common7/tools;$(CurrentVS)Common7/IDE/CommonExtensions/Microsoft/TestWindow;D:/devapps/compilers/LLVM/bin;D:/devapps/bin;C:/Windows/Microsoft.NET/Framework/v4.0.30319;$(PATH)"
Reference="C:/Windows/Microsoft.NET/Framework/v4.0.30319"
Source="$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/crt/src;$(CurrentKits)10/Source/$(CurrentUCRT)/ucrt;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/src/mfc;$(CurrentVS)VC/Tools/MSVC/$(CurrentVCTools)/atlmfc/src/atl"/>
</Platform>
</VCPlatformConfigurationFile>
@BeErikk
Copy link
Author

BeErikk commented Nov 25, 2021

VCProject.x86.9.0.config corresponds to <VS2008>\VC\vcpackages\VCProjectEngine.dll.config
VCProject.x64.9.0.config corresponds to <VS2008>\VC\vcpackages\AMD64.VCPlatform.config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment