File tree Expand file tree Collapse file tree
src/ST.Tools.Publish/Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131[submodule "references/reactive "]
3232 path = references/reactive
3333 url = https://github.com/SteamTools-Team/reactive.git
34+ [submodule "references/dotnet-packaging "]
35+ path = references/dotnet-packaging
36+ url = https://github.com/qmfrederik/dotnet-packaging.git
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\Publish\linux-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
12+ <SelfContained >false</SelfContained >
13+ <PublishSingleFile >True</PublishSingleFile >
14+ <DebugType >none</DebugType >
15+ <DebugSymbols >false</DebugSymbols >
16+ </PropertyGroup >
17+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\Publish\win-x64</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
12+ <SelfContained >false</SelfContained >
13+ <PublishSingleFile >True</PublishSingleFile >
14+ <DebugType >none</DebugType >
15+ <DebugSymbols >false</DebugSymbols >
16+ </PropertyGroup >
17+ </Project >
You can’t perform that action at this time.
0 commit comments