Skip to content

Commit 144d410

Browse files
committed
Update UnityDebug.csproj
External/Newtonsoft.Json.dll updated to match version demanded by Mono.Debugging.Soft
1 parent 414014e commit 144d410

File tree

3 files changed

+149
-144
lines changed

3 files changed

+149
-144
lines changed

External/Newtonsoft.Json.dll

132 KB
Binary file not shown.

Tests/PlayerConnectionTests/PlayerConnectionTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>TestProject</RootNamespace>
1212
<AssemblyName>PlayerConnectionTests</AssemblyName>
13-
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -61,7 +61,7 @@
6161
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
6262
</PropertyGroup>
6363
</Target>
64-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
64+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6565
Other similar extension points exist, see Microsoft.Common.targets.
6666
<Target Name="BeforeBuild">
6767
</Target>

UnityDebug/UnityDebug.csproj

+147-142
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,148 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6-
<ProjectGuid>{D3E91D30-5B24-4743-BBE6-2EC62D7A2629}</ProjectGuid>
7-
<OutputType>Exe</OutputType>
8-
<RootNamespace>UnityDebug</RootNamespace>
9-
<AssemblyName>UnityDebug</AssemblyName>
10-
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
11-
<TargetFrameworkProfile>
12-
</TargetFrameworkProfile>
13-
</PropertyGroup>
14-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15-
<DebugSymbols>true</DebugSymbols>
16-
<DebugType>full</DebugType>
17-
<Optimize>false</Optimize>
18-
<OutputPath>..\bin\</OutputPath>
19-
<DefineConstants>DEBUG;</DefineConstants>
20-
<ErrorReport>prompt</ErrorReport>
21-
<WarningLevel>4</WarningLevel>
22-
<PlatformTarget>x86</PlatformTarget>
23-
<ConsolePause>false</ConsolePause>
24-
<Commandlineparameters>--unity-debug-extra-logging</Commandlineparameters>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
27-
<DebugType>full</DebugType>
28-
<Optimize>true</Optimize>
29-
<OutputPath>..\bin\</OutputPath>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
<Externalconsole>true</Externalconsole>
33-
<PlatformTarget>x86</PlatformTarget>
34-
</PropertyGroup>
35-
<ItemGroup>
36-
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
37-
<HintPath>..\External\atk-sharp.dll</HintPath>
38-
</Reference>
39-
<Reference Include="CorApi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
40-
<HintPath>..\External\CorApi.dll</HintPath>
41-
</Reference>
42-
<Reference Include="CorApi2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
43-
<HintPath>..\External\CorApi2.dll</HintPath>
44-
</Reference>
45-
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
46-
<HintPath>..\External\gdk-sharp.dll</HintPath>
47-
</Reference>
48-
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
49-
<HintPath>..\External\glib-sharp.dll</HintPath>
50-
</Reference>
51-
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
52-
<HintPath>..\External\gtk-sharp.dll</HintPath>
53-
</Reference>
54-
<Reference Include="Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
55-
<HintPath>..\External\Mono.Addins.dll</HintPath>
56-
</Reference>
57-
<Reference Include="Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
58-
<HintPath>..\External\Mono.Cairo.dll</HintPath>
59-
</Reference>
60-
<Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
61-
<HintPath>..\External\Mono.Posix.dll</HintPath>
62-
</Reference>
63-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
64-
<HintPath>..\External\Newtonsoft.Json.dll</HintPath>
65-
</Reference>
66-
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
67-
<HintPath>..\External\pango-sharp.dll</HintPath>
68-
</Reference>
69-
<Reference Include="SyntaxTree.VisualStudio.Unity.Messaging, Version=1.4.0.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
70-
<HintPath>..\External\SyntaxTree.VisualStudio.Unity.Messaging.dll</HintPath>
71-
</Reference>
72-
<Reference Include="System" />
73-
<Reference Include="Microsoft.CSharp" />
74-
<Reference Include="System.Composition.Convention, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
75-
<HintPath>..\External\System.Composition.Convention.dll</HintPath>
76-
</Reference>
77-
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
78-
<HintPath>..\External\System.Security.Cryptography.Algorithms.dll</HintPath>
79-
</Reference>
80-
</ItemGroup>
81-
<ItemGroup>
82-
<Compile Include="..\MonoDebug\src\DebugSession.cs">
83-
<Link>MonoDebug\DebugSession.cs</Link>
84-
</Compile>
85-
<Compile Include="..\MonoDebug\src\Handles.cs">
86-
<Link>MonoDebug\Handles.cs</Link>
87-
</Compile>
88-
<Compile Include="..\MonoDebug\src\MonoDebug.cs">
89-
<Link>MonoDebug\MonoDebug.cs</Link>
90-
</Compile>
91-
<Compile Include="..\MonoDebug\src\Protocol.cs">
92-
<Link>MonoDebug\Protocol.cs</Link>
93-
</Compile>
94-
<Compile Include="..\MonoDebug\src\Utilities.cs">
95-
<Link>MonoDebug\Utilities.cs</Link>
96-
</Compile>
97-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityDebuggerSession.cs">
98-
<Link>MonoDevelop.Debugger.Soft.Unity\UnityDebuggerSession.cs</Link>
99-
</Compile>
100-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityDebuggerStartInfo.cs">
101-
<Link>MonoDevelop.Debugger.Soft.Unity\UnityDebuggerStartInfo.cs</Link>
102-
</Compile>
103-
<Compile Include="Properties\AssemblyInfo.cs" />
104-
<Compile Include="UnityDebugSession.cs" />
105-
<Compile Include="Program.cs" />
106-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\PlayerConnection.cs">
107-
<Link>MonoDevelop.Debugger.Soft.Unity\PlayerConnection.cs</Link>
108-
</Compile>
109-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityProcessDiscovery.cs">
110-
<Link>MonoDevelop.Debugger.Soft.Unity\UnityProcessDiscovery.cs</Link>
111-
</Compile>
112-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityProcessInfo.cs">
113-
<Link>MonoDevelop.Debugger.Soft.Unity\UnityProcessInfo.cs</Link>
114-
</Compile>
115-
<Compile Include="UnityAttach.cs" />
116-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityAttachInfo.cs">
117-
<Link>MonoDevelop.Debugger.Soft.Unity\UnityAttachInfo.cs</Link>
118-
</Compile>
119-
<Compile Include="Log.cs" />
120-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\iOSOverUsbSupport.cs">
121-
<Link>MonoDevelop.Debugger.Soft.Unity\iOSOverUsbSupport.cs</Link>
122-
</Compile>
123-
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\Log.cs">
124-
<Link>MonoDevelop.Debugger.Soft.Unity\Log.cs</Link>
125-
</Compile>
126-
<Compile Include="Platform.cs" />
127-
<Compile Include="Util.cs" />
128-
</ItemGroup>
129-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
130-
<ItemGroup>
131-
<None Include="app.config" />
132-
</ItemGroup>
133-
<ItemGroup>
134-
<ProjectReference Include="..\debugger-libs\Mono.Debugging.Soft\Mono.Debugging.Soft.csproj">
135-
<Project>{de40756e-57f6-4af2-b155-55e3a88cced8}</Project>
136-
<Name>Mono.Debugging.Soft</Name>
137-
</ProjectReference>
138-
<ProjectReference Include="..\debugger-libs\Mono.Debugging\Mono.Debugging.csproj">
139-
<Project>{90c99adb-7d4b-4eb4-98c2-40bd1b14c7d2}</Project>
140-
<Name>Mono.Debugging</Name>
141-
</ProjectReference>
142-
</ItemGroup>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6+
<ProjectGuid>{D3E91D30-5B24-4743-BBE6-2EC62D7A2629}</ProjectGuid>
7+
<OutputType>Exe</OutputType>
8+
<RootNamespace>UnityDebug</RootNamespace>
9+
<AssemblyName>UnityDebug</AssemblyName>
10+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
11+
<TargetFrameworkProfile>
12+
</TargetFrameworkProfile>
13+
</PropertyGroup>
14+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15+
<DebugSymbols>true</DebugSymbols>
16+
<DebugType>full</DebugType>
17+
<Optimize>false</Optimize>
18+
<OutputPath>..\bin\</OutputPath>
19+
<DefineConstants>DEBUG;</DefineConstants>
20+
<ErrorReport>prompt</ErrorReport>
21+
<WarningLevel>4</WarningLevel>
22+
<PlatformTarget>x86</PlatformTarget>
23+
<ConsolePause>false</ConsolePause>
24+
<Commandlineparameters>--unity-debug-extra-logging</Commandlineparameters>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
27+
<DebugType>full</DebugType>
28+
<Optimize>true</Optimize>
29+
<OutputPath>..\bin\</OutputPath>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
<Externalconsole>true</Externalconsole>
33+
<PlatformTarget>x86</PlatformTarget>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
37+
<HintPath>..\External\atk-sharp.dll</HintPath>
38+
</Reference>
39+
<Reference Include="CorApi, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
40+
<HintPath>..\External\CorApi.dll</HintPath>
41+
</Reference>
42+
<Reference Include="CorApi2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
43+
<HintPath>..\External\CorApi2.dll</HintPath>
44+
</Reference>
45+
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
46+
<HintPath>..\External\gdk-sharp.dll</HintPath>
47+
</Reference>
48+
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
49+
<HintPath>..\External\glib-sharp.dll</HintPath>
50+
</Reference>
51+
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
52+
<HintPath>..\External\gtk-sharp.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
55+
<HintPath>..\External\Mono.Addins.dll</HintPath>
56+
</Reference>
57+
<Reference Include="Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
58+
<HintPath>..\External\Mono.Cairo.dll</HintPath>
59+
</Reference>
60+
<Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
61+
<HintPath>..\External\Mono.Posix.dll</HintPath>
62+
</Reference>
63+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
64+
<SpecificVersion>False</SpecificVersion>
65+
<HintPath>..\External\Newtonsoft.Json.dll</HintPath>
66+
</Reference>
67+
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
68+
<HintPath>..\External\pango-sharp.dll</HintPath>
69+
</Reference>
70+
<Reference Include="SyntaxTree.VisualStudio.Unity.Messaging, Version=1.4.0.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
71+
<HintPath>..\External\SyntaxTree.VisualStudio.Unity.Messaging.dll</HintPath>
72+
</Reference>
73+
<Reference Include="System" />
74+
<Reference Include="Microsoft.CSharp" />
75+
<Reference Include="System.Composition.Convention, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
76+
<HintPath>..\External\System.Composition.Convention.dll</HintPath>
77+
</Reference>
78+
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
79+
<HintPath>..\External\System.Security.Cryptography.Algorithms.dll</HintPath>
80+
</Reference>
81+
</ItemGroup>
82+
<ItemGroup>
83+
<Compile Include="..\MonoDebug\src\DebugSession.cs">
84+
<Link>MonoDebug\DebugSession.cs</Link>
85+
</Compile>
86+
<Compile Include="..\MonoDebug\src\Handles.cs">
87+
<Link>MonoDebug\Handles.cs</Link>
88+
</Compile>
89+
<Compile Include="..\MonoDebug\src\MonoDebug.cs">
90+
<Link>MonoDebug\MonoDebug.cs</Link>
91+
</Compile>
92+
<Compile Include="..\MonoDebug\src\Protocol.cs">
93+
<Link>MonoDebug\Protocol.cs</Link>
94+
</Compile>
95+
<Compile Include="..\MonoDebug\src\Utilities.cs">
96+
<Link>MonoDebug\Utilities.cs</Link>
97+
</Compile>
98+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityDebuggerSession.cs">
99+
<Link>MonoDevelop.Debugger.Soft.Unity\UnityDebuggerSession.cs</Link>
100+
</Compile>
101+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityDebuggerStartInfo.cs">
102+
<Link>MonoDevelop.Debugger.Soft.Unity\UnityDebuggerStartInfo.cs</Link>
103+
</Compile>
104+
<Compile Include="Properties\AssemblyInfo.cs" />
105+
<Compile Include="UnityDebugSession.cs" />
106+
<Compile Include="Program.cs" />
107+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\PlayerConnection.cs">
108+
<Link>MonoDevelop.Debugger.Soft.Unity\PlayerConnection.cs</Link>
109+
</Compile>
110+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityProcessDiscovery.cs">
111+
<Link>MonoDevelop.Debugger.Soft.Unity\UnityProcessDiscovery.cs</Link>
112+
</Compile>
113+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityProcessInfo.cs">
114+
<Link>MonoDevelop.Debugger.Soft.Unity\UnityProcessInfo.cs</Link>
115+
</Compile>
116+
<Compile Include="UnityAttach.cs" />
117+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\UnityAttachInfo.cs">
118+
<Link>MonoDevelop.Debugger.Soft.Unity\UnityAttachInfo.cs</Link>
119+
</Compile>
120+
<Compile Include="Log.cs" />
121+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\iOSOverUsbSupport.cs">
122+
<Link>MonoDevelop.Debugger.Soft.Unity\iOSOverUsbSupport.cs</Link>
123+
</Compile>
124+
<Compile Include="..\MonoDevelop.Debugger.Soft.Unity\Log.cs">
125+
<Link>MonoDevelop.Debugger.Soft.Unity\Log.cs</Link>
126+
</Compile>
127+
<Compile Include="Platform.cs" />
128+
<Compile Include="Util.cs" />
129+
</ItemGroup>
130+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
131+
<ItemGroup>
132+
<None Include="app.config" />
133+
</ItemGroup>
134+
<ItemGroup>
135+
<ProjectReference Include="..\debugger-libs\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj">
136+
<Project>{372e8e3e-29d5-4b4d-88a2-4711cd628c4e}</Project>
137+
<Name>Mono.Debugger.Soft</Name>
138+
</ProjectReference>
139+
<ProjectReference Include="..\debugger-libs\Mono.Debugging.Soft\Mono.Debugging.Soft.csproj">
140+
<Project>{de40756e-57f6-4af2-b155-55e3a88cced8}</Project>
141+
<Name>Mono.Debugging.Soft</Name>
142+
</ProjectReference>
143+
<ProjectReference Include="..\debugger-libs\Mono.Debugging\Mono.Debugging.csproj">
144+
<Project>{90c99adb-7d4b-4eb4-98c2-40bd1b14c7d2}</Project>
145+
<Name>Mono.Debugging</Name>
146+
</ProjectReference>
147+
</ItemGroup>
143148
</Project>

0 commit comments

Comments
 (0)