Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2832926

Browse filesBrowse files
committed
AnyCPU
1 parent 47a89bf commit 2832926
Copy full SHA for 2832926

2 files changed

+7-4Lines changed: 7 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Json-Rpc/AustinHarris.JsonRpc.csproj‎

Copy file name to clipboardExpand all lines: Json-Rpc/AustinHarris.JsonRpc.csproj
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
3737
<OutputPath>bin\Release\</OutputPath>
38-
<DefineConstants>TRACE</DefineConstants>
38+
<DefineConstants>
39+
</DefineConstants>
3940
<ErrorReport>prompt</ErrorReport>
4041
<WarningLevel>4</WarningLevel>
4142
<Prefer32Bit>false</Prefer32Bit>
@@ -51,7 +52,8 @@
5152
<PlatformTarget>AnyCPU</PlatformTarget>
5253
<OutputPath>bin\Release\</OutputPath>
5354
<WarningLevel>4</WarningLevel>
54-
<Optimize>false</Optimize>
55+
<Optimize>true</Optimize>
56+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5557
</PropertyGroup>
5658
<ItemGroup>
5759
<Compile Include="Attributes.cs" />
Collapse file

‎TestServer_Console/TestServer_Console.csproj‎

Copy file name to clipboardExpand all lines: TestServer_Console/TestServer_Console.csproj
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@
4444
<Optimize>false</Optimize>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
47-
<PlatformTarget>x86</PlatformTarget>
47+
<PlatformTarget>AnyCPU</PlatformTarget>
4848
<OutputPath>bin\Release\</OutputPath>
4949
<WarningLevel>4</WarningLevel>
50-
<Optimize>false</Optimize>
50+
<Optimize>true</Optimize>
51+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
5152
</PropertyGroup>
5253
<ItemGroup>
5354
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.