diff options
Diffstat (limited to 'Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj index 985c54c00..b88b39c6f 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils.UI/Tango.AzureUtils.UI.csproj @@ -207,9 +207,13 @@ <Compile Include="ViewModels\EnvironmentCreationViewVM.cs" /> <Compile Include="ViewModels\EnvironmentLogStreamViewVM.cs" /> <Compile Include="ViewModels\EnvironmentRemovalViewVM.cs" /> + <Compile Include="ViewModels\EnvironmentRollbackViewVM.cs" /> <Compile Include="ViewModels\EnvironmentUpgradeViewVM.cs" /> <Compile Include="ViewModels\EnvironmentFirmwareUpgradeViewVM.cs" /> <Compile Include="ViewModels\MainViewVM.cs" /> + <Compile Include="Views\EnvironmentRollbackView.xaml.cs"> + <DependentUpon>EnvironmentRollbackView.xaml</DependentUpon> + </Compile> <Compile Include="Views\EnvironmentCreationView.xaml.cs"> <DependentUpon>EnvironmentCreationView.xaml</DependentUpon> </Compile> @@ -252,6 +256,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Views\EnvironmentRollbackView.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Views\EnvironmentCreationView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> |
