Skip to content

Commit

Permalink
Update to .net 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jchande committed Jul 20, 2022
1 parent 112540b commit 9b44fa7
Show file tree
Hide file tree
Showing 44 changed files with 84 additions and 99 deletions.
Binary file added .vs/BatchUserCreationGUI/v15/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
26 changes: 10 additions & 16 deletions BatchUserCreationGUI/App.config
Original file line number Diff line number Diff line change
@@ -1,35 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IAccessManagement">
<security mode="Transport" />
<security mode="Transport"/>
</binding>
<binding name="BasicHttpBinding_IUserManagement">
<security mode="Transport" />
<security mode="Transport"/>
</binding>
<binding name="BasicHttpBinding_IAccessManagement1">
<security mode="Transport" />
<security mode="Transport"/>
</binding>
<binding name="BasicHttpBinding_ISessionManagement">
<security mode="Transport" />
<security mode="Transport"/>
</binding>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/AccessManagement.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAccessManagement1"
contract="PanoptoAccessManagement.IAccessManagement" name="BasicHttpBinding_IAccessManagement1" />
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/SessionManagement.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISessionManagement"
contract="PanoptoSessionManagement.ISessionManagement" name="BasicHttpBinding_ISessionManagement" />
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/UserManagement.svc"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IUserManagement"
contract="PanoptoUserManagement.IUserManagement" name="BasicHttpBinding_IUserManagement" />
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/AccessManagement.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAccessManagement1" contract="PanoptoAccessManagement.IAccessManagement" name="BasicHttpBinding_IAccessManagement1"/>
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/SessionManagement.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISessionManagement" contract="PanoptoSessionManagement.ISessionManagement" name="BasicHttpBinding_ISessionManagement"/>
<endpoint address="https://testing.panopto.com/Panopto/PublicAPISSL/4.6/UserManagement.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IUserManagement" contract="PanoptoUserManagement.IUserManagement" name="BasicHttpBinding_IUserManagement"/>
</client>
</system.serviceModel>
</configuration>
</configuration>
5 changes: 3 additions & 2 deletions BatchUserCreationGUI/BatchUserCreationGUI.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -9,10 +9,11 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BatchUserCreationGUI</RootNamespace>
<AssemblyName>BatchUserCreationGUI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
46 changes: 19 additions & 27 deletions BatchUserCreationGUI/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 10 additions & 14 deletions BatchUserCreationGUI/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="FolderAccessDetails" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.FolderAccessDetails, Service References.PanoptoAccessManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.FolderAccessDetails, Service References.PanoptoAccessManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GroupAccessDetails" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.GroupAccessDetails, Service References.PanoptoAccessManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.GroupAccessDetails, Service References.PanoptoAccessManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="SessionAccessDetails" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.SessionAccessDetails, Service References.PanoptoAccessManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.SessionAccessDetails, Service References.PanoptoAccessManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="UserAccessDetails" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.UserAccessDetails, Service References.PanoptoAccessManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoAccessManagement.UserAccessDetails, Service References.PanoptoAccessManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="Folder" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Folder, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Folder, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ListFoldersResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListFoldersResponse, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListFoldersResponse, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ListNotesResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListNotesResponse, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListNotesResponse, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ListSessionsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListSessionsResponse, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.ListSessionsResponse, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="Note" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Note, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Note, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="RecorderDownloadUrlResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.RecorderDownloadUrlResponse, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.RecorderDownloadUrlResponse, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="Session" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Session, Service References.PanoptoSessionManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoSessionManagement.Session, Service References.PanoptoSessionManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="Group" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.Group, Service References.PanoptoUserManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.Group, Service References.PanoptoUserManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ListGroupsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.ListGroupsResponse, Service References.PanoptoUserManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.ListGroupsResponse, Service References.PanoptoUserManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ListUsersResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.ListUsersResponse, Service References.PanoptoUserManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.ListUsersResponse, Service References.PanoptoUserManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="User" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.User, Service References.PanoptoUserManagement.Reference.cs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
<TypeInfo>BatchUserCreationGUI.PanoptoUserManagement.User, Service References.PanoptoUserManagement.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Loading

0 comments on commit 9b44fa7

Please sign in to comment.