Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Zummer.njsproj 4.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  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)' == ''">11.0</VisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. <Name>Zummer</Name>
  7. <RootNamespace>Newsie</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>e6f0eb92-8103-48f5-af64-fe9e8ef2b55f</ProjectGuid>
  14. <ProjectHome>
  15. </ProjectHome>
  16. <StartupFile>app.js</StartupFile>
  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. <ProjectView>ProjectFiles</ProjectView>
  24. <NodejsPort>1337</NodejsPort>
  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. <Compile Include="app.js" />
  35. <Content Include="Web.config" />
  36. <None Include="Web.Release.config" />
  37. <Content Include="Web.Debug.config" />
  38. <Content Include="bin\ChangeConfig.ps1" />
  39. <Content Include="bin\download.ps1" />
  40. <Content Include="bin\setup_web.cmd" />
  41. <Content Include="bin\node.cmd" />
  42. <Compile Include="api-handler-service.js" />
  43. <Compile Include="bing-search-service.js" />
  44. <Compile Include="zummer-strings.js" />
  45. <Content Include=".env" />
  46. <Content Include="azuredeploy.json" />
  47. <Content Include="package.json" />
  48. <Content Include="README.md" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Folder Include="bin\" />
  52. <Folder Include="typings\" />
  53. <Folder Include="typings\globals\" />
  54. <Folder Include="typings\globals\node\" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <TypeScriptCompile Include="typings\globals\node\index.d.ts" />
  58. <TypeScriptCompile Include="typings\index.d.ts" />
  59. </ItemGroup>
  60. <!-- 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. -->
  61. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
  62. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
  63. <ProjectExtensions>
  64. <VisualStudio>
  65. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  66. <WebProjectProperties>
  67. <UseIIS>False</UseIIS>
  68. <AutoAssignPort>True</AutoAssignPort>
  69. <DevelopmentServerPort>0</DevelopmentServerPort>
  70. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  71. <IISUrl>http://localhost:48022/</IISUrl>
  72. <NTLMAuthentication>False</NTLMAuthentication>
  73. <UseCustomServer>True</UseCustomServer>
  74. <CustomServerUrl>http://localhost:1337</CustomServerUrl>
  75. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  76. </WebProjectProperties>
  77. </FlavorProperties>
  78. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  79. <WebProjectProperties>
  80. <StartPageUrl>
  81. </StartPageUrl>
  82. <StartAction>CurrentPage</StartAction>
  83. <AspNetDebugging>True</AspNetDebugging>
  84. <SilverlightDebugging>False</SilverlightDebugging>
  85. <NativeDebugging>False</NativeDebugging>
  86. <SQLDebugging>False</SQLDebugging>
  87. <ExternalProgram>
  88. </ExternalProgram>
  89. <StartExternalURL>
  90. </StartExternalURL>
  91. <StartCmdLineArguments>
  92. </StartCmdLineArguments>
  93. <StartWorkingDirectory>
  94. </StartWorkingDirectory>
  95. <EnableENC>False</EnableENC>
  96. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  97. </WebProjectProperties>
  98. </FlavorProperties>
  99. </VisualStudio>
  100. </ProjectExtensions>
  101. </Project>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...