ACPSBooking.njsproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. <Name>ACPSBooking</Name>
  7. <RootNamespace>ACPSBooking</RootNamespace>
  8. </PropertyGroup>
  9. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  10. <PropertyGroup>
  11. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <ProjectGuid>b56ac31b-68e5-45fd-a7bc-5d1ca27cc3aa</ProjectGuid>
  14. <ProjectHome>.</ProjectHome>
  15. <StartupFile>server.ts</StartupFile>
  16. <StartWebBrowser>True</StartWebBrowser>
  17. <SearchPath>
  18. </SearchPath>
  19. <WorkingDirectory>.</WorkingDirectory>
  20. <OutputPath>.</OutputPath>
  21. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  22. <ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
  23. <NodejsPort>1337</NodejsPort>
  24. <EnableTypeScript>true</EnableTypeScript>
  25. <StartWebBrowser>true</StartWebBrowser>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Content Include="views\index.pug">
  35. <SubType>Code</SubType>
  36. </Content>
  37. <Content Include="views\template\page.pug" />
  38. <None Include="server.ts" />
  39. <Content Include="tsconfig.json" />
  40. <Content Include="package.json" />
  41. <Content Include="README.md" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Folder Include="public\" />
  45. <Folder Include="public\javascript\" />
  46. <Folder Include="public\style\" />
  47. <Folder Include="routes\" />
  48. <Folder Include="src\" />
  49. <Folder Include="views\" />
  50. <Folder Include="views\template\" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <TypeScriptCompile Include="routes\index.ts">
  54. <SubType>Code</SubType>
  55. </TypeScriptCompile>
  56. </ItemGroup>
  57. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
  58. <ProjectExtensions>
  59. <VisualStudio>
  60. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  61. <WebProjectProperties>
  62. <UseIIS>False</UseIIS>
  63. <AutoAssignPort>True</AutoAssignPort>
  64. <DevelopmentServerPort>0</DevelopmentServerPort>
  65. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  66. <IISUrl>http://localhost:48022/</IISUrl>
  67. <NTLMAuthentication>False</NTLMAuthentication>
  68. <UseCustomServer>True</UseCustomServer>
  69. <CustomServerUrl>http://localhost:1337</CustomServerUrl>
  70. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  71. </WebProjectProperties>
  72. </FlavorProperties>
  73. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  74. <WebProjectProperties>
  75. <StartPageUrl>
  76. </StartPageUrl>
  77. <StartAction>CurrentPage</StartAction>
  78. <AspNetDebugging>True</AspNetDebugging>
  79. <SilverlightDebugging>False</SilverlightDebugging>
  80. <NativeDebugging>False</NativeDebugging>
  81. <SQLDebugging>False</SQLDebugging>
  82. <ExternalProgram>
  83. </ExternalProgram>
  84. <StartExternalURL>
  85. </StartExternalURL>
  86. <StartCmdLineArguments>
  87. </StartCmdLineArguments>
  88. <StartWorkingDirectory>
  89. </StartWorkingDirectory>
  90. <EnableENC>False</EnableENC>
  91. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  92. </WebProjectProperties>
  93. </FlavorProperties>
  94. </VisualStudio>
  95. </ProjectExtensions>
  96. </Project>