Skip to content

Commit

Permalink
Add Framework dependent build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarbonNeuron committed Oct 16, 2020
1 parent 7be0ff9 commit 452d8dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions AmongUsCapture/Properties/PublishProfiles/FolderProfile1.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\publish\32Bit-2</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
</PropertyGroup>
</Project>

0 comments on commit 452d8dd

Please sign in to comment.