4 Star 1 Fork 1

Dillon/WeixinWinPhone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Microsoft.Phone.Controls.Toolkit-cleaned.csproj 13.96 KB
一键复制 编辑 原始数据 按行查看 历史
Dillon 提交于 2014-11-27 23:45 . f
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{D3A70007-E425-4AFD-AD87-D171C05E35BD}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.Phone.Controls.Toolkit</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows" />
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Controls" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.Xna.Framework" />
<Reference Include="Microsoft.Xna.Framework.Input.Touch" />
</ItemGroup>
<ItemGroup>
<Compile Include="Microsoft.Phone.Controls.LocalizedResources\ControlResources.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\ClipToBounds.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\DateTimePickerPageBase.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\DateTimeWrapper.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\IDateTimePickerPage.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\ILoopingSelectorDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\LoopingSelector.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\LoopingSelectorItem.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\MenuBase.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\RelativeAnimatingContentControl.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\TemplatedListBox.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\TemplatedListBoxItem.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\ToggleSwitchButton.cs" />
<Compile Include="Microsoft.Phone.Controls.Properties\Resources.cs" />
<Compile Include="Microsoft.Phone.Controls\AmPmDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\AutoCompleteBox.cs" />
<Compile Include="Microsoft.Phone.Controls\AutoCompleteFilterMode.cs" />
<Compile Include="Microsoft.Phone.Controls\AutoCompleteFilterPredicate.cs" />
<Compile Include="Microsoft.Phone.Controls\AutoCompleteSearch.cs" />
<Compile Include="Microsoft.Phone.Controls\BindingEvaluator.cs" />
<Compile Include="Microsoft.Phone.Controls\ContextMenu.cs" />
<Compile Include="Microsoft.Phone.Controls\ContextMenuService.cs" />
<Compile Include="Microsoft.Phone.Controls\CultureInfoExtensions.cs" />
<Compile Include="Microsoft.Phone.Controls\DailyDateTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\DataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\DatePicker.cs" />
<Compile Include="Microsoft.Phone.Controls\DatePickerPage.cs" />
<Compile Include="Microsoft.Phone.Controls\DateTimeFormatHelper.cs" />
<Compile Include="Microsoft.Phone.Controls\DateTimePickerBase.cs" />
<Compile Include="Microsoft.Phone.Controls\DateTimePickerResources.cs" />
<Compile Include="Microsoft.Phone.Controls\DateTimeValueChangedEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\DayDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\DragCompletedGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\DragDeltaGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\DragStartedGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\ExpandabilityStates.cs" />
<Compile Include="Microsoft.Phone.Controls\ExpanderView.cs" />
<Compile Include="Microsoft.Phone.Controls\ExpansionMode.cs" />
<Compile Include="Microsoft.Phone.Controls\ExpansionStates.cs" />
<Compile Include="Microsoft.Phone.Controls\Extensions.cs" />
<Compile Include="Microsoft.Phone.Controls\FlickGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\FullViewDateTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\GestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\GestureListener.cs" />
<Compile Include="Microsoft.Phone.Controls\GestureService.cs" />
<Compile Include="Microsoft.Phone.Controls\GroupViewClosingEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\GroupViewOpenedEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\HourlyDateTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\HubTile.cs" />
<Compile Include="Microsoft.Phone.Controls\HubTileService.cs" />
<Compile Include="Microsoft.Phone.Controls\ImageState.cs" />
<Compile Include="Microsoft.Phone.Controls\InteractionHelper.cs" />
<Compile Include="Microsoft.Phone.Controls\ISelectionAdapter.cs" />
<Compile Include="Microsoft.Phone.Controls\ItemsControlExtensions.cs" />
<Compile Include="Microsoft.Phone.Controls\ITransition.cs" />
<Compile Include="Microsoft.Phone.Controls\IUpdateVisualState.cs" />
<Compile Include="Microsoft.Phone.Controls\LengthConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\LinkUnlinkEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\ListPicker.cs" />
<Compile Include="Microsoft.Phone.Controls\ListPickerItem.cs" />
<Compile Include="Microsoft.Phone.Controls\ListPickerMode.cs" />
<Compile Include="Microsoft.Phone.Controls\ListPickerPage.cs" />
<Compile Include="Microsoft.Phone.Controls\ListViewDateTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\LockablePivot.cs" />
<Compile Include="Microsoft.Phone.Controls\LongListSelector.cs" />
<Compile Include="Microsoft.Phone.Controls\LongListSelectorItem.cs" />
<Compile Include="Microsoft.Phone.Controls\LongListSelectorItemType.cs" />
<Compile Include="Microsoft.Phone.Controls\MathHelpers.cs" />
<Compile Include="Microsoft.Phone.Controls\MenuItem.cs" />
<Compile Include="Microsoft.Phone.Controls\MinuteDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\MonthDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\MotionParameters.cs" />
<Compile Include="Microsoft.Phone.Controls\MultipleToSingleLineStringConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\MultiselectItem.cs" />
<Compile Include="Microsoft.Phone.Controls\MultiselectList.cs" />
<Compile Include="Microsoft.Phone.Controls\MultiTouchGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\NavigationInTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\NavigationOutTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\NavigationTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\OffOnConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\OpacityAnimator.cs" />
<Compile Include="Microsoft.Phone.Controls\PerformanceProgressBar.cs" />
<Compile Include="Microsoft.Phone.Controls\PhoneHelper.cs" />
<Compile Include="Microsoft.Phone.Controls\PhoneTextBox.cs" />
<Compile Include="Microsoft.Phone.Controls\PhysicsConstants.cs" />
<Compile Include="Microsoft.Phone.Controls\PinchGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\PinchStartedGestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\PopulatedEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\PopulatedEventHandler.cs" />
<Compile Include="Microsoft.Phone.Controls\PopulatingEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\PopulatingEventHandler.cs" />
<Compile Include="Microsoft.Phone.Controls\PopupHelper.cs" />
<Compile Include="Microsoft.Phone.Controls\RecurringDaysPicker.cs" />
<Compile Include="Microsoft.Phone.Controls\RelativeTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\RollTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\RotateTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\RotateTransitionMode.cs" />
<Compile Include="Microsoft.Phone.Controls\RoutedPropertyChangingEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\RoutedPropertyChangingEventHandler.cs" />
<Compile Include="Microsoft.Phone.Controls\SafeRaise.cs" />
<Compile Include="Microsoft.Phone.Controls\SelectionEnabledState.cs" />
<Compile Include="Microsoft.Phone.Controls\SelectorSelectionAdapter.cs" />
<Compile Include="Microsoft.Phone.Controls\Separator.cs" />
<Compile Include="Microsoft.Phone.Controls\SlideTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\SlideTransitionMode.cs" />
<Compile Include="Microsoft.Phone.Controls\SwivelTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\SwivelTransitionMode.cs" />
<Compile Include="Microsoft.Phone.Controls\ThreadDateTimeConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\TiltEffect.cs" />
<Compile Include="Microsoft.Phone.Controls\TimePicker.cs" />
<Compile Include="Microsoft.Phone.Controls\TimePickerPage.cs" />
<Compile Include="Microsoft.Phone.Controls\ToggleSwitch.cs" />
<Compile Include="Microsoft.Phone.Controls\TransformAnimator.cs" />
<Compile Include="Microsoft.Phone.Controls\Transition.cs" />
<Compile Include="Microsoft.Phone.Controls\TransitionElement.cs" />
<Compile Include="Microsoft.Phone.Controls\TransitionFrame.cs" />
<Compile Include="Microsoft.Phone.Controls\Transitions.cs" />
<Compile Include="Microsoft.Phone.Controls\TransitionService.cs" />
<Compile Include="Microsoft.Phone.Controls\TreeHelpers.cs" />
<Compile Include="Microsoft.Phone.Controls\TurnstileTransition.cs" />
<Compile Include="Microsoft.Phone.Controls\TurnstileTransitionMode.cs" />
<Compile Include="Microsoft.Phone.Controls\TwelveHourDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\TwentyFourHourDataSource.cs" />
<Compile Include="Microsoft.Phone.Controls\VisibilityConverter.cs" />
<Compile Include="Microsoft.Phone.Controls\VisualStates.cs" />
<Compile Include="Microsoft.Phone.Controls\WeakEventListener.cs" />
<Compile Include="Microsoft.Phone.Controls\WrapPanel.cs" />
<Compile Include="Microsoft.Phone.Controls\YearDataSource.cs" />
<Compile Include="System.Windows.Controls\HeaderedItemsControl.cs" />
<Compile Include="System.Windows.Controls\ItemsControlHelper.cs" />
<Compile Include="System.Windows.Controls\NumericExtensions.cs" />
<Compile Include="System.Windows.Controls\OrientedSize.cs" />
<Compile Include="System.Windows.Controls\TemplatedVisualTreeExtensions.cs" />
<Compile Include="System.Windows.Controls\TimeTypeConverter.cs" />
<Compile Include="System.Windows.Controls\TypeConverters.cs" />
<Compile Include="System.Windows.Controls\VisualTreeExtensions.cs" />
<Compile Include="System.Windows\HierarchicalDataTemplate.cs" />
<Compile Include="System\Tuple.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Microsoft.Phone.Controls.LocalizedResources\ControlResources.resources" />
<EmbeddedResource Include="Microsoft.Phone.Controls.Properties\Resources.resources" />
</ItemGroup>
<ItemGroup>
<Resource Include="datetimepickers\datepickerpage.xaml" />
<Resource Include="datetimepickers\timepickerpage.xaml" />
<Resource Include="listpicker\listpickerpage.xaml" />
<Resource Include="themes\generic.xaml" />
<Resource Include="transitions\storyboards\roll.xaml" />
<Resource Include="transitions\storyboards\rotatein180clockwise.xaml" />
<Resource Include="transitions\storyboards\rotatein180counterclockwise.xaml" />
<Resource Include="transitions\storyboards\rotatein90clockwise.xaml" />
<Resource Include="transitions\storyboards\rotatein90counterclockwise.xaml" />
<Resource Include="transitions\storyboards\rotateout180clockwise.xaml" />
<Resource Include="transitions\storyboards\rotateout180counterclockwise.xaml" />
<Resource Include="transitions\storyboards\rotateout90clockwise.xaml" />
<Resource Include="transitions\storyboards\rotateout90counterclockwise.xaml" />
<Resource Include="transitions\storyboards\slidedownfadein.xaml" />
<Resource Include="transitions\storyboards\slidedownfadeout.xaml" />
<Resource Include="transitions\storyboards\slideleftfadein.xaml" />
<Resource Include="transitions\storyboards\slideleftfadeout.xaml" />
<Resource Include="transitions\storyboards\sliderightfadein.xaml" />
<Resource Include="transitions\storyboards\sliderightfadeout.xaml" />
<Resource Include="transitions\storyboards\slideupfadein.xaml" />
<Resource Include="transitions\storyboards\slideupfadeout.xaml" />
<Resource Include="transitions\storyboards\swivelbackwardin.xaml" />
<Resource Include="transitions\storyboards\swivelbackwardout.xaml" />
<Resource Include="transitions\storyboards\swivelforwardin.xaml" />
<Resource Include="transitions\storyboards\swivelforwardout.xaml" />
<Resource Include="transitions\storyboards\swivelfullscreenin.xaml" />
<Resource Include="transitions\storyboards\swivelfullscreenout.xaml" />
<Resource Include="transitions\storyboards\turnstilebackwardin.xaml" />
<Resource Include="transitions\storyboards\turnstilebackwardout.xaml" />
<Resource Include="transitions\storyboards\turnstileforwardin.xaml" />
<Resource Include="transitions\storyboards\turnstileforwardout.xaml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dillontools/WeixinWinPhone.git
git@gitee.com:dillontools/WeixinWinPhone.git
dillontools
WeixinWinPhone
WeixinWinPhone
master

搜索帮助