aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj
diff options
context:
space:
mode:
authorRoy <roy.mail.net@gmail.com>2017-12-25 11:06:31 +0200
committerRoy <roy.mail.net@gmail.com>2017-12-25 11:06:31 +0200
commit6450fc175114a6f8d0b75cb21386d1bb0c902711 (patch)
tree374c3005e7073855264c16f8ea0ad1d022f9f627 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj
parent6e095fe0b74ee090603fc25980fa0c71f61c6467 (diff)
downloadTango-6450fc175114a6f8d0b75cb21386d1bb0c902711.tar.gz
Tango-6450fc175114a6f8d0b75cb21386d1bb0c902711.zip
Implemented Container ErrorCode handling on .NET + Java.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj
index 3becf0252..355d59083 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj
@@ -126,6 +126,9 @@
<Compile Include="Views\MachineConnectionView.xaml.cs">
<DependentUpon>MachineConnectionView.xaml</DependentUpon>
</Compile>
+ <Compile Include="Views\MachineLoginView.xaml.cs">
+ <DependentUpon>MachineLoginView.xaml</DependentUpon>
+ </Compile>
<Compile Include="Views\MainView.xaml.cs">
<DependentUpon>MainView.xaml</DependentUpon>
</Compile>
@@ -170,6 +173,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Views\MachineLoginView.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Views\MainView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>