1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{14409451-ED11-4DEF-8A89-783834F8316C}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >DotNetToolkit.Repository.Wpf.Demo</RootNamespace >
10+ <AssemblyName >DotNetToolkit.Repository.Wpf.Demo</AssemblyName >
11+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <WarningLevel >4</WarningLevel >
15+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <PlatformTarget >AnyCPU</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <PlatformTarget >AnyCPU</PlatformTarget >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL" >
38+ <HintPath >..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" DotNetToolkit.Wpf, Version=1.0.2.22, Culture=neutral, PublicKeyToken=fc15a78dc7f484d4, processorArchitecture=MSIL" >
41+ <HintPath >..\..\packages\DotNetToolkit.Wpf.1.0.2.22\lib\net451\DotNetToolkit.Wpf.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" DotNetToolkit.Wpf.Metro.Dialogs, Version=1.0.2.22, Culture=neutral, PublicKeyToken=fc15a78dc7f484d4, processorArchitecture=MSIL" >
44+ <HintPath >..\..\packages\DotNetToolkit.Wpf.Metro.Dialogs.1.0.2.22\lib\net451\DotNetToolkit.Wpf.Metro.Dialogs.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" FluentValidation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0, processorArchitecture=MSIL" >
47+ <HintPath >..\..\packages\FluentValidation.7.6.0-preview1\lib\net45\FluentValidation.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" MahApps.Metro.IconPacks, Version=2.2.0.12, Culture=neutral, processorArchitecture=MSIL" >
53+ <HintPath >..\..\packages\MahApps.Metro.IconPacks.2.2.0\lib\net45\MahApps.Metro.IconPacks.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" MahApps.Metro.SimpleChildWindow, Version=1.4.0.0, Culture=neutral, PublicKeyToken=bbbfdff7f500a992, processorArchitecture=MSIL" >
56+ <HintPath >..\..\packages\MahApps.Metro.SimpleChildWindow.1.4.0\lib\net45\MahApps.Metro.SimpleChildWindow.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System" />
59+ <Reference Include =" System.ComponentModel.DataAnnotations" />
60+ <Reference Include =" System.ComponentModel.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
61+ <HintPath >..\..\packages\System.ComponentModel.Primitives.4.3.0\lib\net45\System.ComponentModel.Primitives.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" System.Data" />
64+ <Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65+ <HintPath >..\..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath >
66+ <Private >True</Private >
67+ </Reference >
68+ <Reference Include =" System.Xml" />
69+ <Reference Include =" Microsoft.CSharp" />
70+ <Reference Include =" System.Core" />
71+ <Reference Include =" System.Xml.Linq" />
72+ <Reference Include =" System.Data.DataSetExtensions" />
73+ <Reference Include =" System.Net.Http" />
74+ <Reference Include =" System.Xaml" >
75+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
76+ </Reference >
77+ <Reference Include =" WindowsBase" />
78+ <Reference Include =" PresentationCore" />
79+ <Reference Include =" PresentationFramework" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ApplicationDefinition Include =" App.xaml" >
83+ <Generator >MSBuild:Compile</Generator >
84+ <SubType >Designer</SubType >
85+ </ApplicationDefinition >
86+ <Compile Include =" ViewModels\CustomerFormViewModel.cs" />
87+ <Compile Include =" ViewModels\CustomerWorkspaceViewModel.cs" />
88+ <Compile Include =" ViewModels\MainWindowViewModel.cs" />
89+ <Compile Include =" Views\CustomerFormView.xaml.cs" >
90+ <DependentUpon >CustomerFormView.xaml</DependentUpon >
91+ </Compile >
92+ <Compile Include =" Views\CustomerWorkspaceView.xaml.cs" >
93+ <DependentUpon >CustomerWorkspaceView.xaml</DependentUpon >
94+ </Compile >
95+ <Compile Include =" Views\MainWindowView.xaml.cs" >
96+ <DependentUpon >MainWindowView.xaml</DependentUpon >
97+ </Compile >
98+ <Compile Include =" App.xaml.cs" >
99+ <DependentUpon >App.xaml</DependentUpon >
100+ <SubType >Code</SubType >
101+ </Compile >
102+ <Compile Include =" Infrastructure\AutoMapper.cs" />
103+ <Compile Include =" Infrastructure\DialogController.cs" />
104+ <Compile Include =" Infrastructure\FormViewModelBase.cs" />
105+ <Compile Include =" Infrastructure\Interfaces\ICustomer.cs" />
106+ <Compile Include =" Infrastructure\NavigationController.cs" />
107+ <Page Include =" Resources\Themes\Generic.xaml" >
108+ <Generator >MSBuild:Compile</Generator >
109+ <SubType >Designer</SubType >
110+ </Page >
111+ <Page Include =" Views\CustomerFormView.xaml" >
112+ <Generator >MSBuild:Compile</Generator >
113+ <SubType >Designer</SubType >
114+ </Page >
115+ <Page Include =" Views\CustomerWorkspaceView.xaml" >
116+ <Generator >MSBuild:Compile</Generator >
117+ <SubType >Designer</SubType >
118+ </Page >
119+ <Page Include =" Views\MainWindowView.xaml" >
120+ <Generator >MSBuild:Compile</Generator >
121+ <SubType >Designer</SubType >
122+ </Page >
123+ </ItemGroup >
124+ <ItemGroup >
125+ <Compile Include =" Models\Customer.cs" />
126+ <Compile Include =" Properties\AssemblyInfo.cs" >
127+ <SubType >Code</SubType >
128+ </Compile >
129+ <Compile Include =" Properties\Resources.Designer.cs" >
130+ <AutoGen >True</AutoGen >
131+ <DesignTime >True</DesignTime >
132+ <DependentUpon >Resources.resx</DependentUpon >
133+ </Compile >
134+ <Compile Include =" Properties\Settings.Designer.cs" >
135+ <AutoGen >True</AutoGen >
136+ <DependentUpon >Settings.settings</DependentUpon >
137+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
138+ </Compile >
139+ <EmbeddedResource Include =" Properties\Resources.resx" >
140+ <Generator >ResXFileCodeGenerator</Generator >
141+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
142+ </EmbeddedResource >
143+ <None Include =" packages.config" />
144+ <None Include =" Properties\Settings.settings" >
145+ <Generator >SettingsSingleFileGenerator</Generator >
146+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
147+ </None >
148+ </ItemGroup >
149+ <ItemGroup >
150+ <None Include =" App.config" />
151+ </ItemGroup >
152+ <ItemGroup >
153+ <ProjectReference Include =" ..\..\src\DotNetToolkit.Repository.InMemory\DotNetToolkit.Repository.InMemory.csproj" >
154+ <Project >{715d2f11-3aaf-476e-9a6a-dca6debd377e}</Project >
155+ <Name >DotNetToolkit.Repository.InMemory</Name >
156+ </ProjectReference >
157+ <ProjectReference Include =" ..\..\src\DotNetToolkit.Repository\DotNetToolkit.Repository.csproj" >
158+ <Project >{76bc5ab7-1198-4c99-b2c3-3b734931f8ee}</Project >
159+ <Name >DotNetToolkit.Repository</Name >
160+ </ProjectReference >
161+ </ItemGroup >
162+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163+ </Project >
0 commit comments