|
8 | 8 | <OutputType>WinExe</OutputType>
|
9 | 9 | <RootNamespace>WpfMVVMSample</RootNamespace>
|
10 | 10 | <AssemblyName>WpfMVVMSample</AssemblyName>
|
11 |
| - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 11 | + <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment>
|
13 | 13 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
14 | 14 | <WarningLevel>4</WarningLevel>
|
15 | 15 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup>
|
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 19 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
35 | 36 | </PropertyGroup>
|
36 | 37 | <ItemGroup>
|
37 | 38 | <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
38 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\CommonServiceLocator.dll</HintPath> |
| 39 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\CommonServiceLocator.dll</HintPath> |
39 | 40 | </Reference>
|
40 | 41 | <Reference Include="Prism, Version=7.1.0.431, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
41 | 42 | <HintPath>..\..\packages\Prism.Core.7.1.0.431\lib\net45\Prism.dll</HintPath>
|
|
67 | 68 | <Reference Include="System.ServiceProcess" />
|
68 | 69 | <Reference Include="System.Transactions" />
|
69 | 70 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
70 |
| - <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 71 | + <HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
71 | 72 | </Reference>
|
72 | 73 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
73 | 74 | <HintPath>..\..\packages\Prism.Wpf.7.1.0.431\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
|
85 | 86 | <HintPath>..\..\packages\UnitsNet.4.0.0-beta1\lib\net40\UnitsNet.dll</HintPath>
|
86 | 87 | </Reference>
|
87 | 88 | <Reference Include="Unity.Abstractions, Version=3.3.1.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
|
88 |
| - <HintPath>..\..\packages\Unity.Abstractions.3.3.1\lib\net46\Unity.Abstractions.dll</HintPath> |
| 89 | + <HintPath>..\..\packages\Unity.Abstractions.3.3.1\lib\net47\Unity.Abstractions.dll</HintPath> |
89 | 90 | </Reference>
|
90 | 91 | <Reference Include="Unity.Configuration, Version=5.2.5.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
|
91 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\Unity.Configuration.dll</HintPath> |
| 92 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\Unity.Configuration.dll</HintPath> |
92 | 93 | </Reference>
|
93 | 94 | <Reference Include="Unity.Container, Version=5.8.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
94 |
| - <HintPath>..\..\packages\Unity.Container.5.8.11\lib\net46\Unity.Container.dll</HintPath> |
| 95 | + <HintPath>..\..\packages\Unity.Container.5.8.11\lib\net47\Unity.Container.dll</HintPath> |
95 | 96 | </Reference>
|
96 | 97 | <Reference Include="Unity.Interception, Version=5.5.5.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
97 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\Unity.Interception.dll</HintPath> |
| 98 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\Unity.Interception.dll</HintPath> |
98 | 99 | </Reference>
|
99 | 100 | <Reference Include="Unity.Interception.Configuration, Version=5.1.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
100 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\Unity.Interception.Configuration.dll</HintPath> |
| 101 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\Unity.Interception.Configuration.dll</HintPath> |
101 | 102 | </Reference>
|
102 | 103 | <Reference Include="Unity.RegistrationByConvention, Version=2.1.9.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
103 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\Unity.RegistrationByConvention.dll</HintPath> |
| 104 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\Unity.RegistrationByConvention.dll</HintPath> |
104 | 105 | </Reference>
|
105 | 106 | <Reference Include="Unity.ServiceLocation, Version=2.1.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
|
106 |
| - <HintPath>..\..\packages\Unity.5.8.11\lib\net46\Unity.ServiceLocation.dll</HintPath> |
| 107 | + <HintPath>..\..\packages\Unity.5.8.11\lib\net47\Unity.ServiceLocation.dll</HintPath> |
107 | 108 | </Reference>
|
108 | 109 | <Reference Include="WindowsBase" />
|
109 | 110 | <Reference Include="PresentationCore" />
|
|
114 | 115 | <Generator>MSBuild:Compile</Generator>
|
115 | 116 | <SubType>Designer</SubType>
|
116 | 117 | </ApplicationDefinition>
|
117 |
| - <Compile Include="Bootstrapper.cs" /> |
118 | 118 | <Compile Include="Converters\EnumBindingSource.cs" />
|
119 | 119 | <Compile Include="Settings\SettingsManager.cs" />
|
120 | 120 | <Page Include="MainWindow.xaml">
|
|
0 commit comments