Skip to content

Commit a40d7c0

Browse files
fix datapresenter sample
1 parent 5042330 commit a40d7c0

File tree

5 files changed

+48
-6
lines changed

5 files changed

+48
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
55
</startup>
6-
</configuration>
6+
</configuration>

DataPresenter.DataSources.OData/DataPresenter.DataSources.OData.SampleApp/DataPresenter.DataSources.OData.SampleApp.csproj

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>DataPresenter.DataSources.OData.SampleApp</RootNamespace>
1111
<AssemblyName>DataPresenter.DataSources.OData.SampleApp</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
@@ -18,6 +18,7 @@
1818
<SccLocalPath>SAK</SccLocalPath>
1919
<SccAuxPath>SAK</SccAuxPath>
2020
<SccProvider>SAK</SccProvider>
21+
<TargetFrameworkProfile />
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -59,8 +60,38 @@
5960
<SpecificVersion>False</SpecificVersion>
6061
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2019.2\Source\Build\InfragisticsWPF4.v19.2.dll</HintPath>
6162
</Reference>
63+
<Reference Include="Microsoft.Data.Edm, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64+
<HintPath>..\packages\Microsoft.Data.Edm.5.8.4\lib\net40\Microsoft.Data.Edm.dll</HintPath>
65+
</Reference>
66+
<Reference Include="Microsoft.Data.OData, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67+
<HintPath>..\packages\Microsoft.Data.OData.5.8.4\lib\net40\Microsoft.Data.OData.dll</HintPath>
68+
</Reference>
69+
<Reference Include="Microsoft.OData.Core, Version=7.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70+
<HintPath>..\packages\Microsoft.OData.Core.7.6.1\lib\portable-net45+win8+wpa81\Microsoft.OData.Core.dll</HintPath>
71+
</Reference>
72+
<Reference Include="Microsoft.OData.Edm, Version=7.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\packages\Microsoft.OData.Edm.7.6.1\lib\portable-net45+win8+wpa81\Microsoft.OData.Edm.dll</HintPath>
74+
</Reference>
75+
<Reference Include="Microsoft.Spatial, Version=7.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76+
<HintPath>..\packages\Microsoft.Spatial.7.6.1\lib\portable-net45+win8+wpa81\Microsoft.Spatial.dll</HintPath>
77+
</Reference>
78+
<Reference Include="Simple.OData.Client.Core, Version=5.10.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<HintPath>..\packages\Simple.OData.Client.5.10.0.1\lib\net452\Simple.OData.Client.Core.dll</HintPath>
80+
</Reference>
81+
<Reference Include="Simple.OData.Client.Dynamic, Version=5.10.0.0, Culture=neutral, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Simple.OData.Client.5.10.0.1\lib\net452\Simple.OData.Client.Dynamic.dll</HintPath>
83+
</Reference>
84+
<Reference Include="Simple.OData.Client.V3.Adapter, Version=5.10.0.0, Culture=neutral, processorArchitecture=MSIL">
85+
<HintPath>..\packages\Simple.OData.Client.5.10.0.1\lib\net452\Simple.OData.Client.V3.Adapter.dll</HintPath>
86+
</Reference>
87+
<Reference Include="Simple.OData.Client.V4.Adapter, Version=5.10.0.0, Culture=neutral, processorArchitecture=MSIL">
88+
<HintPath>..\packages\Simple.OData.Client.5.10.0.1\lib\net452\Simple.OData.Client.V4.Adapter.dll</HintPath>
89+
</Reference>
6290
<Reference Include="System" />
6391
<Reference Include="System.Data" />
92+
<Reference Include="System.Spatial, Version=5.8.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
93+
<HintPath>..\packages\System.Spatial.5.8.4\lib\net40\System.Spatial.dll</HintPath>
94+
</Reference>
6495
<Reference Include="System.Xml" />
6596
<Reference Include="Microsoft.CSharp" />
6697
<Reference Include="System.Core" />
@@ -111,6 +142,7 @@
111142
<Generator>ResXFileCodeGenerator</Generator>
112143
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
113144
</EmbeddedResource>
145+
<None Include="packages.config" />
114146
<None Include="Properties\Settings.settings">
115147
<Generator>SettingsSingleFileGenerator</Generator>
116148
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

DataPresenter.DataSources.OData/DataPresenter.DataSources.OData.SampleApp/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DataPresenter.DataSources.OData/DataPresenter.DataSources.OData.SampleApp/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.Data.Edm" version="5.8.4" targetFramework="net461" />
4+
<package id="Microsoft.Data.OData" version="5.8.4" targetFramework="net461" />
5+
<package id="Microsoft.OData.Core" version="7.6.1" targetFramework="net461" />
6+
<package id="Microsoft.OData.Edm" version="7.6.1" targetFramework="net461" />
7+
<package id="Microsoft.Spatial" version="7.6.1" targetFramework="net461" />
8+
<package id="Simple.OData.Client" version="5.10.0.1" targetFramework="net461" />
9+
<package id="System.Spatial" version="5.8.4" targetFramework="net461" />
10+
</packages>

0 commit comments

Comments
 (0)