4 Star 1 Fork 1

Dillon/WeixinWinPhone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Coding4Fun.Phone.Controls-cleaned.csproj 4.88 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>{551790CB-1691-48CE-93CD-37E3E5655599}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<AssemblyName>Coding4Fun.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.Core" />
<Reference Include="System.Windows" />
<Reference Include="Microsoft.Phone" />
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Clarity.Phone.Extensions\DialogService.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Binding\FrameworkElementBinding.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Binding\TextBinding.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Converters\BooleanToVisibilityConverter.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Converters\StringToVisibilityConverter.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Converters\ThemedImageConverter.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Converters\ThemedInverseImageConverter.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Converters\VisibilityToBooleanConverter.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Data\PhoneHelper.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Helpers\ColorExtentions.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Helpers\ColorSpace.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Helpers\ControlHelper.cs" />
<Compile Include="Coding4Fun.Phone.Controls.Helpers\HSV.cs" />
<Compile Include="Coding4Fun.Phone.Controls\AboutPersonItem.cs" />
<Compile Include="Coding4Fun.Phone.Controls\AboutPrompt.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ActionPopUp.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ColorBaseControl.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ColorHexagonPicker.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ColorPicker.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ColorSlider.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ColorSliderThumb.cs" />
<Compile Include="Coding4Fun.Phone.Controls\DynamicTextBlock.cs" />
<Compile Include="Coding4Fun.Phone.Controls\InputPrompt.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MemoryCounter.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MessagePrompt.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MetroFlow.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MetroFlowData.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MetroFlowItem.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MovementMonitor.cs" />
<Compile Include="Coding4Fun.Phone.Controls\MovementMonitorEventArgs.cs" />
<Compile Include="Coding4Fun.Phone.Controls\PasswordInputPrompt.cs" />
<Compile Include="Coding4Fun.Phone.Controls\PopUp.cs" />
<Compile Include="Coding4Fun.Phone.Controls\PopUpEventArgs.cs" />
<Compile Include="Coding4Fun.Phone.Controls\PopUpResult.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ProgressOverlay.cs" />
<Compile Include="Coding4Fun.Phone.Controls\RoundButton.cs" />
<Compile Include="Coding4Fun.Phone.Controls\RoundToggleButton.cs" />
<Compile Include="Coding4Fun.Phone.Controls\SelectionTapEventArgs.cs" />
<Compile Include="Coding4Fun.Phone.Controls\SuperSlider.cs" />
<Compile Include="Coding4Fun.Phone.Controls\Tile.cs" />
<Compile Include="Coding4Fun.Phone.Controls\TileNotification.cs" />
<Compile Include="Coding4Fun.Phone.Controls\ToastPrompt.cs" />
<Compile Include="Coding4Fun.Phone.Controls\UserPrompt.cs" />
<Compile Include="System.Windows.Controls\Class27.cs" />
<Compile Include="System.Windows.Controls\TemplatedVisualTreeExtensions.cs" />
</ItemGroup>
<ItemGroup>
<Resource Include="media\icons\appbar.cancel.rest.png" />
<Resource Include="media\icons\appbar.check.rest.png" />
<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

搜索帮助