diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-17 13:03:05 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-17 13:03:05 +0200 |
| commit | 1d9247ecb3af34b7a509f46550efcb621817fa4a (patch) | |
| tree | 545ea98cbb6216191f636231f283ab3e19291b85 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | |
| parent | 8c021f470bca9a938dbfcd425f7056c1ae71a305 (diff) | |
| download | Tango-1d9247ecb3af34b7a509f46550efcb621817fa4a.tar.gz Tango-1d9247ecb3af34b7a509f46550efcb621817fa4a.zip | |
Implemented IStudioApplicationManager + IShutDownRequestBlocker.
Implemented extension methods for service locator, GetAllInstances & GetAllInstancesByBase..
Implemented ShutDown View.
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 | 1 |
1 files changed, 1 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 e0e7433e6..be0c1a829 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 @@ -99,6 +99,7 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Compile Include="StudioApplication\DefaultStudioApplicationManager.cs" /> <Compile Include="Authentication\DefaultAuthenticationProvider.cs" /> <Compile Include="Modules\DefaultStudioModuleLoader.cs" /> <Compile Include="Navigation\DefaultNavigationManager.cs" /> |
