Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{715c6bff-399a-41b5-9ad8-14d4414cd5b6}</ProjectGuid>
  7. <ProjectHome>.</ProjectHome>
  8. <StartupFile>copy_includes.py</StartupFile>
  9. <SearchPath>
  10. </SearchPath>
  11. <WorkingDirectory>..</WorkingDirectory>
  12. <OutputPath>.</OutputPath>
  13. <Name>copy_includes</Name>
  14. <RootNamespace>copy_includes</RootNamespace>
  15. <IsWindowsApplication>False</IsWindowsApplication>
  16. <InterpreterId>2af0f10d-7135-4994-9156-5d01c9c11b7e</InterpreterId>
  17. <InterpreterVersion>2.6</InterpreterVersion>
  18. <LaunchProvider>Standard Python launcher</LaunchProvider>
  19. <CommandLineArguments>
  20. </CommandLineArguments>
  21. <InterpreterPath />
  22. <InterpreterArguments />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Compile Include="copy_includes.py" />
  34. </ItemGroup>
  35. <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
  36. </Project>