Skip to content

Commit

Permalink
Bump ThisAssembly.Project in the thisassembly group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the thisassembly group with 1 update in the / directory: [ThisAssembly.Project](https://github.com/devlooped/ThisAssembly).


Updates `ThisAssembly.Project` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/devlooped/ThisAssembly/releases)
- [Changelog](https://github.com/devlooped/ThisAssembly/blob/main/changelog.md)
- [Commits](devlooped/ThisAssembly@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: ThisAssembly.Project
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: thisassembly
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Feb 18, 2025
1 parent c6f2062 commit 8a421bd
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions src/Sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

<WindowsInjectorToolsPath>..\Injector\bin</WindowsInjectorToolsPath>
<Platform>x86</Platform>
<Platforms>x86;x64</Platforms>

<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ThisAssembly.Project" Version="1.4.1" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="VsInstallRoot" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bootstrap\Bootstrap.vcxproj" />
</ItemGroup>

<!-- When importing the nuget package, this happens automatically -->
<ItemGroup>
<Content Include="$(WindowsInjectorToolsPath)\x86\**\*.*">
<Link>Injector\x86\%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(WindowsInjectorToolsPath)\x64\**\*.*">
<Link>Injector\x86\%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

<WindowsInjectorToolsPath>..\Injector\bin</WindowsInjectorToolsPath>
<Platform>x86</Platform>
<Platforms>x86;x64</Platforms>

<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" />
</ItemGroup>

<ItemGroup>
<ProjectProperty Include="VsInstallRoot" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bootstrap\Bootstrap.vcxproj" />
</ItemGroup>

<!-- When importing the nuget package, this happens automatically -->
<ItemGroup>
<Content Include="$(WindowsInjectorToolsPath)\x86\**\*.*">
<Link>Injector\x86\%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(WindowsInjectorToolsPath)\x64\**\*.*">
<Link>Injector\x86\%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 8a421bd

Please sign in to comment.