Skip to content

Commit dacd0a2

Browse files
committed
2 parents 3a120a5 + 3ead48e commit dacd0a2

3 files changed

Lines changed: 276 additions & 143 deletions

File tree

Lines changed: 135 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,136 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{E9EB5B6B-511B-47D0-88FE-B65AF73A7CB7}</ProjectGuid>
8-
<OutputType>WinExe</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>DataPresenter.DataSources.OData.SampleApp</RootNamespace>
11-
<AssemblyName>DataPresenter.DataSources.OData.SampleApp</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15-
<WarningLevel>4</WarningLevel>
16-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17-
<SccProjectName>SAK</SccProjectName>
18-
<SccLocalPath>SAK</SccLocalPath>
19-
<SccAuxPath>SAK</SccAuxPath>
20-
<SccProvider>SAK</SccProvider>
21-
</PropertyGroup>
22-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23-
<PlatformTarget>AnyCPU</PlatformTarget>
24-
<DebugSymbols>true</DebugSymbols>
25-
<DebugType>full</DebugType>
26-
<Optimize>false</Optimize>
27-
<OutputPath>bin\Debug\</OutputPath>
28-
<DefineConstants>DEBUG;TRACE</DefineConstants>
29-
<ErrorReport>prompt</ErrorReport>
30-
<WarningLevel>4</WarningLevel>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<PlatformTarget>AnyCPU</PlatformTarget>
34-
<DebugType>pdbonly</DebugType>
35-
<Optimize>true</Optimize>
36-
<OutputPath>bin\Release\</OutputPath>
37-
<DefineConstants>TRACE</DefineConstants>
38-
<ErrorReport>prompt</ErrorReport>
39-
<WarningLevel>4</WarningLevel>
40-
</PropertyGroup>
41-
<ItemGroup>
42-
<Reference Include="InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
43-
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1.dll</HintPath>
45-
</Reference>
46-
<Reference Include="InfragisticsWPF4.DataPresenter.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
47-
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.DataPresenter.v16.1.dll</HintPath>
49-
</Reference>
50-
<Reference Include="InfragisticsWPF4.Editors.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.Editors.v16.1.dll</HintPath>
53-
</Reference>
54-
<Reference Include="InfragisticsWPF4.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
55-
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.v16.1.dll</HintPath>
57-
</Reference>
58-
<Reference Include="System" />
59-
<Reference Include="System.Data" />
60-
<Reference Include="System.Xml" />
61-
<Reference Include="Microsoft.CSharp" />
62-
<Reference Include="System.Core" />
63-
<Reference Include="System.Xml.Linq" />
64-
<Reference Include="System.Data.DataSetExtensions" />
65-
<Reference Include="System.Net.Http" />
66-
<Reference Include="System.Xaml">
67-
<RequiredTargetFramework>4.0</RequiredTargetFramework>
68-
</Reference>
69-
<Reference Include="WindowsBase" />
70-
<Reference Include="PresentationCore" />
71-
<Reference Include="PresentationFramework" />
72-
</ItemGroup>
73-
<ItemGroup>
74-
<ApplicationDefinition Include="App.xaml">
75-
<Generator>MSBuild:Compile</Generator>
76-
<SubType>Designer</SubType>
77-
</ApplicationDefinition>
78-
<Page Include="MainWindow.xaml">
79-
<Generator>MSBuild:Compile</Generator>
80-
<SubType>Designer</SubType>
81-
</Page>
82-
<Compile Include="App.xaml.cs">
83-
<DependentUpon>App.xaml</DependentUpon>
84-
<SubType>Code</SubType>
85-
</Compile>
86-
<Compile Include="MainWindow.xaml.cs">
87-
<DependentUpon>MainWindow.xaml</DependentUpon>
88-
<SubType>Code</SubType>
89-
</Compile>
90-
</ItemGroup>
91-
<ItemGroup>
92-
<Compile Include="Properties\AssemblyInfo.cs">
93-
<SubType>Code</SubType>
94-
</Compile>
95-
<Compile Include="Properties\Resources.Designer.cs">
96-
<AutoGen>True</AutoGen>
97-
<DesignTime>True</DesignTime>
98-
<DependentUpon>Resources.resx</DependentUpon>
99-
</Compile>
100-
<Compile Include="Properties\Settings.Designer.cs">
101-
<AutoGen>True</AutoGen>
102-
<DependentUpon>Settings.settings</DependentUpon>
103-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
104-
</Compile>
105-
<EmbeddedResource Include="Properties\Resources.resx">
106-
<Generator>ResXFileCodeGenerator</Generator>
107-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
108-
</EmbeddedResource>
109-
<None Include="Properties\Settings.settings">
110-
<Generator>SettingsSingleFileGenerator</Generator>
111-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
112-
</None>
113-
<AppDesigner Include="Properties\" />
114-
</ItemGroup>
115-
<ItemGroup>
116-
<None Include="App.config" />
117-
</ItemGroup>
118-
<ItemGroup>
119-
<ProjectReference Include="..\DataPresenter.DataSources.OData\DataPresenter.DataSources.OData.csproj">
120-
<Project>{bfbfd6bd-05fc-4491-a206-dea7ea11c4bc}</Project>
121-
<Name>DataPresenter.DataSources.OData</Name>
122-
</ProjectReference>
123-
</ItemGroup>
124-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126-
Other similar extension points exist, see Microsoft.Common.targets.
127-
<Target Name="BeforeBuild">
128-
</Target>
129-
<Target Name="AfterBuild">
130-
</Target>
131-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{E9EB5B6B-511B-47D0-88FE-B65AF73A7CB7}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>DataPresenter.DataSources.OData.SampleApp</RootNamespace>
11+
<AssemblyName>DataPresenter.DataSources.OData.SampleApp</AssemblyName>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15+
<WarningLevel>4</WarningLevel>
16+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17+
<SccProjectName>SAK</SccProjectName>
18+
<SccLocalPath>SAK</SccLocalPath>
19+
<SccAuxPath>SAK</SccAuxPath>
20+
<SccProvider>SAK</SccProvider>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23+
<PlatformTarget>AnyCPU</PlatformTarget>
24+
<DebugSymbols>true</DebugSymbols>
25+
<DebugType>full</DebugType>
26+
<Optimize>false</Optimize>
27+
<OutputPath>bin\Debug\</OutputPath>
28+
<DefineConstants>DEBUG;TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33+
<PlatformTarget>AnyCPU</PlatformTarget>
34+
<DebugType>pdbonly</DebugType>
35+
<Optimize>true</Optimize>
36+
<OutputPath>bin\Release\</OutputPath>
37+
<DefineConstants>TRACE</DefineConstants>
38+
<ErrorReport>prompt</ErrorReport>
39+
<WarningLevel>4</WarningLevel>
40+
</PropertyGroup>
41+
<ItemGroup>
42+
<Reference Include="InfragisticsWPF4.Controls.Editors.XamColorPicker.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=1102135f7483647e, processorArchitecture=MSIL">
43+
<SpecificVersion>False</SpecificVersion>
44+
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.Controls.Editors.XamColorPicker.v16.1.dll</HintPath>
45+
</Reference>
46+
<Reference Include="InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1.dll</HintPath>
49+
</Reference>
50+
<Reference Include="InfragisticsWPF4.DataPresenter.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.DataPresenter.v16.1.dll</HintPath>
53+
</Reference>
54+
<Reference Include="InfragisticsWPF4.Editors.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
55+
<SpecificVersion>False</SpecificVersion>
56+
<HintPath>..\..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.Editors.v16.1.dll</HintPath>
57+
</Reference>
58+
<Reference Include="InfragisticsWPF4.v16.1, Version=16.1.0.9000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
60+
<HintPath>..\..\..\..\..\..\work\NetAdvantage\DEV\XAML\2016.1\Source\Build\InfragisticsWPF4.v16.1.dll</HintPath>
61+
</Reference>
62+
<Reference Include="System" />
63+
<Reference Include="System.Data" />
64+
<Reference Include="System.Xml" />
65+
<Reference Include="Microsoft.CSharp" />
66+
<Reference Include="System.Core" />
67+
<Reference Include="System.Xml.Linq" />
68+
<Reference Include="System.Data.DataSetExtensions" />
69+
<Reference Include="System.Net.Http" />
70+
<Reference Include="System.Xaml">
71+
<RequiredTargetFramework>4.0</RequiredTargetFramework>
72+
</Reference>
73+
<Reference Include="WindowsBase" />
74+
<Reference Include="PresentationCore" />
75+
<Reference Include="PresentationFramework" />
76+
</ItemGroup>
77+
<ItemGroup>
78+
<ApplicationDefinition Include="App.xaml">
79+
<Generator>MSBuild:Compile</Generator>
80+
<SubType>Designer</SubType>
81+
</ApplicationDefinition>
82+
<Page Include="MainWindow.xaml">
83+
<Generator>MSBuild:Compile</Generator>
84+
<SubType>Designer</SubType>
85+
</Page>
86+
<Compile Include="App.xaml.cs">
87+
<DependentUpon>App.xaml</DependentUpon>
88+
<SubType>Code</SubType>
89+
</Compile>
90+
<Compile Include="MainWindow.xaml.cs">
91+
<DependentUpon>MainWindow.xaml</DependentUpon>
92+
<SubType>Code</SubType>
93+
</Compile>
94+
</ItemGroup>
95+
<ItemGroup>
96+
<Compile Include="Properties\AssemblyInfo.cs">
97+
<SubType>Code</SubType>
98+
</Compile>
99+
<Compile Include="Properties\Resources.Designer.cs">
100+
<AutoGen>True</AutoGen>
101+
<DesignTime>True</DesignTime>
102+
<DependentUpon>Resources.resx</DependentUpon>
103+
</Compile>
104+
<Compile Include="Properties\Settings.Designer.cs">
105+
<AutoGen>True</AutoGen>
106+
<DependentUpon>Settings.settings</DependentUpon>
107+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
108+
</Compile>
109+
<EmbeddedResource Include="Properties\Resources.resx">
110+
<Generator>ResXFileCodeGenerator</Generator>
111+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
112+
</EmbeddedResource>
113+
<None Include="Properties\Settings.settings">
114+
<Generator>SettingsSingleFileGenerator</Generator>
115+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
116+
</None>
117+
<AppDesigner Include="Properties\" />
118+
</ItemGroup>
119+
<ItemGroup>
120+
<None Include="App.config" />
121+
</ItemGroup>
122+
<ItemGroup>
123+
<ProjectReference Include="..\DataPresenter.DataSources.OData\DataPresenter.DataSources.OData.csproj">
124+
<Project>{bfbfd6bd-05fc-4491-a206-dea7ea11c4bc}</Project>
125+
<Name>DataPresenter.DataSources.OData</Name>
126+
</ProjectReference>
127+
</ItemGroup>
128+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130+
Other similar extension points exist, see Microsoft.Common.targets.
131+
<Target Name="BeforeBuild">
132+
</Target>
133+
<Target Name="AfterBuild">
134+
</Target>
135+
-->
132136
</Project>

0 commit comments

Comments
 (0)