aspclassiccompiler/aspclassiccompiler/AspWebApp/AspWebApp.csproj
dotneteer 1a17abff27 Added unmanaged VBScrip Test.
--HG--
rename : aspclassiccompiler/VBScriptTest/TestRunner.cs => aspclassiccompiler/VBScriptTest/VBscriptDotNetTest.cs
2011-04-14 23:27:40 -07:00

171 lines
No EOL
7.6 KiB
XML

<Project ToolsVersion="3.5" 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>v3.5</TargetFrameworkVersion>
</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>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dlrsoft.Asp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\asp\bin\Release\Dlrsoft.Asp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Extensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<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\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>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.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>