|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>Example.BusinessApp.Infrastructure</RootNamespace>
|
11 | 11 | <AssemblyName>Example.BusinessApp.Infrastructure</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
15 | 15 | <WarningLevel>4</WarningLevel>
|
|
33 | 33 | <WarningLevel>4</WarningLevel>
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <ItemGroup>
|
36 |
| - <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
37 |
| - <HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath> |
38 |
| - <Private>True</Private> |
| 36 | + <Reference Include="Autofac, Version=4.6.2.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Autofac.4.6.2\lib\net45\Autofac.dll</HintPath> |
39 | 38 | </Reference>
|
40 |
| - <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
41 |
| - <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath> |
42 |
| - <Private>True</Private> |
| 39 | + <Reference Include="CommonServiceLocator, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\packages\CommonServiceLocator.2.0.2\lib\net45\CommonServiceLocator.dll</HintPath> |
43 | 41 | </Reference>
|
44 |
| - <Reference Include="Prism, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL"> |
45 |
| - <HintPath>..\packages\Prism.Core.6.2.0\lib\net45\Prism.dll</HintPath> |
46 |
| - <Private>True</Private> |
| 42 | + <Reference Include="Prism, Version=7.0.0.396, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Prism.Core.7.0.0.396\lib\net45\Prism.dll</HintPath> |
47 | 44 | </Reference>
|
48 |
| - <Reference Include="Prism.Wpf, Version=6.2.0.0, Culture=neutral, PublicKeyToken=91a96d2a154366d8, processorArchitecture=MSIL"> |
49 |
| - <HintPath>..\packages\Prism.Wpf.6.2.0\lib\net45\Prism.Wpf.dll</HintPath> |
50 |
| - <Private>True</Private> |
| 45 | + <Reference Include="Prism.Wpf, Version=6.3.0.0, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Prism.Wpf.6.3.0\lib\net45\Prism.Wpf.dll</HintPath> |
51 | 47 | </Reference>
|
52 | 48 | <Reference Include="System" />
|
53 | 49 | <Reference Include="System.Data" />
|
| 50 | + <Reference Include="System.Drawing" /> |
| 51 | + <Reference Include="System.IO.Compression.FileSystem" /> |
| 52 | + <Reference Include="System.Numerics" /> |
| 53 | + <Reference Include="System.Runtime.Serialization" /> |
54 | 54 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
55 |
| - <HintPath>..\packages\Prism.Wpf.6.2.0\lib\net45\System.Windows.Interactivity.dll</HintPath> |
| 55 | + <HintPath>..\packages\Prism.Wpf.6.3.0\lib\net45\System.Windows.Interactivity.dll</HintPath> |
56 | 56 | <Private>True</Private>
|
57 | 57 | </Reference>
|
58 | 58 | <Reference Include="System.Xml" />
|
|
110 | 110 | <Generator>ResXFileCodeGenerator</Generator>
|
111 | 111 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
112 | 112 | </EmbeddedResource>
|
| 113 | + <None Include="app.config" /> |
113 | 114 | <None Include="packages.config" />
|
114 | 115 | <None Include="Properties\Settings.settings">
|
115 | 116 | <Generator>SettingsSingleFileGenerator</Generator>
|
|
128 | 129 | </Page>
|
129 | 130 | </ItemGroup>
|
130 | 131 | <ItemGroup>
|
131 |
| - <ProjectReference Include="..\Matisco.Domain\Matisco.Domain.csproj"> |
| 132 | + <ProjectReference Include="..\Matisco.Domain\Matisco.Core.csproj"> |
132 | 133 | <Project>{2B8C7E70-4BB7-4959-8E06-78C021379DA2}</Project>
|
133 |
| - <Name>Matisco.Domain</Name> |
| 134 | + <Name>Matisco.Core</Name> |
134 | 135 | </ProjectReference>
|
135 | 136 | <ProjectReference Include="..\Matisco.Wpf.Controls\Matisco.Wpf.Controls.csproj">
|
136 | 137 | <Project>{ccd09ed5-5267-4d08-9328-3e86487ca8d8}</Project>
|
|
0 commit comments