Skip to content

Commit

Permalink
changed name of c# templating winrt (#8923)
Browse files Browse the repository at this point in the history
* changed name of c# templating winrt

* updated .sln
  • Loading branch information
jwoo-msft authored May 28, 2024
1 parent 6c84470 commit 04f8d6d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 92 deletions.
31 changes: 0 additions & 31 deletions source/dotnet/AdaptiveCards.Visualizer.Wpf.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "AdaptiveCards.Sample.WPFVis
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Templating", "Library\AdaptiveCards.Templating\AdaptiveCards.Templating.csproj", "{83599799-97B3-4B42-A580-B4CA81DD54CF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TemplateCppConsoleTestApp", "Library\CppConsoleApp\CppConsoleApp.vcxproj", "{ED459EEC-7211-403E-8C08-78A43A05A7BE}"
ProjectSection(ProjectDependencies) = postProject
{3F9B2B81-512C-4276-A06D-69A8C30DE847} = {3F9B2B81-512C-4276-A06D-69A8C30DE847}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Template", "Library\AdaptiveCards.Templating.CSharp.WinRT\AdaptiveCards.Template.csproj", "{3F9B2B81-512C-4276-A06D-69A8C30DE847}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -110,30 +103,6 @@ Global
{83599799-97B3-4B42-A580-B4CA81DD54CF}.Release|x64.Build.0 = Release|Any CPU
{83599799-97B3-4B42-A580-B4CA81DD54CF}.Release|x86.ActiveCfg = Release|Any CPU
{83599799-97B3-4B42-A580-B4CA81DD54CF}.Release|x86.Build.0 = Release|Any CPU
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|Any CPU.ActiveCfg = Debug|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|Any CPU.Build.0 = Debug|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|x64.ActiveCfg = Debug|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|x64.Build.0 = Debug|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|x86.ActiveCfg = Debug|Win32
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Debug|x86.Build.0 = Debug|Win32
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|Any CPU.ActiveCfg = Release|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|Any CPU.Build.0 = Release|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|x64.ActiveCfg = Release|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|x64.Build.0 = Release|x64
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|x86.ActiveCfg = Release|Win32
{ED459EEC-7211-403E-8C08-78A43A05A7BE}.Release|x86.Build.0 = Release|Win32
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|Any CPU.ActiveCfg = Debug|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|Any CPU.Build.0 = Debug|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|x64.ActiveCfg = Debug|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|x64.Build.0 = Debug|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|x86.ActiveCfg = Debug|x86
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Debug|x86.Build.0 = Debug|x86
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|Any CPU.ActiveCfg = Release|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|Any CPU.Build.0 = Release|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|x64.ActiveCfg = Release|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|x64.Build.0 = Release|x64
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|x86.ActiveCfg = Release|x86
{3F9B2B81-512C-4276-A06D-69A8C30DE847}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion source/dotnet/AdaptiveCards.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Templating",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Templating.Test", "Test\AdaptiveCards.Templating.Test\AdaptiveCards.Templating.Test.csproj", "{9E7E5953-A5B4-4867-9A06-046A754AFAC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Template", "Library\AdaptiveCards.Templating.CSharp.WinRT\AdaptiveCards.Template.csproj", "{A3A5F273-80D5-43DC-99E8-E34E46260009}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Templating.WinRT", "Library\AdaptiveCards.Templating.CSharp.WinRT\AdaptiveCards.Templating.WinRT.csproj", "{A3A5F273-80D5-43DC-99E8-E34E46260009}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
59 changes: 0 additions & 59 deletions source/dotnet/AdaptiveCardsNet6.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Sample.WPFVis
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Templating.Net6", "Library\AdaptiveCards.Templating.Net6\AdaptiveCards.Templating.Net6.csproj", "{615381C8-0ADC-4CBE-B827-2E71497B1970}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdaptiveCards.Template", "Library\AdaptiveCards.Templating.CSharp.WinRT\AdaptiveCards.Template.csproj", "{6442BCA3-1451-4145-A8BC-F50C7A1E1352}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Expand Down Expand Up @@ -335,62 +333,6 @@ Global
{615381C8-0ADC-4CBE-B827-2E71497B1970}.Release|x64.Build.0 = Release|Any CPU
{615381C8-0ADC-4CBE-B827-2E71497B1970}.Release|x86.ActiveCfg = Release|Any CPU
{615381C8-0ADC-4CBE-B827-2E71497B1970}.Release|x86.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|arm64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|arm64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Ad-Hoc|x86.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|ARM.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|ARM.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|arm64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|arm64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|iPhone.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|x64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|x64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|x86.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.AppStore|x86.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|ARM.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|ARM.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|arm64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|arm64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|iPhone.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|x64.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|x64.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|x86.ActiveCfg = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Debug|x86.Build.0 = Debug|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|Any CPU.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|ARM.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|ARM.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|arm64.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|arm64.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|iPhone.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|iPhone.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|x64.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|x64.Build.0 = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|x86.ActiveCfg = Release|Any CPU
{6442BCA3-1451-4145-A8BC-F50C7A1E1352}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -401,7 +343,6 @@ Global
{925EA86A-0B9F-4277-B05C-A3586DA3CA4D} = {C443BF0A-C616-4E98-8994-C5BAE76AE556}
{96144C6C-2E37-4A84-95AB-7F01D9222F2F} = {C443BF0A-C616-4E98-8994-C5BAE76AE556}
{615381C8-0ADC-4CBE-B827-2E71497B1970} = {C7727147-4AD9-4005-A8D0-EEEED82347D3}
{6442BCA3-1451-4145-A8BC-F50C7A1E1352} = {C7727147-4AD9-4005-A8D0-EEEED82347D3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {252F0196-794B-4F99-967E-81962ADF58DD}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the MIT License.

// AdaptiveCards template windows runtime component library
namespace AdaptiveCards.Template
namespace AdaptiveCards.Templating.WinRT
{
/// <summary>
/// AdaptiveCards template windows runtime component library
Expand Down

0 comments on commit 04f8d6d

Please sign in to comment.