aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj25
1 files changed, 25 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj b/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj
index 4eaa3376e..53c87d0f5 100644
--- a/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj
+++ b/Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj
@@ -52,6 +52,9 @@
<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>
@@ -73,6 +76,9 @@
<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>
@@ -90,6 +96,10 @@
<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>
@@ -110,6 +120,10 @@
<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>
@@ -188,6 +202,17 @@
<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" />
<!-- 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.