aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Styles
ModeNameSize
-rw-r--r--Account.css7522logstatsplain
-rw-r--r--Downloads.css2592logstatsplain
-rw-r--r--Layout.css1410logstatsplain
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{CF7C0FF4-9440-42CF-83B8-C060772792D4}</ProjectGuid>
    <OutputType>library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Tango.Visuals</RootNamespace>
    <AssemblyName>Tango.Visuals</AssemblyName>
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\Build\Core\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\Build\Core\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <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.Net.Http" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Versioning\GlobalVersionInfo.cs">
      <Link>GlobalVersionInfo.cs</Link>
    </Compile>
    <Compile Include="AnalogSwitch\AnalogSwitch.xaml.cs">
      <DependentUpon>AnalogSwitch.xaml</DependentUpon>
    </Compile>
    <Compile Include="Components\Arc.cs" />
    <Compile Include="Components\PieAxisTicks.xaml.cs">
      <DependentUpon>PieAxisTicks.xaml</DependentUpon>
    </Compile>
    <Compile Include="Components\PolarPoint.cs" />
    <Compile Include="Components\VULed.cs" />
    <Compile Include="Components\XAxisDoubles.xaml.cs">
      <DependentUpon>XAxisDoubles.xaml</DependentUpon>
    </Compile>
    <Compile Include="Components\XAxisLabels.xaml.cs">
      <DependentUpon>XAxisLabels.xaml</DependentUpon>
    </Compile>
    <Compile Include="Components\XAxisTicks.xaml.cs">
      <DependentUpon>XAxisTicks.xaml</DependentUpon>
    </Compile>
    <Compile Include="Converters\DoubleTunerConverter.cs" />
    <Compile Include="DoubleValueChangedEventArgs.cs" />
    <Compile Include="Knob\KnobType.cs" />
    <Compile Include="Knob\Knob.xaml.cs">
      <DependentUpon>Knob.xaml</DependentUpon>
    </Compile>
    <Compile Include="Led\Led.xaml.cs">
      <DependentUpon>Led.xaml</DependentUpon>
    </Compile>
    <Compile Include="YAxisDoubles\YAxisDoubles.xaml.cs">
      <DependentUpon>YAxisDoubles.xaml</DependentUpon>
    </Compile>
    <Compile Include="Components\YAxisLabels.xaml.cs">
      <DependentUpon>YAxisLabels.xaml</DependentUpon>
    </Compile>
    <Compile Include="YAxisTicks\YAxisTicks.xaml.cs">
      <DependentUpon>YAxisTicks.xaml</DependentUpon>
    </Compile>
    <Compile Include="Fader\Fader.xaml.cs">
      <DependentUpon>Fader.xaml</DependentUpon>
    </Compile>
    <Compile Include="Themes\LeftMarginMultiplierConverter.cs" />
    <Compile Include="Themes\TreeViewItemExtensions.cs" />
    <Compile Include="VUMeter\VUMeter.xaml.cs">
      <DependentUpon>VUMeter.xaml</DependentUpon>
    </Compile>
    <Page Include="AnalogSwitch\AnalogSwitch.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Components\PieAxisTicks.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Components\XAxisDoubles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Components\XAxisLabels.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Components\XAxisTicks.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Knob\Knob.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Led\Led.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="YAxisDoubles\YAxisDoubles.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Components\YAxisLabels.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="YAxisTicks\YAxisTicks.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Fader\Fader.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="MetroWindowControl\Style.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\DarkTheme.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Themes\Generic.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Compile Include="Converters\BooleanToVisibilityConverter.cs" />
    <Compile Include="Converters\NullToVisibilityConverter.cs" />
    <Page Include="VUMeter\VUMeter.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ExtensionMethods\ControlExtensions.cs" />
    <Compile Include="MetroWindowControl\MetroWindowControl.cs" />
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>
      </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="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="VUMeter\led-texture.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Fader\fader-dark.png" />
    <Resource Include="Fader\fader-light.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Knob\completeKnobBright.png" />
    <Resource Include="Knob\completeKnobDark.png" />
    <Resource Include="Knob\volumeKnobComplex.png" />
    <Resource Include="Knob\volumeKnobDark.png" />
    <Resource Include="Knob\volumeKnobLight.png" />
    <Resource Include="Knob\volumeKnobMetroDark.png" />
    <Resource Include="Knob\volumeKnobMetroLight.png" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Tango.Core\Tango.Core.csproj">
      <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project>
      <Name>Tango.Core</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <Resource Include="Images\off.png" />
    <Resource Include="Images\on.png" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" />
    </VisualStudio>
  </ProjectExtensions>
  <!-- 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>