LearnBridgeNetPreviewWeb.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{35B51121-D8C9-400F-944B-20AD9491E1A5}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>PseudoHotReloadPreviewWeb</RootNamespace>
  14. <AssemblyName>PseudoHotReloadPreviewWeb</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <UseIISExpress>true</UseIISExpress>
  17. <Use64BitIISExpress />
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Folder Include="Properties\" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Content Include="index.html" />
  49. <Content Include="resources\css\main.css">
  50. <DependentUpon>main.scss</DependentUpon>
  51. </Content>
  52. <Content Include="resources\css\main.min.css">
  53. <DependentUpon>main.css</DependentUpon>
  54. </Content>
  55. <Content Include="resources\css\main.scss" />
  56. <Content Include="compilerconfig.json" />
  57. <Content Include="compilerconfig.json.defaults" />
  58. <None Include="packages.config" />
  59. <None Include="Web.Debug.config">
  60. <DependentUpon>Web.config</DependentUpon>
  61. </None>
  62. <None Include="Web.Release.config">
  63. <DependentUpon>Web.config</DependentUpon>
  64. </None>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Content Include="resources\js\ace-builds\src-min-noconflict\ace.js" />
  68. <Content Include="resources\js\ace-builds\src-min\ace.js" />
  69. <Content Include="resources\js\ace-builds\src-noconflict\ace.js" />
  70. <Content Include="resources\js\ace-builds\src\ace.js" />
  71. <Content Include="resources\js\bridge\debug\bridge.js" />
  72. <Content Include="resources\js\bridge\debug\bridge.meta.js" />
  73. <Content Include="resources\js\bridge\debug\FrontendRouting.js" />
  74. <Content Include="resources\js\bridge\debug\FrontendRouting.meta.js" />
  75. <Content Include="resources\js\bridge\debug\LearnBridgeNet.js" />
  76. <Content Include="resources\js\bridge\debug\LearnBridgeNet.meta.js" />
  77. <Content Include="resources\js\bridge\debug\Logging.js" />
  78. <Content Include="resources\js\bridge\debug\Logging.meta.js" />
  79. <Content Include="resources\js\bridge\debug\PseudoHotReload.js" />
  80. <Content Include="resources\js\bridge\debug\PseudoHotReload.meta.js" />
  81. <Content Include="resources\js\lodash.min.js" />
  82. <Content Include="Web.config" />
  83. </ItemGroup>
  84. <PropertyGroup>
  85. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  86. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  87. </PropertyGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  89. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  90. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  91. <ProjectExtensions>
  92. <VisualStudio>
  93. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  94. <WebProjectProperties>
  95. <UseIIS>True</UseIIS>
  96. <AutoAssignPort>True</AutoAssignPort>
  97. <DevelopmentServerPort>2181</DevelopmentServerPort>
  98. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  99. <IISUrl>http://localhost:2181/</IISUrl>
  100. <NTLMAuthentication>False</NTLMAuthentication>
  101. <UseCustomServer>False</UseCustomServer>
  102. <CustomServerUrl>
  103. </CustomServerUrl>
  104. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  105. </WebProjectProperties>
  106. </FlavorProperties>
  107. </VisualStudio>
  108. </ProjectExtensions>
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>