|
29 | 29 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
30 | 30 | <UseApplicationTrust>false</UseApplicationTrust>
|
31 | 31 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
| 32 | + <NuGetPackageImportStamp> |
| 33 | + </NuGetPackageImportStamp> |
32 | 34 | </PropertyGroup>
|
33 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
34 | 36 | <PlatformTarget>x64</PlatformTarget>
|
|
57 | 59 | <ApplicationIcon>Icon/AppIcon.ico</ApplicationIcon>
|
58 | 60 | </PropertyGroup>
|
59 | 61 | <ItemGroup>
|
60 |
| - <Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 62 | + <Reference Include="CommonServiceLocator, Version=2.0.5.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\CommonServiceLocator.2.0.5\lib\net46\CommonServiceLocator.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="Microsoft.Expression.Controls, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Controls.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="Microsoft.Expression.Drawing, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Drawing.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="Microsoft.Expression.Effects, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 72 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Effects.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + <Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 75 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Interactions.dll</HintPath> |
| 76 | + </Reference> |
| 77 | + <Reference Include="Microsoft.Expression.Prototyping.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Prototyping.Interactivity.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="Microsoft.Expression.Prototyping.SketchControls, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.Expression.Prototyping.SketchControls.dll</HintPath> |
| 82 | + </Reference> |
| 83 | + <Reference Include="Microsoft.SDK.Expression.Blend, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 84 | + <HintPath>..\packages\Microsoft.SDK.Expression.Blend.1.0.0\lib\net45\Microsoft.SDK.Expression.Blend.dll</HintPath> |
| 85 | + </Reference> |
61 | 86 | <Reference Include="PresentationFramework.Aero2" />
|
62 |
| - <Reference Include="Prism, Version=7.1.0.431, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
63 |
| - <HintPath>..\packages\Prism.Core.7.1.0.431\lib\net45\Prism.dll</HintPath> |
64 |
| - <Private>True</Private> |
| 87 | + <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 88 | + <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath> |
65 | 89 | </Reference>
|
66 |
| - <Reference Include="Prism.Wpf, Version=7.1.0.431, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
67 |
| - <HintPath>..\packages\Prism.Wpf.7.1.0.431\lib\net45\Prism.Wpf.dll</HintPath> |
| 90 | + <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL"> |
| 91 | + <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath> |
68 | 92 | </Reference>
|
69 | 93 | <Reference Include="System" />
|
| 94 | + <Reference Include="System.Configuration" /> |
70 | 95 | <Reference Include="System.Data" />
|
71 | 96 | <Reference Include="System.Drawing" />
|
| 97 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 98 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath> |
| 99 | + </Reference> |
72 | 100 | <Reference Include="System.Windows.Forms" />
|
| 101 | + <Reference Include="System.Core" /> |
73 | 102 | <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
74 |
| - <HintPath>..\packages\Prism.Wpf.7.1.0.431\lib\net45\System.Windows.Interactivity.dll</HintPath> |
| 103 | + <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath> |
75 | 104 | </Reference>
|
76 |
| - <Reference Include="System.Core" /> |
77 | 105 | <Reference Include="System.Xaml">
|
78 | 106 | <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
79 | 107 | </Reference>
|
|
0 commit comments