FLY.ControlLibrary.csproj 12.5 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
潘栩锋's avatar
潘栩锋 committed
3 4 5 6 7 8 9 10 11 12
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{119C3ADC-F8E1-4F72-B89B-006236FF8586}</ProjectGuid>
    <OutputType>library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.ControlLibrary</RootNamespace>
    <AssemblyName>FLY.ControlLibrary</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>bin\Debug\FLY.ControlLibrary.XML</DocumentationFile>
29
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
30 31 32 33 34 35 36 37
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
38
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PresentationFramework.Aero" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Windows.Forms.DataVisualization" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="WindowsFormsIntegration" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="COMMON.cs" />
62
    <Compile Include="Converter\Item2IndexConverter.cs" />
63
    <Compile Include="Converter\RatioConverter.cs" />
64
    <Compile Include="DrapMoveXBehavior.cs" />
潘栩锋's avatar
潘栩锋 committed
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
    <Compile Include="GraphRange_coslight.cs" />
    <Compile Include="GraphScan3.cs" />
    <Compile Include="GraphScan4.xaml.cs">
      <DependentUpon>GraphScan4.xaml</DependentUpon>
    </Compile>
    <Compile Include="GraphScan_coslight.cs" />
    <Compile Include="Converter\Equals2BoolConverter.cs" />
    <Compile Include="Converter\Equals2VisibleConverter.cs" />
    <Compile Include="Converter\PercentConverter.cs" />
    <Compile Include="Converter\TimeSpan2MinConverter.cs" />
    <Compile Include="Converter\VisibilityConverter.cs" />
    <Compile Include="GraphRange.xaml.cs">
      <DependentUpon>GraphRange.xaml</DependentUpon>
    </Compile>
    <Compile Include="GraphScanCircular.xaml.cs">
      <DependentUpon>GraphScanCircular.xaml</DependentUpon>
    </Compile>
82 83 84 85 86 87 88 89 90
    <Compile Include="PercentRing.xaml.cs">
      <DependentUpon>PercentRing.xaml</DependentUpon>
    </Compile>
    <Compile Include="PercentRing2.xaml.cs">
      <DependentUpon>PercentRing2.xaml</DependentUpon>
    </Compile>
    <Compile Include="PieChart.xaml.cs">
      <DependentUpon>PieChart.xaml</DependentUpon>
    </Compile>
91
    <Compile Include="ResetAction.cs" />
潘栩锋's avatar
潘栩锋 committed
92
    <Compile Include="Set1Action.cs" />
93
    <Compile Include="ToggleAction.cs" />
潘栩锋's avatar
潘栩锋 committed
94 95
    <Compile Include="UI.OSK\IVirtualKeyboard.cs" />
    <Compile Include="UI.OSK\KeyboardBehavior.cs" />
潘栩锋's avatar
潘栩锋 committed
96 97 98 99 100 101 102 103
    <Compile Include="GraphScan.xaml.cs">
      <DependentUpon>GraphScan.xaml</DependentUpon>
    </Compile>
    <Compile Include="GraphScan2.cs" />
    <Compile Include="IGraphBase.cs" />
    <Compile Include="MyMessageBox.xaml.cs">
      <DependentUpon>MyMessageBox.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
104
    <Compile Include="Themes\Styles.cs" />
潘栩锋's avatar
潘栩锋 committed
105 106 107 108 109 110 111 112 113 114 115 116 117 118
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="Rules\FileNameRule.cs" />
潘栩锋's avatar
潘栩锋 committed
119 120 121 122
    <Compile Include="NoToggleButton.cs" />
    <Compile Include="ToggleButtonOnOff.cs" />
    <Compile Include="UI.OSK\WdFullKeyboard.xaml.cs">
      <DependentUpon>WdFullKeyboard.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
123
    </Compile>
潘栩锋's avatar
潘栩锋 committed
124 125
    <Compile Include="UI.OSK\WdNumKeyboard.xaml.cs">
      <DependentUpon>WdNumKeyboard.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
126
    </Compile>
127 128 129
    <Compile Include="Prompt.xaml.cs">
      <DependentUpon>Prompt.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
130
    <Compile Include="WindowBigClose.cs" />
潘栩锋's avatar
潘栩锋 committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
    <Compile Include="Window_Tip.xaml.cs">
      <DependentUpon>Window_Tip.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_WarningTip.xaml.cs">
      <DependentUpon>Window_WarningTip.xaml</DependentUpon>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="Converter\Dictionary_MyConv.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="GraphRange.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="GraphScan.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="GraphScan4.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="GraphScanCircular.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="MyMessageBox.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
172 173 174 175 176 177 178 179 180 181 182 183
    <Page Include="PercentRing.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="PercentRing2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="PieChart.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
184 185 186 187
    <Page Include="Rules\Dictionary_MyRule.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
188 189
    <Resource Include="Themes\ButtonStyle.xaml">
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
190
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
191 192
    </Resource>
    <Resource Include="Themes\Colors.xaml">
潘栩锋's avatar
潘栩锋 committed
193
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
194 195 196
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\Dictionary_MyStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
197 198
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
199 200 201 202 203
    </Resource>
    <Resource Include="Themes\MaterialDesignIcons.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
潘栩锋's avatar
潘栩锋 committed
204 205 206 207
    <Resource Include="Themes\WindowBigCloseStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
潘栩锋's avatar
潘栩锋 committed
208
    <Resource Include="Themes\OfficeTab.xaml">
潘栩锋's avatar
潘栩锋 committed
209 210
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
211 212 213
    </Resource>
    <Resource Include="Themes\TextStyle.xaml">
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
214
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
215 216
    </Resource>
    <Resource Include="Themes\NoToggleButtonStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
217
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
218 219 220 221 222 223
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\BaseStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
    <Resource Include="Themes\ButtonStyle2.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\Colors2.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Page Include="Themes\CardStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\IconButtonStyle2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
240 241 242
    <Page Include="Themes\IconButtonStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
243
    </Page>
潘栩锋's avatar
潘栩锋 committed
244 245 246 247 248
    <Resource Include="Themes\SectionStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
    <Resource Include="Themes\ToggleButtonOnOffStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
249 250
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
251 252 253 254 255
    </Resource>
    <Resource Include="Themes\UiModuleStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Resource>
256 257 258 259
    <Page Include="Themes\PgMenuStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
260 261 262 263 264 265 266 267 268 269 270 271
    <Page Include="Themes\SectionStyle2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Resource Include="Themes\TextStyle2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
    <Resource Include="Themes\UiModuleStyle2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Resource>
潘栩锋's avatar
潘栩锋 committed
272 273 274 275 276 277 278
    <Page Include="UI.OSK\WdFullKeyboard.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UI.OSK\WdNumKeyboard.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
279
    </Page>
280 281 282 283
    <Page Include="Prompt.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
    <Page Include="Window_Tip.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Window_WarningTip.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\info.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\background.jpg" />
  </ItemGroup>
299
  <ItemGroup>
300 301 302
    <PackageReference Include="MahApps.Metro">
      <Version>2.4.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
303
    <PackageReference Include="MahApps.Metro.IconPacks">
304
      <Version>4.8.0</Version>
潘栩锋's avatar
潘栩锋 committed
305
    </PackageReference>
306 307 308 309
    <PackageReference Include="Microsoft.Expression.Drawing">
      <Version>3.0.0</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf">
潘栩锋's avatar
潘栩锋 committed
310
      <Version>1.1.19</Version>
311
    </PackageReference>
312 313 314
    <PackageReference Include="MvvmLight">
      <Version>5.4.1.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
315 316 317
    <PackageReference Include="NAudio">
      <Version>1.10.0</Version>
    </PackageReference>
318
    <PackageReference Include="PropertyChanged.Fody">
319
      <Version>3.3.1</Version>
320
    </PackageReference>
321
  </ItemGroup>
322 323 324 325 326 327
  <ItemGroup>
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
328 329 330 331 332 333 334 335 336
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>