25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Learun.Application.Mobile.jsproj 5.2 KiB

4 년 전
4 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Android">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Android</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|iOS">
  9. <Configuration>Debug</Configuration>
  10. <Platform>iOS</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Windows-x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Windows-x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|Windows-x86">
  17. <Configuration>Debug</Configuration>
  18. <Platform>Windows-x86</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|Windows-ARM">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Windows-ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Android">
  25. <Configuration>Release</Configuration>
  26. <Platform>Android</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|iOS">
  29. <Configuration>Release</Configuration>
  30. <Platform>iOS</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Windows-x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>Windows-x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Release|Windows-x86">
  37. <Configuration>Release</Configuration>
  38. <Platform>Windows-x86</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release|Windows-ARM">
  41. <Configuration>Release</Configuration>
  42. <Platform>Windows-ARM</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <PropertyGroup Label="Globals">
  46. <ProjectGuid>b9943e88-bf67-46ec-a4d8-d0c81d5846c4</ProjectGuid>
  47. <SccProjectName>
  48. </SccProjectName>
  49. <SccProvider>
  50. </SccProvider>
  51. <SccAuxPath>
  52. </SccAuxPath>
  53. <SccLocalPath>
  54. </SccLocalPath>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <ProjectCapability Include="UseFileGlobs" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  60. <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
  61. <VisualStudioVersion>15.0</VisualStudioVersion>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <TypeScriptCompileOnSaveEnabled>false</TypeScriptCompileOnSaveEnabled>
  65. <TypeScriptToolsVersion>2.3</TypeScriptToolsVersion>
  66. </PropertyGroup>
  67. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\ApacheCordovaTools\vs-mda-targets\Microsoft.TypeScript.MDA.targets" />
  68. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\ApacheCordovaTools\vs-mda-targets\Microsoft.MDA.FileMirroring.targets" />
  69. <PropertyGroup>
  70. <ProjectUISubcaption>Tools for Apache Cordova</ProjectUISubcaption>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <TargetPlatformIdentifier>MDD</TargetPlatformIdentifier>
  74. </PropertyGroup>
  75. <Target Name="EnsureBuildPrerequisites">
  76. <!-- These errors will trigger if building from inside Visual Studio and requirements could not be determined -->
  77. <Error Condition="$(MDAPropertiesEvaluated) == 'true' And $(NodeJsDir) == ''" Text="Path to NodeJs could not be determined. Please check that NodeJs has been installed." />
  78. <!-- These errors will trigger if building from outside Visual Studio (e.g. command line) and environment variables have not been set -->
  79. <Error Condition="$(MDAPropertiesEvaluated) == '' And $(NodeJsDir) == ''" Text="Path to NodeJs has not been specified. Please check that NodeJs has been installed and set the NodeJsDir environment variable before building." />
  80. <!-- Sanity check that things exist in the specified places. These are more likely to fail if building outside Visual Studio and the required environment variables have not been set, or set incorrectly. -->
  81. <Error Condition="!Exists('$(NodeJsDir)') Or !Exists('$(NodeJsDir)\node.exe')" Text="The specified NodeJs directory $(NodeJsDir) either does not exist, or does not contain node.exe. Please check that NodeJs has been installed, and set the NodeJsDir variable to the correct directory." />
  82. </Target>
  83. <ProjectExtensions>
  84. <VisualStudio>
  85. <UserProperties />
  86. </VisualStudio>
  87. </ProjectExtensions>
  88. <PropertyGroup>
  89. <!-- Customize which folders are not shown by default -->
  90. <ExcludedItems>bin;bld;platforms;node_modules;simulation;plugins</ExcludedItems>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <Content Include="**\**" Exclude="**\platforms\**;**\bin\**;**\bld\**;**\node_modules\**;**\simulation\**;**\plugins\**;.gitignore;Learun.Application.Mobile.*" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Content Update=".vs\config\applicationhost.config">
  97. <SubType>Designer</SubType>
  98. </Content>
  99. <Content Update="config.xml">
  100. <SubType>Designer</SubType>
  101. </Content>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Service Include="{4a0dddb5-7a95-4fbf-97cc-616d07737a77}" />
  105. </ItemGroup>
  106. </Project>