WebV2rayHosting.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>{DE417D6D-1E51-47CE-86E7-20A25E15017B}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Wv2h</RootNamespace>
  14. <AssemblyName>WV2H</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. <TargetFrameworkProfile />
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Web.DynamicData" />
  49. <Reference Include="System.Web.Entity" />
  50. <Reference Include="System.Web.ApplicationServices" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Web.Extensions" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Web.Services" />
  60. <Reference Include="System.EnterpriseServices" />
  61. <Reference Include="System.Xml.Linq" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Content Include="Web.config" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Wv2hModule.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="Web.Debug.config">
  72. <DependentUpon>Web.config</DependentUpon>
  73. </None>
  74. <None Include="Web.Release.config">
  75. <DependentUpon>Web.config</DependentUpon>
  76. </None>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\AspNetTools\AspNetTools.csproj">
  80. <Project>{57c5ec19-55e8-44f9-b924-d87bad3a3458}</Project>
  81. <Name>AspNetTools</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Folder Include="App_Data\" />
  86. </ItemGroup>
  87. <PropertyGroup>
  88. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  89. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  90. </PropertyGroup>
  91. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  92. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  93. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  94. <ProjectExtensions>
  95. <VisualStudio>
  96. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  97. <WebProjectProperties>
  98. <UseIIS>True</UseIIS>
  99. <AutoAssignPort>True</AutoAssignPort>
  100. <DevelopmentServerPort>54265</DevelopmentServerPort>
  101. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  102. <IISUrl>http://localhost:54265/</IISUrl>
  103. <NTLMAuthentication>False</NTLMAuthentication>
  104. <UseCustomServer>False</UseCustomServer>
  105. <CustomServerUrl>
  106. </CustomServerUrl>
  107. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  108. </WebProjectProperties>
  109. </FlavorProperties>
  110. </VisualStudio>
  111. </ProjectExtensions>
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>