123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- <?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>{CB7ADB59-9EDE-4D78-B10C-CE755023F9C3}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LYFZ.WeixinServers</RootNamespace>
- <AssemblyName>LYFZ.WeixinServers</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <UseIISExpress>true</UseIISExpress>
- <IISExpressSSLPort />
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <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>
- <IncludeIisSettings>false</IncludeIisSettings>
- </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="LYFZ.Command">
- <HintPath>..\..\LYFZSoftwareDLL\Release\LYFZ.Command.dll</HintPath>
- </Reference>
- <Reference Include="LYFZ.WinAPI">
- <HintPath>..\..\LYFZSoftwareDLL\Release\LYFZ.WinAPI.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Microsoft.JScript">
- <Private>True</Private>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.DynamicData" />
- <Reference Include="System.Web.Entity" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.DataSetExtensions" />
- <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" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="App_Data\kf_login.mdf" />
- <Content Include="App_Data\kf_login_log.ldf">
- <DependentUpon>kf_login.mdf</DependentUpon>
- </Content>
- <Content Include="Authorize.aspx" />
- <Content Include="AuthorizeCallback.aspx" />
- <Content Include="Default.aspx" />
- <Content Include="dist\css\nirvana.css" />
- <Content Include="GetAccessToken.aspx" />
- <Content Include="Global.asax" />
- <Content Include="Login.aspx" />
- <Content Include="LoginApi\ent-app-auth.aspx" />
- <Content Include="LoginApi\app-type.aspx" />
- <Content Include="LoginApi\ent-app-type.aspx" />
- <Content Include="LoginApi\enterprise.aspx" />
- <Content Include="LoginApi\industry.aspx" />
- <Content Include="LoginApi\msg-server.aspx" />
- <Content Include="LogList.aspx" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="WeiXinAPP\AddUser.aspx" />
- <Content Include="WeiXinAPP\CustomerCacheList.aspx" />
- <Content Include="WeiXinAPP\CustomerList.aspx" />
- <Content Include="WeiXinAPP\dist\style\weui.css" />
- <Content Include="WeiXinAPP\dist\style\weui.min.css" />
- <Content Include="WeiXinAPP\Faq.aspx" />
- <Content Include="WeiXinAPP\FunctionModule.aspx" />
- <Content Include="WeiXinAPP\GetServerAddress.aspx" />
- <Content Include="WeiXinAPP\Help.aspx" />
- <Content Include="WeiXinAPP\Html\bottom.html" />
- <Content Include="WeiXinAPP\Html\DeleteDialog.html" />
- <Content Include="WeiXinAPP\Html\footer.html" />
- <Content Include="WeiXinAPP\Html\head.html" />
- <Content Include="WeiXinAPP\Html\indexBread.html" />
- <Content Include="WeiXinAPP\Html\leftMenu.html" />
- <Content Include="WeiXinAPP\images\140x140.gif" />
- <Content Include="WeiXinAPP\images\170x170.gif" />
- <Content Include="WeiXinAPP\images\background.png" />
- <Content Include="WeiXinAPP\images\black-Linen.png" />
- <Content Include="WeiXinAPP\images\blue-paper.png" />
- <Content Include="WeiXinAPP\images\extra_clean_paper.png" />
- <Content Include="WeiXinAPP\images\furley_bg.png" />
- <Content Include="WeiXinAPP\images\icon_button3_1.png" />
- <Content Include="WeiXinAPP\images\LoadBox.gif" />
- <Content Include="WeiXinAPP\images\subtle_surface.png" />
- <Content Include="WeiXinAPP\Index.aspx" />
- <Content Include="WeiXinAPP\KeywordManagement.aspx" />
- <Content Include="WeiXinAPP\lib\bootstrap\css\bootstrap-datetimepicker.min.css" />
- <Content Include="WeiXinAPP\lib\bootstrap\css\bootstrap.css" />
- <Content Include="WeiXinAPP\lib\bootstrap\css\bootstrap.min.css" />
- <Content Include="WeiXinAPP\lib\bootstrap\img\glyphicons-halflings-white.png" />
- <Content Include="WeiXinAPP\lib\bootstrap\img\glyphicons-halflings.png" />
- <Content Include="WeiXinAPP\lib\bootstrap\js\bootstrap-datetimepicker.min.js" />
- <Content Include="WeiXinAPP\lib\bootstrap\js\bootstrap-datetimepicker.zh-CN.js" />
- <Content Include="WeiXinAPP\lib\bootstrap\js\bootstrap.js" />
- <Content Include="WeiXinAPP\lib\bootstrap\js\bootstrap.min.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\changelog.txt" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\agenda-views.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\basic-views.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_diagonals-thick_90_eeeeee_40x40.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_flat_15_cd0a0a_40x100.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_glass_100_e4f1fb_1x400.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_glass_50_3baae3_1x400.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_glass_80_d7ebf9_1x400.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_highlight-hard_100_f2f5f7_1x100.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_highlight-hard_70_000000_1x100.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_highlight-soft_100_deedf7_1x100.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-bg_highlight-soft_25_ffef8f_1x100.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-icons_2694e8_256x240.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-icons_2e83ff_256x240.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-icons_3d80b3_256x240.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-icons_72a7cf_256x240.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\images\ui-icons_ffffff_256x240.png" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\cupertino\theme.css" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\default.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\external-dragging.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\gcal.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\json.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\selectable.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\theme.html" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\fullcalendar\fullcalendar.css" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\fullcalendar\fullcalendar.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\fullcalendar\fullcalendar.min.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\fullcalendar\fullcalendar.print.css" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\fullcalendar\gcal.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\GPL-LICENSE.txt" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\jquery\jquery-1.7.1.min.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\jquery\jquery-ui-1.8.17.custom.min.js" />
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\MIT-LICENSE.txt" />
- <Content Include="WeiXinAPP\lib\html5.js" />
- <Content Include="WeiXinAPP\lib\jquery-1.7.2.min.js" />
- <Content Include="WeiXinAPP\lib\jquery-1.8.1.min.js" />
- <Content Include="WeiXinAPP\Login.aspx" />
- <Content Include="WeiXinAPP\Logout.aspx" />
- <Content Include="WeiXinAPP\NetIP.aspx" />
- <Content Include="WeiXinAPP\NetIPInterface.aspx" />
- <Content Include="WeiXinAPP\PostInfo.aspx" />
- <Content Include="WeiXinAPP\Received.aspx" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionOrderDetail.aspx" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionOrderView.aspx" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\css\reset.css" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\css\widget\navigator\navigator.css" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\css\widget\navigator\navigator.default.css" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\css\widget\navigator\navigator.iscroll.css" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\css\widget\navigator\navigator.iscroll.default.css" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\widget\navigator.iscroll.js" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\widget\navigator.js" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\zepto.extend.js" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\zepto.iscroll.js" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\zepto.js" />
- <Content Include="WeiXinAPP\Satisfaction\SatisfactionStyle\js\zepto.ui.js" />
- <Content Include="WeiXinAPP\SetCloudSelectionInterface.aspx" />
- <Content Include="WeiXinAPP\SetNetIPInterface.aspx" />
- <Content Include="WeiXinAPP\SetPassword.aspx" />
- <Content Include="WeiXinAPP\stylesheets\elements.css" />
- <Content Include="WeiXinAPP\stylesheets\furley_bg.png" />
- <Content Include="WeiXinAPP\stylesheets\furley_min_bg.png" />
- <Content Include="WeiXinAPP\stylesheets\theme.css" />
- <Content Include="WeiXinAPP\Test.aspx" />
- <Content Include="WeiXinAPP\AuthorizationInfoLis.aspx" />
- <Content Include="WeiXinAPP\UploadPhoto.aspx" />
- <Content Include="WeiXinAPP\UserList.aspx" />
- <Content Include="WeiXinAPP\WXService.aspx" />
- <Content Include="WeiXinAPP\WXServiceHandler.aspx" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Authorize.aspx.cs">
- <DependentUpon>Authorize.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Authorize.aspx.designer.cs">
- <DependentUpon>Authorize.aspx</DependentUpon>
- </Compile>
- <Compile Include="AuthorizeCallback.aspx.cs">
- <DependentUpon>AuthorizeCallback.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="AuthorizeCallback.aspx.designer.cs">
- <DependentUpon>AuthorizeCallback.aspx</DependentUpon>
- </Compile>
- <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="GetAccessToken.aspx.cs">
- <DependentUpon>GetAccessToken.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="GetAccessToken.aspx.designer.cs">
- <DependentUpon>GetAccessToken.aspx</DependentUpon>
- </Compile>
- <Compile Include="GlobalCache.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</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="LoginApi\ent-app-auth.aspx.cs">
- <DependentUpon>ent-app-auth.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\ent-app-auth.aspx.designer.cs">
- <DependentUpon>ent-app-auth.aspx</DependentUpon>
- </Compile>
- <Compile Include="LoginApi\app-type.aspx.cs">
- <DependentUpon>app-type.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\app-type.aspx.designer.cs">
- <DependentUpon>app-type.aspx</DependentUpon>
- </Compile>
- <Compile Include="LoginApi\ent-app-type.aspx.cs">
- <DependentUpon>ent-app-type.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\ent-app-type.aspx.designer.cs">
- <DependentUpon>ent-app-type.aspx</DependentUpon>
- </Compile>
- <Compile Include="LoginApi\enterprise.aspx.cs">
- <DependentUpon>enterprise.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\enterprise.aspx.designer.cs">
- <DependentUpon>enterprise.aspx</DependentUpon>
- </Compile>
- <Compile Include="LoginApi\industry.aspx.cs">
- <DependentUpon>industry.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\industry.aspx.designer.cs">
- <DependentUpon>industry.aspx</DependentUpon>
- </Compile>
- <Compile Include="LoginApi\msg-server.aspx.cs">
- <DependentUpon>msg-server.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LoginApi\msg-server.aspx.designer.cs">
- <DependentUpon>msg-server.aspx</DependentUpon>
- </Compile>
- <Compile Include="LogList.aspx.cs">
- <DependentUpon>LogList.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="LogList.aspx.designer.cs">
- <DependentUpon>LogList.aspx</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WeiXinAPP\AddUser.aspx.cs">
- <DependentUpon>AddUser.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\AddUser.aspx.designer.cs">
- <DependentUpon>AddUser.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Api\SatisfactionHandler.ashx.cs">
- <DependentUpon>SatisfactionHandler.ashx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Api\WeiXinService.ashx.cs">
- <DependentUpon>WeiXinService.ashx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Api\WxMessageControl.cs" />
- <Compile Include="WeiXinAPP\CommonHandler.cs" />
- <Compile Include="WeiXinAPP\CustomerCacheList.aspx.cs">
- <DependentUpon>CustomerCacheList.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\CustomerCacheList.aspx.designer.cs">
- <DependentUpon>CustomerCacheList.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\CustomerList.aspx.cs">
- <DependentUpon>CustomerList.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\CustomerList.aspx.designer.cs">
- <DependentUpon>CustomerList.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Faq.aspx.cs">
- <DependentUpon>Faq.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Faq.aspx.designer.cs">
- <DependentUpon>Faq.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\FunctionModule.aspx.cs">
- <DependentUpon>FunctionModule.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\FunctionModule.aspx.designer.cs">
- <DependentUpon>FunctionModule.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\GetServerAddress.aspx.cs">
- <DependentUpon>GetServerAddress.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\GetServerAddress.aspx.designer.cs">
- <DependentUpon>GetServerAddress.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Help.aspx.cs">
- <DependentUpon>Help.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Help.aspx.designer.cs">
- <DependentUpon>Help.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Index.aspx.cs">
- <DependentUpon>Index.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Index.aspx.designer.cs">
- <DependentUpon>Index.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\KeywordManagement.aspx.cs">
- <DependentUpon>KeywordManagement.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\KeywordManagement.aspx.designer.cs">
- <DependentUpon>KeywordManagement.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Login.aspx.cs">
- <DependentUpon>Login.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Login.aspx.designer.cs">
- <DependentUpon>Login.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Logout.aspx.cs">
- <DependentUpon>Logout.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Logout.aspx.designer.cs">
- <DependentUpon>Logout.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\MicroMessageProcessing.cs" />
- <Compile Include="WeiXinAPP\NetIP.aspx.cs">
- <DependentUpon>NetIP.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\NetIP.aspx.designer.cs">
- <DependentUpon>NetIP.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\NetIPInterface.aspx.cs">
- <DependentUpon>NetIPInterface.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\NetIPInterface.aspx.designer.cs">
- <DependentUpon>NetIPInterface.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\PostInfo.aspx.cs">
- <DependentUpon>PostInfo.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\PostInfo.aspx.designer.cs">
- <DependentUpon>PostInfo.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Received.aspx.cs">
- <DependentUpon>Received.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Received.aspx.designer.cs">
- <DependentUpon>Received.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Satisfaction\SatisfactionOrderDetail.aspx.cs">
- <DependentUpon>SatisfactionOrderDetail.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Satisfaction\SatisfactionOrderDetail.aspx.designer.cs">
- <DependentUpon>SatisfactionOrderDetail.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Satisfaction\SatisfactionOrderView.aspx.cs">
- <DependentUpon>SatisfactionOrderView.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Satisfaction\SatisfactionOrderView.aspx.designer.cs">
- <DependentUpon>SatisfactionOrderView.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\SetCloudSelectionInterface.aspx.cs">
- <DependentUpon>SetCloudSelectionInterface.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\SetCloudSelectionInterface.aspx.designer.cs">
- <DependentUpon>SetCloudSelectionInterface.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\SetNetIPInterface.aspx.cs">
- <DependentUpon>SetNetIPInterface.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\SetNetIPInterface.aspx.designer.cs">
- <DependentUpon>SetNetIPInterface.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\SetPassword.aspx.cs">
- <DependentUpon>SetPassword.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\SetPassword.aspx.designer.cs">
- <DependentUpon>SetPassword.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\Test.aspx.cs">
- <DependentUpon>Test.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\Test.aspx.designer.cs">
- <DependentUpon>Test.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\AuthorizationInfoLis.aspx.cs">
- <DependentUpon>AuthorizationInfoLis.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\AuthorizationInfoLis.aspx.designer.cs">
- <DependentUpon>AuthorizationInfoLis.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\UploadPhoto.aspx.cs">
- <DependentUpon>UploadPhoto.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\UserList.aspx.cs">
- <DependentUpon>UserList.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\UserList.aspx.designer.cs">
- <DependentUpon>UserList.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\WXService.aspx.cs">
- <DependentUpon>WXService.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\WXService.aspx.designer.cs">
- <DependentUpon>WXService.aspx</DependentUpon>
- </Compile>
- <Compile Include="WeiXinAPP\WXServiceHandler.aspx.cs">
- <DependentUpon>WXServiceHandler.aspx</DependentUpon>
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WeiXinAPP\WXServiceHandler.aspx.designer.cs">
- <DependentUpon>WXServiceHandler.aspx</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Config\DataConnection.config" />
- <Content Include="packages.config" />
- <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
- <None Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </None>
- <None Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </None>
- <Content Include="WeiXinAPP\lib\fullcalendar-1.5.3\demos\json-events.php" />
- <Content Include="WeiXinAPP\Api\WeiXinService.ashx" />
- <Content Include="WeiXinAPP\Api\SatisfactionHandler.ashx" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LYFZ.Helper\LYFZ.Helper.csproj">
- <Project>{2376e225-c00b-467c-adde-b33d40719f69}</Project>
- <Name>LYFZ.Helper</Name>
- </ProjectReference>
- <ProjectReference Include="..\LoginModel\LoginModel.csproj">
- <Project>{122ff36a-3cfe-47aa-983f-f41f3fcc3c10}</Project>
- <Name>LoginModel</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.Weixin.SDK\LYFZ.Weixin.SDK.csproj">
- <Project>{e7421a8d-6149-402a-82f8-f6d7728ceed1}</Project>
- <Name>LYFZ.Weixin.SDK</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.WeixinServiceDate\LYFZ.WeixinServiceDate.csproj">
- <Project>{ea2d781a-add3-4c2f-ab2b-bb9ea75249f3}</Project>
- <Name>LYFZ.WeixinServiceDate</Name>
- </ProjectReference>
- <ProjectReference Include="..\LYFZ.WXLibrary\LYFZ.WXLibrary.csproj">
- <Project>{7124da4d-334d-41e3-9595-d046aaab2b7f}</Project>
- <Name>LYFZ.WXLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="LoginDal\LoginDal.csproj">
- <Project>{291ddd85-bc5c-4388-84a7-815647b9079b}</Project>
- <Name>LoginDal</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Connected Services\" />
- </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>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>55923</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>http://localhost:55923/</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>http://kf.lyfz.net/</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>
|