Last-Modified: Sun, 12 Jul 2026 03:19:11 GMT Expires: Wed, 09 Jul 2036 03:19:11 GMT Tango.Logging « Android_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android_Studio/Tango.Logging
ModeNameSize
-rw-r--r--.gitignore7logstatsplain
-rw-r--r--build.gradle1005logstatsplain
-rw-r--r--proguard-rules.pro940logstatsplain
d---------src / main31logstatsplain
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{CF0A27A8-EF82-44E5-B673-ECCC150C48ED}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MaterialDesignDemo</RootNamespace>
    <AssemblyName>MaterialDesignDemo</AssemblyName>
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    <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' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'AppVeyor|AnyCPU'">
    <OutputPath>bin\AppVeyor\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <Prefer32Bit>true</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>favicon.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="..\paket-files\samueldjack\VirtualCollection\VirtualCollection\VirtualCollection\VirtualizingWrapPanel.cs">
      <Paket>True</Paket>
      <Link>VirtualCollection/VirtualizingWrapPanel.cs</Link>
    </Compile>
    <Compile Include="XamlDisplayEx.cs" />
    <Reference Include="PresentationFramework.Aero2" />
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Data" />
    <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" />
  </ItemGroup>
  <ItemGroup>
    <ApplicationDefinition Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </ApplicationDefinition>
    <Compile Include="Buttons.xaml.cs">
      <DependentUpon>Buttons.xaml</DependentUpon>
    </Compile>
    <Compile Include="ButtonsViewModel.cs" />
    <Compile Include="Cards.xaml.cs">
      <DependentUpon>Cards.xaml</DependentUpon>
    </Compile>
    <Compile Include="Chips.xaml.cs">
      <DependentUpon>Chips.xaml</DependentUpon>
    </Compile>
    <Compile Include="ColorZones.xaml.cs">
      <DependentUpon>ColorZones.xaml</DependentUpon>
    </Compile>
    <Compile Include="Dialogs.xaml.cs">
      <DependentUpon>Dialogs.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\AnotherCommandImplementation.cs" />
    <Compile Include="Domain\DocumentationLink.cs" />
    <Compile Include="Domain\DocumentationLinks.xaml.cs">
      <DependentUpon>DocumentationLinks.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\DocumentationLinkType.cs" />
    <Compile Include="Domain\FutureDateValidationRule.cs" />
    <Compile Include="Domain\IsCheckedValidationRule.cs" />
    <Compile Include="Domain\MainWindowViewModel.cs" />
    <Compile Include="Domain\NotEmptyValidationRule.cs" />
    <Compile Include="Domain\NotifyPropertyChangedExtension.cs" />
    <Compile Include="Domain\DemoItem.cs" />
    <Compile Include="Domain\DialogsViewModel.cs" />
    <Compile Include="Domain\ListsAndGridsViewModel.cs" />
    <Compile Include="Domain\Sample4Dialog.xaml.cs">
      <DependentUpon>Sample4Dialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\SampleDialog.xaml.cs">
      <DependentUpon>SampleDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\SampleDialogViewModel.cs" />
    <Compile Include="Domain\SampleMessageDialog.xaml.cs">
      <DependentUpon>SampleMessageDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\SampleProgressDialog.xaml.cs">
      <DependentUpon>SampleProgressDialog.xaml</DependentUpon>
    </Compile>
    <Compile Include="Domain\SelectableViewModel.cs" />
    <Compile Include="Domain\SimpleDataTemplateSelector.cs" />
    <Compile Include="Domain\SimpleDateValidationRule.cs" />
    <Compile Include="Domain\TextFieldsViewModel.cs" />
    <Compile Include="Domain\TreesViewModel.cs" />
    <Compile Include="Drawers.xaml.cs">
      <DependentUpon>Drawers.xaml</DependentUpon>
    </Compile>
    <Compile Include="Expander.xaml.cs">
      <DependentUpon>Expander.xaml</DependentUpon>
    </Compile>
    <Compile Include="Grids.xaml.cs">
      <DependentUpon>Grids.xaml</DependentUpon>
    </Compile>
    <Compile Include="GroupBoxes.xaml.cs">
      <DependentUpon>GroupBoxes.xaml</DependentUpon>
    </Compile>
    <Compile Include="Home.xaml.cs">
      <DependentUpon>Home.xaml</DependentUpon>
    </Compile>
    <Compile Include="IconPack.xaml.cs">
      <DependentUpon>IconPack.xaml</DependentUpon>
    </Compile>
    <Compile Include="IconPackViewModel.cs" />
    <Compile Include="Lists.xaml.cs">
      <DependentUpon>Lists.xaml</DependentUpon>
    </Compile>
    <Compile Include="MenusAndToolBars.xaml.cs">
      <DependentUpon>MenusAndToolBars.xaml</DependentUpon>
    </Compile>
    <Compile Include="PaletteSelector.xaml.cs">
      <DependentUpon>PaletteSelector.xaml</DependentUpon>
    </Compile>
    <Compile Include="PaletteSelectorViewModel.cs" />
    <Compile Include="Pickers.xaml.cs">
      <DependentUpon>Pickers.xaml</DependentUpon>
    </Compile>
    <Compile Include="PickersViewModel.cs" />
    <Compile Include="Progress.xaml.cs">
      <DependentUpon>Progress.xaml</DependentUpon>
    </Compile>
    <Compile Include="ProvingGround.xaml.cs">
      <DependentUpon>ProvingGround.xaml</DependentUpon>
    </Compile>
    <Compile Include="ProvingGroundStuff\MeasuringTextBox.cs" />
    <Compile Include="Shadows.xaml.cs">
      <DependentUpon>Shadows.xaml</DependentUpon>
    </Compile>
    <Compile Include="Sliders.xaml.cs">
      <DependentUpon>Sliders.xaml</DependentUpon>
    </Compile>
    <Compile Include="Snackbars.xaml.cs">
      <DependentUpon>Snackbars.xaml</DependentUpon>
    </Compile>
    <Compile Include="TextFields.xaml.cs">
      <DependentUpon>TextFields.xaml</DependentUpon>
    </Compile>
    <Compile Include="Transitions.xaml.cs">
      <DependentUpon>Transitions.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide1_Intro.xaml.cs">
      <DependentUpon>Slide1_Intro.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide2_Intro.xaml.cs">
      <DependentUpon>Slide2_Intro.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide3_Intro.xaml.cs">
      <DependentUpon>Slide3_Intro.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide4_CombineTransitions.xaml.cs">
      <DependentUpon>Slide4_CombineTransitions.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide5_TransitioningContent.xaml.cs">
      <DependentUpon>Slide5_TransitioningContent.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide7_MVVM.xaml.cs">
      <DependentUpon>Slide7_MVVM.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide6_Origins.xaml.cs">
      <DependentUpon>Slide6_Origins.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\Slide7_MasterModel.cs" />
    <Compile Include="TransitionsDemo\Slide8_Details.xaml.cs">
      <DependentUpon>Slide8_Details.xaml</DependentUpon>
    </Compile>
    <Compile Include="TransitionsDemo\TransitionsDemoHome.xaml.cs">
      <DependentUpon>TransitionsDemoHome.xaml</DependentUpon>
    </Compile>
    <Compile Include="Trees.xaml.cs">
      <DependentUpon>Trees.xaml</DependentUpon>
    </Compile>
    <Compile Include="Typography.xaml.cs">
      <DependentUpon>Typography.xaml</DependentUpon>
    </Compile>
    <Page Include="Buttons.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Cards.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Chips.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="ColorZones.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Domain\DocumentationLinks.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Domain\SampleMessageDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Drawers.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Expander.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Dialogs.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Domain\Sample4Dialog.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Domain\SampleDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Domain\SampleProgressDialog.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Grids.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="GroupBoxes.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Home.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="IconPack.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Lists.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="MainWindow.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="App.xaml.cs">
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="MainWindow.xaml.cs">
      <DependentUpon>MainWindow.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Page Include="MenusAndToolBars.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Palette.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="PaletteSelector.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Pickers.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Progress.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="ProvingGround.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Shadows.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Sliders.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Snackbars.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TextFields.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Transitions.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide1_Intro.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide2_Intro.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide3_Intro.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide4_CombineTransitions.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide5_TransitioningContent.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide7_MVVM.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide6_Origins.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\Slide8_Details.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="TransitionsDemo\TransitionsDemoHome.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Trees.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Typography.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Palette.xaml.cs">
      <DependentUpon>Palette.xaml</DependentUpon>
    </Compile>
    <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>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="paket.references" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\MaterialDesignColors.Wpf\MaterialDesignColors.Wpf.csproj">
      <Project>{90b53209-c60c-4655-b28d-a1b3e1044ba3}</Project>
      <Name>MaterialDesignColors.Wpf</Name>
    </ProjectReference>
    <ProjectReference Include="..\MaterialDesignThemes.Wpf\MaterialDesignThemes.Wpf.csproj">
      <Project>{f079fb0a-a8ed-4216-b6a5-345756751a04}</Project>
      <Name>MaterialDesignThemes.Wpf</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\ProfilePic.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="ScreenGrabFromGoogle.gif" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\Chartridge046_small.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\ms-icon-310x310.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Resources\Contact.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="favicon.ico" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Helper\" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Choose>
    <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.2')">
      <PropertyGroup>
        <__paket__ShowMeTheXAML_MSBuild_targets>net45\ShowMeTheXAML.MSBuild</__paket__ShowMeTheXAML_MSBuild_targets>
      </PropertyGroup>
    </When>
  </Choose>
  <!-- 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>
  -->
  <Import Project="..\.paket\paket.targets" />
  <Target Name="ShowMeTheXAML_EnsureXamlCreated" AfterTargets="BeforeCompile">
    <Error Condition="('$(ShowMeTheXAMLGeneratedFileName)' == '' Or $(ShowMeTheXAMLGeneratedFileName) == '*Undefined*') And Exists('..\packages\ShowMeTheXAML.MSBuild\build\$(__paket__ShowMeTheXAML_MSBuild_targets).targets')" Text="ShowMeTheXAML was added to the $(ProjectName) project. Please rebuild the project." />
  </Target>
  <Choose>
    <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.2')">
      <ItemGroup>
        <Reference Include="ICSharpCode.AvalonEdit">
          <HintPath>..\packages\AvalonEdit\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
          <Private>True</Private>
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>
  </Choose>
  <Choose>
    <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.2')">
      <ItemGroup>
        <Reference Include="ShowMeTheXAML">
          <HintPath>..\packages\ShowMeTheXAML\lib\net45\ShowMeTheXAML.dll</HintPath>
          <Private>True</Private>
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>
  </Choose>
  <Choose>
    <When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.2')">
      <ItemGroup>
        <Reference Include="ShowMeTheXAML.AvalonEdit">
          <HintPath>..\packages\ShowMeTheXAML.AvalonEdit\lib\net45\ShowMeTheXAML.AvalonEdit.dll</HintPath>
          <Private>True</Private>
          <Paket>True</Paket>
        </Reference>
      </ItemGroup>
    </When>
  </Choose>
  <Import Project="..\packages\ShowMeTheXAML.MSBuild\build\$(__paket__ShowMeTheXAML_MSBuild_targets).targets" Condition="Exists('..\packages\ShowMeTheXAML.MSBuild\build\$(__paket__ShowMeTheXAML_MSBuild_targets).targets')" Label="Paket" />
</Project>