|
276 | 276 | <Generator>ResXFileCodeGenerator</Generator> |
277 | 277 | <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
278 | 278 | </EmbeddedResource> |
279 | | - <None Include="dnscrypt-proxy\dnscrypt-resolvers.csv.minisig"> |
| 279 | + <Content Include="dnscrypt-proxy\dnscrypt-resolvers.csv.minisig"> |
280 | 280 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
281 | | - </None> |
| 281 | + </Content> |
282 | 282 | <None Include="Properties\app.manifest" /> |
283 | | - <None Include="dnscrypt-proxy\dnscrypt-resolvers.csv"> |
| 283 | + <Content Include="dnscrypt-proxy\dnscrypt-resolvers.csv"> |
284 | 284 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
285 | | - </None> |
| 285 | + </Content> |
286 | 286 | <None Include="packages.config" /> |
287 | 287 | <None Include="Properties\Settings.settings"> |
288 | 288 | <Generator>SettingsSingleFileGenerator</Generator> |
|
329 | 329 | <Content Include="dnscrypt-proxy\libwinpthread-1.dll"> |
330 | 330 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
331 | 331 | </Content> |
| 332 | + <Resource Include="Images\bytejail_logo.png" /> |
332 | 333 | <Resource Include="Resources\Entypo-license.txt" /> |
333 | 334 | <Resource Include="Resources\WindowsIcons-license.txt" /> |
334 | 335 | <Resource Include="FodyWeavers.xml" /> |
|
341 | 342 | <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText> |
342 | 343 | </PropertyGroup> |
343 | 344 | <Error Condition="!Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Baseclass.Contrib.Nuget.Output.2.1.0\build\net40\Baseclass.Contrib.Nuget.Output.targets'))" /> |
344 | | - <Error Condition="!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" /> |
| 345 | + <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'))" /> |
345 | 346 | </Target> |
346 | | - <Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" /> |
347 | 347 | <UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory"> |
348 | 348 | <ParameterGroup> |
349 | 349 | <Config Output="false" Required="true" ParameterType="Microsoft.Build.Framework.ITaskItem" /> |
@@ -380,6 +380,7 @@ foreach (var item in filesToCleanup) |
380 | 380 | <Target Name="CleanReferenceCopyLocalPaths" AfterTargets="AfterBuild;NonWinFodyTarget"> |
381 | 381 | <CosturaCleanup Config="FodyWeavers.xml" Files="@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" /> |
382 | 382 | </Target> |
| 383 | + <Import Project="..\packages\Fody.1.29.4\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" /> |
383 | 384 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
384 | 385 | Other similar extension points exist, see Microsoft.Common.targets. |
385 | 386 | <Target Name="BeforeBuild"> |
|
0 commit comments