Skip to content

Commit 4184268

Browse files
fixed snupkg
1 parent 0305b23 commit 4184268

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

TouchEffect.Droid/TouchEffect.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugSymbols>true</DebugSymbols>
31-
<DebugType>pdbonly</DebugType>
31+
<DebugType>portable</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release</OutputPath>
3434
<ErrorReport>prompt</ErrorReport>

TouchEffect.Mac/TouchEffect.Mac.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<XamMacArch></XamMacArch>
3232
</PropertyGroup>
3333
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34+
<DebugType>portable</DebugType>
3435
<Optimize>true</Optimize>
3536
<OutputPath>bin\Release</OutputPath>
3637
<DefineConstants></DefineConstants>

TouchEffect.UWP/TouchEffect.UWP.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3131
<PlatformTarget>AnyCPU</PlatformTarget>
32-
<DebugType>pdbonly</DebugType>
32+
<DebugType>portable</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
3535
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
@@ -52,7 +52,7 @@
5252
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
5353
<Optimize>true</Optimize>
5454
<NoWarn>;2008</NoWarn>
55-
<DebugType>pdbonly</DebugType>
55+
<DebugType>portable</DebugType>
5656
<UseVSHostingProcess>false</UseVSHostingProcess>
5757
<ErrorReport>prompt</ErrorReport>
5858
</PropertyGroup>
@@ -72,7 +72,7 @@
7272
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
7373
<Optimize>true</Optimize>
7474
<NoWarn>;2008</NoWarn>
75-
<DebugType>pdbonly</DebugType>
75+
<DebugType>portable</DebugType>
7676
<UseVSHostingProcess>false</UseVSHostingProcess>
7777
<ErrorReport>prompt</ErrorReport>
7878
</PropertyGroup>
@@ -92,7 +92,7 @@
9292
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
9393
<Optimize>true</Optimize>
9494
<NoWarn>;2008</NoWarn>
95-
<DebugType>pdbonly</DebugType>
95+
<DebugType>portable</DebugType>
9696
<UseVSHostingProcess>false</UseVSHostingProcess>
9797
<ErrorReport>prompt</ErrorReport>
9898
</PropertyGroup>
@@ -112,7 +112,7 @@
112112
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
113113
<Optimize>true</Optimize>
114114
<NoWarn>;2008</NoWarn>
115-
<DebugType>pdbonly</DebugType>
115+
<DebugType>portable</DebugType>
116116
<UseVSHostingProcess>false</UseVSHostingProcess>
117117
<ErrorReport>prompt</ErrorReport>
118118
</PropertyGroup>

TouchEffect.iOS/TouchEffect.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<MtouchHttpClientHandler></MtouchHttpClientHandler>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>pdbonly</DebugType>
33+
<DebugType>portable</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release</OutputPath>
3636
<DefineConstants></DefineConstants>

TouchEffect.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\uap\TouchEffect.dll" />
4040
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.pdb" target="lib\uap\TouchEffect.pdb" />
4141
<file src="TouchEffect.UWP\bin\Release\TouchEffect.UWP.dll" target="lib\uap\TouchEffect.UWP.dll" />
42+
<file src="TouchEffect.UWP\bin\Release\TouchEffect.UWP.pdb" target="lib\uap\TouchEffect.UWP.pdb" />
4243
<!--Xamarin.Mac-->
4344
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\Xamarin.Mac20\TouchEffect.dll" />
4445
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.pdb" target="lib\Xamarin.Mac20\TouchEffect.pdb" />
4546
<file src="TouchEffect.Mac\bin\Release\TouchEffect.Mac.dll" target="lib\Xamarin.Mac20\TouchEffect.Mac.dll" />
47+
<file src="TouchEffect.Mac\bin\Release\TouchEffect.Mac.pdb" target="lib\Xamarin.Mac20\TouchEffect.Mac.pdb" />
4648
</files>
4749
</package>

TouchEffectSample.Android/Resources/Resource.designer.cs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)