📄 bankshell.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E1595A4A-7CC6-4771-BEE8-4287551B3F35}</ProjectGuid>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RootNamespace>BankShell</RootNamespace>
<AssemblyName>BankShell</AssemblyName>
<WarningLevel>4</WarningLevel>
<OutputType>winexe</OutputType>
<MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>false</MapFileExtensions>
<ApplicationVersion>1.0.0.*</ApplicationVersion>
<IsWebBootstrapper>true</IsWebBootstrapper>
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>Publish\</PublishUrl>
<StartupObject>BankShell.Entry</StartupObject>
<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.configuration" />
<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>
<ApplicationDefinition Include="App.xaml" />
<Page Include="BankShellWindow.xaml" />
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="BankShellWindow.xaml.cs">
<DependentUpon>BankShellWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="BankShellApplication.cs" />
<Compile Include="Config\MenuItemElement.cs" />
<Compile Include="Config\MenuItemElementCollection.cs" />
<Compile Include="Config\ShellItemsSection.cs" />
<Compile Include="Entry.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="App.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="UIElementBuilder.cs" />
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BankTellerCommon\BankTellerCommon.csproj">
<Project>{5461523C-4DCE-4672-BC72-7F0C99501F43}</Project>
<Name>BankTellerCommon</Name>
</ProjectReference>
<ProjectReference Include="..\BankTellerModule\BankTellerModule.csproj">
<Project>{81D24B64-3784-4282-8340-591465627A1F}</Project>
<Name>BankTellerModule</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="..\CustomerMapExtensionModule\CustomerMapExtensionModule.csproj">
<Project>{62AD7A12-A017-4C0B-B43D-2EF23208F9DA}</Project>
<Name>CustomerMapExtensionModule</Name>
</ProjectReference>
<ProjectReference Include="..\ObjectBuilder\ObjectBuilder.csproj">
<Project>{2AE49F19-392B-4C50-A13C-F49B2579849D}</Project>
<Name>ObjectBuilder</Name>
</ProjectReference>
<ProjectReference Include="..\SampleVisualizations\SampleVisualizations.csproj">
<Project>{E53CA822-8C55-4976-9A27-A077534D901E}</Project>
<Name>SampleVisualizations</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="ProfileCatalog.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -