Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab66607

Browse files
committed
add ref dotnet-packaging
1 parent 12e7170 commit ab66607

4 files changed

Lines changed: 38 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@
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

references/dotnet-packaging

Submodule dotnet-packaging added at fb0ad36
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>

0 commit comments

Comments
 (0)