diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-10 17:27:37 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-10 17:27:37 +0200 |
| commit | f8e1ff79cc2fa09b52093c6e029392b3456ad8bb (patch) | |
| tree | fc72fecd6564b49a4b7787c0b4161bcb45edc758 /Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj | |
| parent | 07e686eb253ffd29f36dbe530b3a17633e02b353 (diff) | |
| download | Tango-f8e1ff79cc2fa09b52093c6e029392b3456ad8bb.tar.gz Tango-f8e1ff79cc2fa09b52093c6e029392b3456ad8bb.zip | |
Added dispensers support on technician module.
Diffstat (limited to 'Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Visuals/Tango.Visuals.csproj | 25 |
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. |
