4 Star 1 Fork 1

Dillon/WeixinWinPhone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Microsoft.Phone.Controls-cleaned.csproj 3.64 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>{CC40A710-276C-429F-B78D-820CA0C5962B}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<AssemblyName>Microsoft.Phone.Controls</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="System.Core" />
<Reference Include="Microsoft.Phone" />
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Microsoft.Phone.Controls.Primitives\AnimationDirection.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PanningBackgroundLayer.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PanningLayer.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PanningTitleLayer.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PanoramaPanel.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PivotHeaderItem.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\PivotHeadersControl.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\SelectedIndexChangedEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls.Primitives\TemplatedItemsControl.cs" />
<Compile Include="Microsoft.Phone.Controls.Properties\Resources.cs" />
<Compile Include="Microsoft.Phone.Controls\OpacityAnimator.cs" />
<Compile Include="Microsoft.Phone.Controls\Panorama.cs" />
<Compile Include="Microsoft.Phone.Controls\PanoramaItem.cs" />
<Compile Include="Microsoft.Phone.Controls\PerfLog.cs" />
<Compile Include="Microsoft.Phone.Controls\PerfMarkerEvents.cs" />
<Compile Include="Microsoft.Phone.Controls\Pivot.cs" />
<Compile Include="Microsoft.Phone.Controls\PivotItem.cs" />
<Compile Include="Microsoft.Phone.Controls\PivotItemEventArgs.cs" />
<Compile Include="Microsoft.Phone.Controls\SafeRaise.cs" />
<Compile Include="Microsoft.Phone.Controls\TransformAnimator.cs" />
<Compile Include="Microsoft.Phone.Gestures\DragEventArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\FlickEventArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\GestureEventArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\GestureHelper.cs" />
<Compile Include="Microsoft.Phone.Gestures\InputBaseArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\InputCompletedArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\InputDeltaArgs.cs" />
<Compile Include="Microsoft.Phone.Gestures\ManipulationGestureHelper.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Microsoft.Phone.Controls.Properties\Resources.resources" />
</ItemGroup>
<ItemGroup>
<Resource Include="themes\generic.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

搜索帮助