|
16 | 16 | <SccAuxPath>SAK</SccAuxPath> |
17 | 17 | <SccProvider>SAK</SccProvider> |
18 | 18 | <TargetFrameworkProfile /> |
19 | | - <NuGetPackageImportStamp>8681bf46</NuGetPackageImportStamp> |
| 19 | + <NuGetPackageImportStamp> |
| 20 | + </NuGetPackageImportStamp> |
20 | 21 | </PropertyGroup> |
21 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
22 | 23 | <DebugSymbols>true</DebugSymbols> |
|
86 | 87 | <Private>False</Private> |
87 | 88 | </Reference> |
88 | 89 | <Reference Include="PropertyChanged, Version=1.51.3.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL"> |
89 | | - <HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\portable-net4+sl4+wp8+win8+wpa81+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath> |
| 90 | + <HintPath>..\packages\PropertyChanged.Fody.1.51.3\lib\dotnet\PropertyChanged.dll</HintPath> |
90 | 91 | <Private>False</Private> |
91 | 92 | </Reference> |
92 | 93 | <Reference Include="System" /> |
93 | 94 | <Reference Include="System.Configuration.Install" /> |
94 | 95 | <Reference Include="System.Core" /> |
95 | 96 | <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
96 | | - <HintPath>..\packages\System.Management.Automation.6.1.7601.17515\lib\net40\System.Management.Automation.dll</HintPath> |
| 97 | + <HintPath>..\packages\System.Management.Automation.6.1.7601.17515\lib\net45\System.Management.Automation.dll</HintPath> |
97 | 98 | <Private>True</Private> |
98 | 99 | </Reference> |
99 | 100 | <Reference Include="System.Runtime.Serialization" /> |
|
157 | 158 | <Content Include="AcmaPS.psd1"> |
158 | 159 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
159 | 160 | </Content> |
| 161 | + <None Include="app.config" /> |
160 | 162 | <None Include="FodyWeavers.xml" /> |
161 | 163 | <None Include="packages.config" /> |
162 | 164 | <Content Include="RegisterResolver.ps1"> |
|
174 | 176 | </ProjectReference> |
175 | 177 | </ItemGroup> |
176 | 178 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
177 | | - <Import Project="..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" /> |
178 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
179 | | - <PropertyGroup> |
180 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
181 | | - </PropertyGroup> |
182 | | - <Error Condition="!Exists('..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\portable-net+sl+win+wpa+wp\Fody.targets'))" /> |
183 | | - </Target> |
184 | 179 | <UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory"> |
185 | 180 | <ParameterGroup> |
186 | 181 | <Config Output="false" Required="true" ParameterType="Microsoft.Build.Framework.ITaskItem" /> |
@@ -220,6 +215,13 @@ foreach (var item in filesToCleanup) |
220 | 215 | <PropertyGroup> |
221 | 216 | <PostBuildEvent>"C:\Program Files (x86)\WiX Toolset v3.10\bin\heat.exe" dir "$(TargetDir)." -var var.$(TargetName).TargetDir -dr APPROOT -cg $(TargetName).Binaries -ag -scom -sreg -sfrag –srd -o "$(SolutionDir)$(SolutionName).Installer\$(ProjectName).Binaries.wxs"</PostBuildEvent> |
222 | 217 | </PropertyGroup> |
| 218 | + <Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" /> |
| 219 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 220 | + <PropertyGroup> |
| 221 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 222 | + </PropertyGroup> |
| 223 | + <Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" /> |
| 224 | + </Target> |
223 | 225 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
224 | 226 | Other similar extension points exist, see Microsoft.Common.targets. |
225 | 227 | <Target Name="BeforeBuild"> |
|
0 commit comments