Skip to content

Commit

Permalink
Moved published trimmed to proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Dec 21, 2024
1 parent 79ccad9 commit dfa1620
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions src/Tests/Behavioral/TypeSwitch/TypeSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<NoWarn>660;661;IDE1006;CS8981</NoWarn>
<Version>0.1.4</Version>
<LangVersion>latest</LangVersion>
<PublishTrimmed>True</PublishTrimmed>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/go2cs2/csproj-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<NoWarn>660;661;IDE1006;CS8981</NoWarn>
<Version>0.1.4</Version>
<LangVersion>latest</LangVersion>
<PublishTrimmed>True</PublishTrimmed>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/go2cs2/profiles/linux-arm.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>linux-arm</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/linux-arm64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/linux-x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/osx-arm64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/osx-x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/win-arm.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-arm</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/win-arm64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/win-x64.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/profiles/win-x86.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/go2cs2/visitTypeSwitchStmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ func (v *Visitor) visitTypeSwitchStmt(typeSwitchStmt *ast.TypeSwitchStmt, source
v.targetFile.WriteString(v.newline)
v.writeOutput("}")
}

}

0 comments on commit dfa1620

Please sign in to comment.