--HG--
extra : convert_revision : svn%3Aa83551a4-30f6-4d81-a974-c6ced450ddbf%4031397
This commit is contained in:
parent
7a719ebac9
commit
59e9f76b77
4 changed files with 159 additions and 1 deletions
158
aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj
Normal file
158
aspclassiccompiler/AspWebApp/AspWebApp.VS2010.csproj
Normal file
|
@ -0,0 +1,158 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{24BF0EA3-2D82-4E85-B13D-EA9279F58812}</ProjectGuid>
|
||||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>AspWebApp</RootNamespace>
|
||||
<AssemblyName>AspWebApp</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>4.0</OldToolsVersion>
|
||||
<UpgradeBackupLocation />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Web.ApplicationServices" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
<Reference Include="System.Web.Entity" />
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.EnterpriseServices" />
|
||||
<Reference Include="System.Web.Mobile" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="default.htm" />
|
||||
<Content Include="test\byref.asp" />
|
||||
<Content Include="test\byref2.asp" />
|
||||
<Content Include="test\call.asp" />
|
||||
<Content Include="test\BuiltinConstants.asp" />
|
||||
<Content Include="components\adrot.txt" />
|
||||
<Content Include="components\AdRotator.asp" />
|
||||
<Content Include="components\BrowserCap.asp" />
|
||||
<Content Include="components\CDO.Asp" />
|
||||
<Content Include="components\clientcap.htm" />
|
||||
<Content Include="components\ContentRotator.Asp" />
|
||||
<Content Include="components\Counters\Docs\Contents.Htm" />
|
||||
<Content Include="components\Counters\Docs\Counter1.Htm" />
|
||||
<Content Include="components\Counters\Docs\Counter2.Htm" />
|
||||
<Content Include="components\Counters\Docs\Counter3.Htm" />
|
||||
<Content Include="components\Counters\Docs\Counter4.Htm" />
|
||||
<Content Include="components\Counters\Docs\Counter5.Htm" />
|
||||
<Content Include="components\Counters\Docs\Default.Htm" />
|
||||
<Content Include="components\Counters\Sample\Counters_JScript.Asp" />
|
||||
<Content Include="components\Counters\Sample\Counters_VBScript.Asp" />
|
||||
<Content Include="components\Counters\Sample\Global.Asa" />
|
||||
<Content Include="components\Counters\TOURL.Htm" />
|
||||
<Content Include="components\FileSystem.Asp" />
|
||||
<Content Include="components\ie.gif" />
|
||||
<Content Include="components\nts_iis.gif" />
|
||||
<Content Include="components\PermissionCheck.Asp" />
|
||||
<Content Include="components\Tiprot.Txt" />
|
||||
<Content Include="components\Tools.Asp" />
|
||||
<Content Include="test\datetest.asp" />
|
||||
<Content Include="test\extension.asp" />
|
||||
<Content Include="test\ifnull.asp" />
|
||||
<Content Include="test\imports.asp" />
|
||||
<Content Include="test\StringBuilder.asp" />
|
||||
<Content Include="test\with.asp" />
|
||||
<Content Include="Database\AddDelete.asp" />
|
||||
<Content Include="Database\adovbs.inc" />
|
||||
<Content Include="Database\Authors.mdb">
|
||||
</Content>
|
||||
<Content Include="Database\Blob.Asp" />
|
||||
<Content Include="Database\LimitRows.asp" />
|
||||
<Content Include="Database\MultiScrolling.asp" />
|
||||
<Content Include="Database\SimpleQuery.asp" />
|
||||
<Content Include="Database\StoredProcedures.asp" />
|
||||
<Content Include="Database\Update.asp" />
|
||||
<Content Include="test\perftest2.asp" />
|
||||
<Content Include="test\datatypes.asp" />
|
||||
<Content Include="test\forloop.asp" />
|
||||
<Content Include="test\function.asp" />
|
||||
<Content Include="test\if.asp" />
|
||||
<Content Include="test\literals.asp" />
|
||||
<Content Include="test\perftest.asp" />
|
||||
<Content Include="test\servervars.asp" />
|
||||
<Content Include="Simple\Arrays.asp" />
|
||||
<Content Include="Simple\Components.Asp" />
|
||||
<Content Include="Simple\Conditional.asp" />
|
||||
<Content Include="Simple\Functions.asp" />
|
||||
<Content Include="Simple\HeaderInfo.Asp" />
|
||||
<Content Include="Simple\Includes.asp" />
|
||||
<Content Include="Simple\Looping.asp" />
|
||||
<Content Include="Simple\Variables.asp" />
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\asp\Asp.VS2010.csproj">
|
||||
<Project>{F076A2D0-5200-42D7-9AEA-9E1260EFB138}</Project>
|
||||
<Name>Asp.VS2010</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<UseIIS>False</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>3465</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
</CustomServerUrl>
|
||||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
||||
</WebProjectProperties>
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
</Project>
|
Binary file not shown.
Binary file not shown.
|
@ -34,7 +34,7 @@
|
|||
<td>IIS 5 Platform SDK Sample. Some the Access samples tested. Make sure that the OLEDB provider is installed. Need read/write access to the access.mdb in the directory.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/Database">Simple</a></td>
|
||||
<td><a href="/Simple">Simple</a></td>
|
||||
<td></td>
|
||||
<td>IIS 5 Platform SDK Sample. All the samples tested.</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue