41
41
<ApplicationIcon >Artwork\Application.ico</ApplicationIcon >
42
42
</PropertyGroup >
43
43
<ItemGroup >
44
- <Reference Include =" GalaSoft.MvvmLight, Version=5.1.1.35049 , Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL" >
45
- <HintPath >..\packages\MvvmLightLibs.5.1.1 .0\lib\net45\GalaSoft.MvvmLight.dll</HintPath >
44
+ <Reference Include =" GalaSoft.MvvmLight, Version=5.3.0.19026 , Culture=neutral, PublicKeyToken=e7570ab207bcb616, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\MvvmLightLibs.5.3.0 .0\lib\net45\GalaSoft.MvvmLight.dll</HintPath >
46
46
<Private >True</Private >
47
47
</Reference >
48
- <Reference Include =" GalaSoft.MvvmLight.Extras, Version=5.1.1.35049 , Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL" >
49
- <HintPath >..\packages\MvvmLightLibs.5.1.1 .0\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath >
48
+ <Reference Include =" GalaSoft.MvvmLight.Extras, Version=5.3.0.19032 , Culture=neutral, PublicKeyToken=669f0b5e8f868abf, processorArchitecture=MSIL" >
49
+ <HintPath >..\packages\MvvmLightLibs.5.3.0 .0\lib\net45\GalaSoft.MvvmLight.Extras.dll</HintPath >
50
50
<Private >True</Private >
51
51
</Reference >
52
- <Reference Include =" GalaSoft.MvvmLight.Platform, Version=5.1.1.35053 , Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL" >
53
- <HintPath >..\packages\MvvmLightLibs.5.1.1 .0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath >
52
+ <Reference Include =" GalaSoft.MvvmLight.Platform, Version=5.3.0.19032 , Culture=neutral, PublicKeyToken=5f873c45e98af8a1, processorArchitecture=MSIL" >
53
+ <HintPath >..\packages\MvvmLightLibs.5.3.0 .0\lib\net45\GalaSoft.MvvmLight.Platform.dll</HintPath >
54
54
<Private >True</Private >
55
55
</Reference >
56
56
<Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
57
<HintPath >..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
58
58
<Private >True</Private >
59
59
</Reference >
60
- <Reference Include =" Microsoft.WindowsAPICodePack, Version=1.1.0 .0, Culture=neutral, processorArchitecture=MSIL" >
61
- <HintPath >..\packages\WindowsAPICodePack-Core.1.1.1 \lib\Microsoft.WindowsAPICodePack.dll</HintPath >
60
+ <Reference Include =" Microsoft.WindowsAPICodePack, Version=1.1.2 .0, Culture=neutral, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\WindowsAPICodePack-Core.1.1.2 \lib\Microsoft.WindowsAPICodePack.dll</HintPath >
62
62
<Private >True</Private >
63
63
</Reference >
64
64
<Reference Include =" Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" >
72
72
</Reference >
73
73
<Reference Include =" System.Data" />
74
74
<Reference Include =" System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
75
- <HintPath >..\packages\MvvmLightLibs.5.1.1 .0\lib\net45\System.Windows.Interactivity.dll</HintPath >
75
+ <HintPath >..\packages\MvvmLightLibs.5.3.0 .0\lib\net45\System.Windows.Interactivity.dll</HintPath >
76
76
<Private >True</Private >
77
77
</Reference >
78
78
<Reference Include =" System.Xml" />
154
154
<LastGenOutput >Settings.Designer.cs</LastGenOutput >
155
155
</None >
156
156
<AppDesigner Include =" Properties\" />
157
+ <None Include =" xunit.runner.wpf.nuspec" >
158
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
159
+ </None >
157
160
</ItemGroup >
158
161
<ItemGroup >
159
162
<None Include =" App.config" />
195
198
<Resource Include =" Artwork\Application.ico" />
196
199
</ItemGroup >
197
200
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
198
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199
- Other similar extension points exist, see Microsoft.Common.targets.
200
- <Target Name="BeforeBuild">
201
- </Target>
202
201
<Target Name =" AfterBuild" >
202
+ <Exec Command =" " $(SolutionDir)packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" pack xunit.runner.wpf.nuspec -NoPackageAnalysis -OutputDirectory ." WorkingDirectory =" $(OutDir)" LogStandardErrorAsError =" true" ConsoleToMSBuild =" true" >
203
+ <Output TaskParameter =" ConsoleOutput" PropertyName =" OutputOfExec" />
204
+ </Exec >
203
205
</Target >
204
- -->
205
206
</Project >
0 commit comments