⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 banktellermodule.csproj

📁 wpf和cab的结合使用源码(转载)
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{81D24B64-3784-4282-8340-591465627A1F}</ProjectGuid>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <RootNamespace>BankTellerModule</RootNamespace>
    <AssemblyName>BankTellerModule</AssemblyName>
    <WarningLevel>4</WarningLevel>
    <OutputType>library</OutputType>
    <ApplicationVersion>1.0.0.*</ApplicationVersion>
    <!-- Most people will use Publish dialog in Visual Studio to increment this -->
    <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>.\bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugSymbols>false</DebugSymbols>
    <Optimize>true</Optimize>
    <OutputPath>.\bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="UIAutomationProvider" />
    <Reference Include="UIAutomationTypes" />
    <Reference Include="ReachFramework" />
    <Reference Include="System.Printing" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.IdentityModel" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="BankTellerModuleInit.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
    </Compile>
    <Compile Include="Services\customeraccountservice.cs" />
    <Compile Include="Services\customerqueueservice.cs" />
    <Compile Include="WorkItems\BankTeller\BankTellerWorkItem.cs" />
    <Compile Include="WorkItems\BankTeller\CustomerQueueController.cs" />
    <Compile Include="WorkItems\BankTeller\CustomerQueueView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerQueueView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\BankTeller\SideBarView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>SideBarView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\BankTeller\UserInfoView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>UserInfoView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerAccountsView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerAccountsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerCommentsView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerCommentsView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerDetailController.cs" />
    <Compile Include="WorkItems\Customer\CustomerDetailView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerDetailView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerHeaderView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerHeaderView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerSummaryController.cs" />
    <Compile Include="WorkItems\Customer\CustomerSummaryView.xaml.cs">
      <SubType>Code</SubType>
      <DependentUpon>CustomerSummaryView.xaml</DependentUpon>
    </Compile>
    <Compile Include="WorkItems\Customer\CustomerWorkItem.cs" />
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\BankTellerCommon\BankTellerCommon.csproj">
      <Project>{5461523C-4DCE-4672-BC72-7F0C99501F43}</Project>
      <Name>BankTellerCommon</Name>
    </ProjectReference>
    <ProjectReference Include="..\CompositeUI.Windows\CompositeUI.Windows.csproj">
      <Project>{74F88B53-D913-42A7-AE39-C1FA46710AD2}</Project>
      <Name>CompositeUI.Windows</Name>
    </ProjectReference>
    <ProjectReference Include="..\CompositeUI\CompositeUI.csproj">
      <Project>{C478E40B-A05E-4C69-9AB3-7A3BB374243F}</Project>
      <Name>CompositeUI</Name>
    </ProjectReference>
    <ProjectReference Include="..\ObjectBuilder\ObjectBuilder.csproj">
      <Project>{2AE49F19-392B-4C50-A13C-F49B2579849D}</Project>
      <Name>ObjectBuilder</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Page Include="WorkItems\BankTeller\CustomerQueueView.xaml" />
    <Page Include="WorkItems\BankTeller\SideBarView.xaml" />
    <Page Include="WorkItems\BankTeller\UserInfoView.xaml" />
    <Page Include="WorkItems\Customer\CustomerAccountsView.xaml" />
    <Page Include="WorkItems\Customer\CustomerCommentsView.xaml" />
    <Page Include="WorkItems\Customer\CustomerDetailView.xaml" />
    <Page Include="WorkItems\Customer\CustomerHeaderView.xaml" />
    <Page Include="WorkItems\Customer\CustomerSummaryView.xaml" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -