AIMS/BeginScreen/BeginScreen.csproj

221 lines
9.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E7B10062-4B19-4542-B46D-D103CF1D7BA3}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BeginScreen</RootNamespace>
<AssemblyName>BeginScreen</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<Use64BitIISExpress />
<UseGlobalApplicationHostFile />
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Speech" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web.Extensions" />
<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.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="application.aspx" />
<Content Include="WaitConfig.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="RoomConfig.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="css\bootstrap-datetimepicker.css" />
<Content Include="css\bootstrap-datetimepicker.min.css" />
<Content Include="css\bootstrap-select.css" />
<Content Include="css\bootstrap-select.min.css" />
<Content Include="css\bootstrap-table.css" />
<Content Include="css\bootstrap.css" />
<Content Include="css\bootstrap.min.css" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="js\bootstrap-datepicker.js" />
<Content Include="js\bootstrap-datepicker.zh-CN.js" />
<Content Include="js\bootstrap-datetimepicker.js" />
<Content Include="js\bootstrap-datetimepicker.min.js" />
<Content Include="js\bootstrap-select.min.js" />
<Content Include="js\bootstrap-table-zh-CN.js" />
<Content Include="js\bootstrap-table.js" />
<Content Include="js\bootstrap.js" />
<Content Include="js\bootstrap.min.js" />
<Content Include="js\jquery.js" />
<Content Include="js\jquery.min.js" />
<Content Include="js\jquery.vticker-min.js" />
<Content Include="js\speak.js" />
<Content Include="js\url.js" />
<Content Include="js\webofficeocx.js" />
<Content Include="js\webofficetip.js" />
<Content Include="Room.aspx" />
<Content Include="Wait.aspx" />
<Content Include="PatientDocument.aspx" />
<Content Include="SchedulingPlan.aspx" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
<Content Include="WebOffice.aspx" />
</ItemGroup>
<ItemGroup>
<Compile Include="application.aspx.cs">
<DependentUpon>application.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="application.aspx.designer.cs">
<DependentUpon>application.aspx</DependentUpon>
</Compile>
<Compile Include="DBHelper.cs" />
<Compile Include="HandlerBase.ashx.cs">
<DependentUpon>HandlerBase.ashx</DependentUpon>
</Compile>
<Compile Include="Room.aspx.cs">
<DependentUpon>Room.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Room.aspx.designer.cs">
<DependentUpon>Room.aspx</DependentUpon>
</Compile>
<Compile Include="RoomHandler.ashx.cs">
<DependentUpon>RoomHandler.ashx</DependentUpon>
</Compile>
<Compile Include="PatientDocument.aspx.cs">
<DependentUpon>PatientDocument.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PatientDocument.aspx.designer.cs">
<DependentUpon>PatientDocument.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PublicMethod.cs" />
<Compile Include="Wait.aspx.cs">
<DependentUpon>Wait.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Wait.aspx.designer.cs">
<DependentUpon>Wait.aspx</DependentUpon>
</Compile>
<Compile Include="WaitingHandler.ashx.cs">
<DependentUpon>WaitingHandler.ashx</DependentUpon>
</Compile>
<Compile Include="SchedulingPlan.aspx.cs">
<DependentUpon>SchedulingPlan.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="SchedulingPlan.aspx.designer.cs">
<DependentUpon>SchedulingPlan.aspx</DependentUpon>
</Compile>
<Compile Include="WebOffice.aspx.cs">
<DependentUpon>WebOffice.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebOffice.aspx.designer.cs">
<DependentUpon>WebOffice.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="RoomHandler.ashx" />
</ItemGroup>
<ItemGroup>
<Content Include="WaitingHandler.ashx" />
</ItemGroup>
<ItemGroup>
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
<Content Include="HandlerBase.ashx" />
<None Include="Properties\PublishProfiles\AIMSWEB.pubxml" />
<None Include="Properties\PublishProfiles\配置文件1.pubxml" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>50853</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>
-->
</Project>