Skip to content

Commit

Permalink
New version of Telerik SDK examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
WPFTeamUser committed Oct 19, 2023
1 parent a462de8 commit 0800867
Show file tree
Hide file tree
Showing 10 changed files with 8,682 additions and 16 deletions.
23 changes: 7 additions & 16 deletions DataServiceDataSource/DataServiceDataSource_NetCore.sln
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OData4Consumption", "OData4Consumption\OData4Consumption.csproj", "{DCAD10B8-6C6E-4BB4-AB1F-D23AA90E03A3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OData4Consumption", "OData4ConsumptionNetCore\OData4Consumption.csproj", "{60274A79-55AC-4171-82E2-AA98C9EC586E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DCAD10B8-6C6E-4BB4-AB1F-D23AA90E03A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCAD10B8-6C6E-4BB4-AB1F-D23AA90E03A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCAD10B8-6C6E-4BB4-AB1F-D23AA90E03A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCAD10B8-6C6E-4BB4-AB1F-D23AA90E03A3}.Release|Any CPU.Build.0 = Release|Any CPU
{60274A79-55AC-4171-82E2-AA98C9EC586E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60274A79-55AC-4171-82E2-AA98C9EC586E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60274A79-55AC-4171-82E2-AA98C9EC586E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60274A79-55AC-4171-82E2-AA98C9EC586E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08EB110B-CCE8-4FA8-B8F5-63628E2B7EA3}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfsemea.progress.com/defaultcollection
SccProjectUniqueName0 = OData4Consumption\\OData4Consumption.csproj
SccProjectName0 = OData4Consumption
SccLocalPath0 = OData4Consumption
SccLocalPath1 = .
EndGlobalSection
EndGlobal
8 changes: 8 additions & 0 deletions DataServiceDataSource/OData4ConsumptionNetCore/App.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Application x:Class="OData4Consumption.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>
</Application>
8 changes: 8 additions & 0 deletions DataServiceDataSource/OData4ConsumptionNetCore/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System.Windows;

namespace OData4Consumption
{
public partial class App : Application
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"ProviderId": "Microsoft.OData.ConnectedService",
"Version": "0.2.0",
"GettingStartedDocument": {
"Uri": "http://odata.github.io/odata.net/"
},
"ExtendedData": {
"EnableNamingAlias": false,
"IgnoreUnexpectedElementsAndAttributes": false,
"IncludeT4File": false,
"ServiceName": "OData Service",
"Endpoint": "http://services.odata.org/V4/Northwind/Northwind.svc/$metadata",
"EdmxVersion": {
"Major": 4,
"Minor": 0,
"Build": 0,
"Revision": 0,
"MajorRevision": 0,
"MinorRevision": 0
},
"GeneratedFileNamePrefix": "NorthwindEntities",
"UseNameSpacePrefix": false,
"NamespacePrefix": null,
"UseDataServiceCollection": true
}
}
Loading

0 comments on commit 0800867

Please sign in to comment.