File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/MsgPack.WinRT.Portable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $buildOptions += '/p:Configuration=Release'
1919& $builder $sln $buildOptions
2020& $builder $slnCompat $buildOptions
2121
22- $winFile = New-Object IO.FileInfo( " .\bin\portable-windows8+wpa \MsgPack.dll" )
22+ $winFile = New-Object IO.FileInfo( " .\bin\portable-net45+win+wpa81 \MsgPack.dll" )
2323$xamarinFile = New-Object IO.FileInfo( " .\bin\monotouch\MsgPack.dll" )
2424if ( ( $winFile.LastWriteTime - $xamarinFile.LastWriteTime ).Days -ne 0 )
2525{
Original file line number Diff line number Diff line change 2828 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2929 <DebugType >pdbonly</DebugType >
3030 <Optimize >true</Optimize >
31- <OutputPath >..\..\bin\portable-windows8+wpa \</OutputPath >
31+ <OutputPath >..\..\bin\portable-net45+win+wpa81 \</OutputPath >
3232 <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
3333 <ErrorReport >prompt</ErrorReport >
3434 <WarningLevel >4</WarningLevel >
35- <DocumentationFile >..\..\bin\portable-windows8+wpa \MsgPack.XML</DocumentationFile >
35+ <DocumentationFile >..\..\bin\portable-net45+win+wpa81 \MsgPack.XML</DocumentationFile >
3636 <GenerateLibraryLayout >false</GenerateLibraryLayout >
3737 </PropertyGroup >
3838 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments