FlutterBuild.vcxproj 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Profile|x64">
  9. <Configuration>Profile</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|x64">
  13. <Configuration>Release</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <VCProjectVersion>15.0</VCProjectVersion>
  19. <ProjectGuid>{6419BF13-6ECD-4CD2-9E85-E566A1F03F8F}</ProjectGuid>
  20. <ProjectName>Flutter Build</ProjectName>
  21. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  24. <PropertyGroup Label="Configuration">
  25. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
  26. <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Label="Shared">
  32. </ImportGroup>
  33. <ImportGroup Label="PropertySheets">
  34. <Import Project="flutter\ephemeral\Generated.props" />
  35. </ImportGroup>
  36. <PropertyGroup Label="UserMacros" />
  37. <PropertyGroup />
  38. <ItemDefinitionGroup>
  39. <CustomBuildStep>
  40. <Command>"$(ProjectDir)scripts\prepare_dependencies" $(Configuration)</Command>
  41. <Message>Running Flutter backend build</Message>
  42. <Outputs>force_to_run_every_time</Outputs>
  43. </CustomBuildStep>
  44. </ItemDefinitionGroup>
  45. <ItemGroup>
  46. </ItemGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  48. <ImportGroup Label="ExtensionTargets">
  49. </ImportGroup>
  50. </Project>