Project with the goal of creating a backend server with an API for interacting with archived YouTube videos and metadata.
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.

76 lines
3.7 KiB

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  2. <PropertyGroup>
  3. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
  4. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  5. <Name>YTMirror</Name>
  6. <RootNamespace>YTMirror</RootNamespace>
  7. <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
  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>3adca4cb-3634-40cd-a0cc-712b7d911184</ProjectGuid>
  14. <ProjectHome>.</ProjectHome>
  15. <StartupFile>server.js</StartupFile>
  16. <SearchPath>
  17. </SearchPath>
  18. <WorkingDirectory>.</WorkingDirectory>
  19. <OutputPath>.</OutputPath>
  20. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  21. <ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
  22. <NodejsPort>1337</NodejsPort>
  23. <StartWebBrowser>true</StartWebBrowser>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Compile Include="server.js" />
  33. <Content Include="package.json" />
  34. <Content Include="README.md" />
  35. </ItemGroup>
  36. <!-- Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them. -->
  37. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
  38. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
  39. <ProjectExtensions>
  40. <VisualStudio>
  41. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  42. <WebProjectProperties>
  43. <UseIIS>False</UseIIS>
  44. <AutoAssignPort>True</AutoAssignPort>
  45. <DevelopmentServerPort>0</DevelopmentServerPort>
  46. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  47. <IISUrl>http://localhost:48022/</IISUrl>
  48. <NTLMAuthentication>False</NTLMAuthentication>
  49. <UseCustomServer>True</UseCustomServer>
  50. <CustomServerUrl>http://localhost:1337</CustomServerUrl>
  51. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  52. </WebProjectProperties>
  53. </FlavorProperties>
  54. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  55. <WebProjectProperties>
  56. <StartPageUrl>
  57. </StartPageUrl>
  58. <StartAction>CurrentPage</StartAction>
  59. <AspNetDebugging>True</AspNetDebugging>
  60. <SilverlightDebugging>False</SilverlightDebugging>
  61. <NativeDebugging>False</NativeDebugging>
  62. <SQLDebugging>False</SQLDebugging>
  63. <ExternalProgram>
  64. </ExternalProgram>
  65. <StartExternalURL>
  66. </StartExternalURL>
  67. <StartCmdLineArguments>
  68. </StartCmdLineArguments>
  69. <StartWorkingDirectory>
  70. </StartWorkingDirectory>
  71. <EnableENC>False</EnableENC>
  72. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  73. </WebProjectProperties>
  74. </FlavorProperties>
  75. </VisualStudio>
  76. </ProjectExtensions>
  77. </Project>