Skip to content

Commit

Permalink
Merge pull request #128 from K-Society/experimental
Browse files Browse the repository at this point in the history
Experimental
  • Loading branch information
maniglia authored Feb 14, 2024
2 parents 506d5cc + 2baa8f2 commit 2d14d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ msbuild src\01\KSociety.SharpCubeProgrammer\KSociety.SharpCubeProgrammer.csproj

msbuild src\01\KSociety.SharpCubeProgrammer\KSociety.SharpCubeProgrammer.csproj -t:build -p:Configuration=%_C% -p:Platform=%_D% || exit /b

REM msbuild src\01\Programmer\Programmer.vcxproj -t:restore -p:Configuration=%_C% -p:Platform=%_D% || exit /b

REM msbuild src\01\Programmer\Programmer.vcxproj -t:build -p:Configuration=%_C% -p:Platform=%_D% || exit /b

goto LExit

:StartDeveloperCommandPrompt
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.csproj.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>

<AssemblyOriginatorKeyFile>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)ksociety.snk))</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 2d14d6e

Please sign in to comment.