Skip to content

Commit

Permalink
Mark as not self contained in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Feb 4, 2024
1 parent bf63061 commit 5a39fcc
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions UEVR/UEVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<Authors>praydog</Authors>
<AssemblyName>UEVRInjector</AssemblyName>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<PackageProjectUrl>https://github.com/praydog/uevr-frontend</PackageProjectUrl>
</PropertyGroup>

Expand Down Expand Up @@ -63,19 +64,19 @@
</Compile>
</ItemGroup>

<ItemGroup>
<None Update="bundled\openvr_api.dll">
<Link>openvr_api.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="bundled\openxr_loader.dll">
<Link>openxr_loader.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<None Update="bundled\openvr_api.dll">
<Link>openvr_api.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="bundled\openxr_loader.dll">
<Link>openxr_loader.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>

</Project>

0 comments on commit 5a39fcc

Please sign in to comment.