crunchyroll.js.njsproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <EnableTypeScript>True</EnableTypeScript>
  6. <OutputPath>.</OutputPath>
  7. <ProjectGuid>{c5cff68a-d733-4347-83e7-6e5fe58eb0e3}</ProjectGuid>
  8. <ProjectHome />
  9. <ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
  10. <ProjectView>ShowAllFiles</ProjectView>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <StartupFile>cli.ts</StartupFile>
  13. <TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
  14. <TypeScriptNoImplicitAny>True</TypeScriptNoImplicitAny>
  15. <TypeScriptOutDir>dist</TypeScriptOutDir>
  16. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
  17. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  18. <WorkingDirectory>.</WorkingDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  21. <TypeScriptSourceMap>True</TypeScriptSourceMap>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  24. <TypeScriptGeneratesDeclarations>True</TypeScriptGeneratesDeclarations>
  25. </PropertyGroup>
  26. <ItemGroup>
  27. <TypeScriptCompile Include="src\cli.ts" />
  28. <TypeScriptCompile Include="src\batch.ts" />
  29. <TypeScriptCompile Include="src\episode.ts" />
  30. <TypeScriptCompile Include="src\index.ts" />
  31. <TypeScriptCompile Include="src\request.ts" />
  32. <TypeScriptCompile Include="src\series.ts" />
  33. <TypeScriptCompile Include="src\subtitle\decode.ts" />
  34. <TypeScriptCompile Include="src\subtitle\formats\ass.ts" />
  35. <TypeScriptCompile Include="src\subtitle\formats\index.ts" />
  36. <TypeScriptCompile Include="src\subtitle\formats\srt.ts" />
  37. <TypeScriptCompile Include="src\subtitle\index.ts" />
  38. <TypeScriptCompile Include="src\typings.ts" />
  39. <TypeScriptCompile Include="src\video\index.ts" />
  40. <TypeScriptCompile Include="src\video\merge.ts" />
  41. <TypeScriptCompile Include="src\video\stream.ts" />
  42. <TypeScriptCompile Include="typings\big-integer\big-integer.d.ts" />
  43. <TypeScriptCompile Include="typings\cheerio\cheerio.d.ts" />
  44. <TypeScriptCompile Include="typings\commander\commander.d.ts" />
  45. <TypeScriptCompile Include="typings\form-data\form-data.d.ts" />
  46. <TypeScriptCompile Include="typings\mkdirp\mkdirp.d.ts" />
  47. <TypeScriptCompile Include="typings\node\node.d.ts" />
  48. <TypeScriptCompile Include="typings\request\request.d.ts" />
  49. <TypeScriptCompile Include="typings\xml2js\xml2js.d.ts" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Folder Include="src\" />
  53. <Folder Include="src\subtitle\" />
  54. <Folder Include="src\subtitle\formats\" />
  55. <Folder Include="src\video\" />
  56. <Folder Include="typings" />
  57. <Folder Include="typings\big-integer\" />
  58. <Folder Include="typings\cheerio\" />
  59. <Folder Include="typings\commander\" />
  60. <Folder Include="typings\form-data\" />
  61. <Folder Include="typings\mkdirp\" />
  62. <Folder Include="typings\node" />
  63. <Folder Include="typings\request\" />
  64. <Folder Include="typings\xml2js\" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  67. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
  68. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
  69. <ProjectExtensions>
  70. <VisualStudio>
  71. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  72. <WebProjectProperties>
  73. <AutoAssignPort>True</AutoAssignPort>
  74. <CustomServerUrl>http://localhost:1337</CustomServerUrl>
  75. <DevelopmentServerPort>0</DevelopmentServerPort>
  76. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  77. <IISUrl>http://localhost:48022/</IISUrl>
  78. <NTLMAuthentication>False</NTLMAuthentication>
  79. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  80. <UseCustomServer>True</UseCustomServer>
  81. <UseIIS>False</UseIIS>
  82. </WebProjectProperties>
  83. </FlavorProperties>
  84. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  85. <WebProjectProperties>
  86. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  87. <AspNetDebugging>True</AspNetDebugging>
  88. <EnableENC>False</EnableENC>
  89. <ExternalProgram />
  90. <NativeDebugging>False</NativeDebugging>
  91. <SilverlightDebugging>False</SilverlightDebugging>
  92. <SQLDebugging>False</SQLDebugging>
  93. <StartAction>CurrentPage</StartAction>
  94. <StartCmdLineArguments />
  95. <StartExternalURL />
  96. <StartPageUrl />
  97. <StartWorkingDirectory />
  98. </WebProjectProperties>
  99. </FlavorProperties>
  100. </VisualStudio>
  101. </ProjectExtensions>
  102. </Project>