Skip to content

Commit 43e44ba

Browse files
committed
Sujit: Removed Sigining and "XAMARIN" constant which would've forced TV to trust all SSL cert
1 parent 0318e18 commit 43e44ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TerminalVelocity.Sharp/TerminalVelocity.Sharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
2323
<OutputPath>bin\Debug\</OutputPath>
24-
<DefineConstants>TRACE;DEBUG;XAMARIN</DefineConstants>
24+
<DefineConstants>TRACE;DEBUG</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
3131
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE;XAMARIN</DefineConstants>
32+
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<PropertyGroup>
37-
<SignAssembly>true</SignAssembly>
37+
<SignAssembly>false</SignAssembly>
3838
</PropertyGroup>
3939
<PropertyGroup>
4040
<AssemblyOriginatorKeyFile>..\..\..\SpaceElevator\src\SpaceElevator.Client\IlluminaStrongNameKey.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)