homemanagement.csproj
来自「该项目中对 SQLHelper 类进行了简单封装」· CSPROJ 代码 · 共 272 行
CSPROJ
272 行
<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.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{52815259-A2CB-4087-A782-7BEF356C5636}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NET.AfritXia.MyHome.HomeManagement</RootNamespace>
<AssemblyName>NET.AfritXia.MyHome.HomeManagement</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>
<ItemGroup>
<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.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</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>
<None Include="Service References\HomeAppServer.ArticleServiceRef\ArticleServiceWCF.disco" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\configuration.svcinfo" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<Content Include="ArticleEdit.aspx" />
<Content Include="Default.aspx" />
<None Include="Service References\HomeAppServer.CommentServiceRef\CommentServiceWCF.disco" />
<None Include="Service References\HomeAppServer.CommentServiceRef\configuration.svcinfo" />
<None Include="Service References\HomeAppServer.CommentServiceRef\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Service References\HomeAppServer.LWordServiceRef\LWordServiceWCF.disco" />
<None Include="Service References\HomeAppServer.LWordServiceRef\configuration.svcinfo" />
<None Include="Service References\HomeAppServer.LWordServiceRef\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\HomeAdminServiceWCF.disco" />
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\configuration.svcinfo" />
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<Content Include="DeleteMessage.aspx" />
<Content Include="PageCtrls\Utils\ArticleEditCtrl.ascx" />
<Content Include="PageCtrls\Utils\LoginCtrl.ascx" />
<Content Include="PageCtrls\NavigationMenu.ascx" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArticleEdit.aspx.cs">
<DependentUpon>ArticleEdit.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ArticleEdit.aspx.designer.cs">
<DependentUpon>ArticleEdit.aspx</DependentUpon>
</Compile>
<Compile Include="CodeLand\ModelProxy\ViewStateArticle.cs" />
<Compile Include="CodeLand\ServiceProxy\ArticleServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\CommentServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\HomeAdminServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\LWordServiceProxy.cs" />
<Compile Include="CodeLand\ServiceProxy\ServiceProxyFactory.cs" />
<Compile Include="CodeLand\Manager.cs" />
<Compile Include="Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="DefaultContainer.Master.cs">
<DependentUpon>DefaultContainer.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DefaultContainer.Master.designer.cs">
<DependentUpon>DefaultContainer.Master</DependentUpon>
</Compile>
<Compile Include="DefaultLayout.Master.cs">
<DependentUpon>DefaultLayout.Master</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DefaultLayout.Master.designer.cs">
<DependentUpon>DefaultLayout.Master</DependentUpon>
</Compile>
<Compile Include="DeleteMessage.aspx.cs">
<DependentUpon>DeleteMessage.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="DeleteMessage.aspx.designer.cs">
<DependentUpon>DeleteMessage.aspx</DependentUpon>
</Compile>
<Compile Include="Login.aspx.cs">
<DependentUpon>Login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Login.aspx.designer.cs">
<DependentUpon>Login.aspx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\Utils\ArticleEditCtrl.ascx.cs">
<DependentUpon>ArticleEditCtrl.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\Utils\ArticleEditCtrl.ascx.designer.cs">
<DependentUpon>ArticleEditCtrl.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\Utils\LoginCtrl.ascx.cs">
<DependentUpon>LoginCtrl.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\Utils\LoginCtrl.ascx.designer.cs">
<DependentUpon>LoginCtrl.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\MyHomeLogo.ascx.cs">
<DependentUpon>MyHomeLogo.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\MyHomeLogo.ascx.designer.cs">
<DependentUpon>MyHomeLogo.ascx</DependentUpon>
</Compile>
<Compile Include="PageCtrls\NavigationMenu.ascx.cs">
<DependentUpon>NavigationMenu.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PageCtrls\NavigationMenu.ascx.designer.cs">
<DependentUpon>NavigationMenu.ascx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Service References\HomeAppServer.ArticleServiceRef\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service References\HomeAppServer.CommentServiceRef\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service References\HomeAppServer.HomeAdminServiceRef\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Service References\HomeAppServer.LWordServiceRef\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{D4FDC67D-D0E8-4B47-88C5-D550208473C5}</Project>
<Name>Model</Name>
</ProjectReference>
<ProjectReference Include="..\NET.AfritXia.Components\NET.AfritXia.Components.csproj">
<Project>{1F4BEB37-B38A-4921-8CA7-34C9340BFB93}</Project>
<Name>NET.AfritXia.Components</Name>
</ProjectReference>
<ProjectReference Include="..\NET.AfritXia.SecurityUtility\NET.AfritXia.SecurityUtility.csproj">
<Project>{62646C96-6CC1-4879-A428-017D99BC1060}</Project>
<Name>NET.AfritXia.SecurityUtility</Name>
</ProjectReference>
<ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj">
<Project>{FDCAC43F-BB1A-4947-B5D0-4F640CB53ACF}</Project>
<Name>ServiceInterface</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="DefaultLayout.Master" />
<Content Include="Login.aspx" />
<Content Include="DefaultContainer.Master" />
<Content Include="PageCtrls\MyHomeLogo.ascx" />
<None Include="Properties\DataSources\NET.AfritXia.MyHome.Model.Message.Article.datasource" />
<None Include="Properties\DataSources\NET.AfritXia.MyHome.Model.Message.Comment.datasource" />
<None Include="Properties\DataSources\NET.AfritXia.MyHome.Model.Message.LWord.datasource" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\ArticleServiceWCF.wsdl" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\ArticleServiceWCF.xsd" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\ArticleServiceWCF1.xsd" />
<None Include="Service References\HomeAppServer.ArticleServiceRef\ArticleServiceWCF2.xsd" />
<None Include="Service References\HomeAppServer.CommentServiceRef\CommentServiceWCF.wsdl" />
<None Include="Service References\HomeAppServer.CommentServiceRef\CommentServiceWCF.xsd" />
<None Include="Service References\HomeAppServer.CommentServiceRef\CommentServiceWCF1.xsd" />
<None Include="Service References\HomeAppServer.CommentServiceRef\CommentServiceWCF2.xsd" />
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\HomeAdminServiceWCF.wsdl" />
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\HomeAdminServiceWCF.xsd" />
<None Include="Service References\HomeAppServer.HomeAdminServiceRef\HomeAdminServiceWCF1.xsd" />
<None Include="Service References\HomeAppServer.LWordServiceRef\LWordServiceWCF.wsdl" />
<None Include="Service References\HomeAppServer.LWordServiceRef\LWordServiceWCF.xsd" />
<None Include="Service References\HomeAppServer.LWordServiceRef\LWordServiceWCF1.xsd" />
<None Include="Service References\HomeAppServer.LWordServiceRef\LWordServiceWCF2.xsd" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\HomeAppServer.ArticleServiceRef\" />
<WCFMetadataStorage Include="Service References\HomeAppServer.CommentServiceRef\" />
<WCFMetadataStorage Include="Service References\HomeAppServer.HomeAdminServiceRef\" />
<WCFMetadataStorage Include="Service References\HomeAppServer.LWordServiceRef\" />
</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>True</UseIIS>
<AutoAssignPort>False</AutoAssignPort>
<DevelopmentServerPort>1102</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:20081/HomeManagement</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?