LDAPManager.njsproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>LDAPManager</Name>
  7. <RootNamespace>LDAPManager</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>82f43a22-9411-4b31-ac19-35fafe99caa9</ProjectGuid>
  14. <ProjectHome>.</ProjectHome>
  15. <StartupFile>app.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. <EnableTypeScript>true</EnableTypeScript>
  24. <StartWebBrowser>true</StartWebBrowser>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Content Include="public\javascripts\category.js">
  34. <SubType>Code</SubType>
  35. </Content>
  36. <Content Include="views\category.pug">
  37. <SubType>Code</SubType>
  38. </Content>
  39. <None Include="app.ts" />
  40. <None Include="routes\index.ts" />
  41. <None Include="routes\category.ts" />
  42. <Content Include="config.js">
  43. <SubType>Code</SubType>
  44. </Content>
  45. <Content Include="libman.json" />
  46. <Content Include="tsconfig.json" />
  47. <Content Include="package.json" />
  48. <Content Include="public\stylesheets\main.css" />
  49. <Content Include="README.md" />
  50. <Content Include="views\login.pug" />
  51. <Content Include="views\index.pug" />
  52. <Content Include="views\layout.pug" />
  53. <Content Include="views\error.pug" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Folder Include="public\" />
  57. <Folder Include="public\images\" />
  58. <Folder Include="public\javascripts\" />
  59. <Folder Include="public\stylesheets\" />
  60. <Folder Include="routes\" />
  61. <Folder Include="src\" />
  62. <Folder Include="views\" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <TypeScriptCompile Include="routes\login.ts">
  66. <SubType>Code</SubType>
  67. </TypeScriptCompile>
  68. <TypeScriptCompile Include="src\ConfigLoader.ts">
  69. <SubType>Code</SubType>
  70. </TypeScriptCompile>
  71. <TypeScriptCompile Include="src\LDAPInterface.ts">
  72. <SubType>Code</SubType>
  73. </TypeScriptCompile>
  74. <TypeScriptCompile Include="src\RouterUtils.ts" />
  75. <TypeScriptCompile Include="src\Security.ts" />
  76. <TypeScriptCompile Include="src\LDAPEntry.ts">
  77. <SubType>Code</SubType>
  78. </TypeScriptCompile>
  79. </ItemGroup>
  80. <Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsToolsV2.targets" />
  81. <ProjectExtensions>
  82. <VisualStudio>
  83. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  84. <WebProjectProperties>
  85. <UseIIS>False</UseIIS>
  86. <AutoAssignPort>True</AutoAssignPort>
  87. <DevelopmentServerPort>0</DevelopmentServerPort>
  88. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  89. <IISUrl>http://localhost:48022/</IISUrl>
  90. <NTLMAuthentication>False</NTLMAuthentication>
  91. <UseCustomServer>True</UseCustomServer>
  92. <CustomServerUrl>http://localhost:1337</CustomServerUrl>
  93. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  94. </WebProjectProperties>
  95. </FlavorProperties>
  96. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
  97. <WebProjectProperties>
  98. <StartPageUrl>
  99. </StartPageUrl>
  100. <StartAction>CurrentPage</StartAction>
  101. <AspNetDebugging>True</AspNetDebugging>
  102. <SilverlightDebugging>False</SilverlightDebugging>
  103. <NativeDebugging>False</NativeDebugging>
  104. <SQLDebugging>False</SQLDebugging>
  105. <ExternalProgram>
  106. </ExternalProgram>
  107. <StartExternalURL>
  108. </StartExternalURL>
  109. <StartCmdLineArguments>
  110. </StartCmdLineArguments>
  111. <StartWorkingDirectory>
  112. </StartWorkingDirectory>
  113. <EnableENC>False</EnableENC>
  114. <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
  115. </WebProjectProperties>
  116. </FlavorProperties>
  117. </VisualStudio>
  118. </ProjectExtensions>
  119. </Project>