diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-25 11:06:31 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-25 11:06:31 +0200 |
| commit | 6450fc175114a6f8d0b75cb21386d1bb0c902711 (patch) | |
| tree | 374c3005e7073855264c16f8ea0ad1d022f9f627 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | |
| parent | 6e095fe0b74ee090603fc25980fa0c71f61c6467 (diff) | |
| download | Tango-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.csproj | 7 |
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> |
