diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-09 13:41:58 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-09 13:41:58 +0200 |
| commit | c8c9606e545f49aae3d9f0524775436adbdf27e9 (patch) | |
| tree | 83d9fe870f652058af96f32b7159186f5b80f491 /Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj | |
| parent | bfcefc0cf95f3b8d5243908753129c79bad8dc8b (diff) | |
| download | Tango-c8c9606e545f49aae3d9f0524775436adbdf27e9.tar.gz Tango-c8c9606e545f49aae3d9f0524775436adbdf27e9.zip | |
Added my Controls Library !
Implemented Tech VU Item.
Diffstat (limited to 'Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj | 199 |
1 files changed, 199 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj b/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj new file mode 100644 index 000000000..4eaa3376e --- /dev/null +++ b/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj @@ -0,0 +1,199 @@ +<?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</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\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>bin\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="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="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="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="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> + <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>
\ No newline at end of file |
