Skip to content

Commit

Permalink
fix cs2cpp csproj file
Browse files Browse the repository at this point in the history
pquiring committed Aug 15, 2018
1 parent 1b82bcd commit 1a954ca
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs2cpp/build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dotnet build
dotnet publish -c Release -r win10-x64
dotnet build -c Release -r win10-x64
dotnet publish --no-restore -c Release -r win10-x64
xcopy /D /Y bin\Release\netcoreapp2.1\win10-x64 ..\bin > nul
md ..\bin\publish 2> nul
xcopy /D /Y bin\Release\netcoreapp2.1\win10-x64\publish ..\bin\publish > nul
2 changes: 2 additions & 0 deletions cs2cpp/cs2cpp.csproj
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.8.2" />
4 changes: 4 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
What's new
==========

Aug ?, 2018 : 0.19
- many bugs squashed
- Qt.Core.Map<> was not working

Aug 11, 2018 : 0.18
- many critical bugs fixed

0 comments on commit 1a954ca

Please sign in to comment.