Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj136
1 files changed, 136 insertions, 0 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj
new file mode 100644
index 00000000000..9b4b19c1478
--- /dev/null
+++ b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft.csproj
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <ProjectGuid>{8787A3B7-8A19-4586-8DCF-6F5914FD48D5}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AssemblyName>Mono.Debugger.Soft</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../mono.snk</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;MONO_DATACONVERTER_STATIC_METHODS</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @COMMON_SOURCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include=".\Assembly\AssemblyInfo.cs" />
+ <Compile Include="Mono.Debugger.Soft\AbsentInformationException.cs" />
+ <Compile Include="Mono.Debugger.Soft\AppDomainCreateEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\AppDomainMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\AppDomainUnloadEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\ArrayMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\AssemblyLoadEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\AssemblyLoadEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\AssemblyMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\AssemblyUnloadEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\BreakpointEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\BreakpointEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\Connection.cs" />
+ <Compile Include="Mono.Debugger.Soft\CustomAttributeDataMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\CustomAttributeNamedArgumentMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\CustomAttributeTypedArgumentMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\DataConverter.cs" />
+ <Compile Include="Mono.Debugger.Soft\EnumMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\Event.cs" />
+ <Compile Include="Mono.Debugger.Soft\EventQueueImpl.cs" />
+ <Compile Include="Mono.Debugger.Soft\EventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\EventSet.cs" />
+ <Compile Include="Mono.Debugger.Soft\EventType.cs" />
+ <Compile Include="Mono.Debugger.Soft\ExceptionEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\ExceptionEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\FieldInfoMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\IInvokeAsyncResult.cs" />
+ <Compile Include="Mono.Debugger.Soft\ILExceptionHandler.cs" />
+ <Compile Include="Mono.Debugger.Soft\ILInstruction.cs" />
+ <Compile Include="Mono.Debugger.Soft\ILInterpreter.cs" />
+ <Compile Include="Mono.Debugger.Soft\IMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\InterfaceMappingMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\InvalidStackFrameException.cs" />
+ <Compile Include="Mono.Debugger.Soft\InvocationException.cs" />
+ <Compile Include="Mono.Debugger.Soft\InvokeOptions.cs" />
+ <Compile Include="Mono.Debugger.Soft\ITargetProcess.cs" />
+ <Compile Include="Mono.Debugger.Soft\LocalScope.cs" />
+ <Compile Include="Mono.Debugger.Soft\LocalVariable.cs" />
+ <Compile Include="Mono.Debugger.Soft\Location.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodBodyMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodEntryEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodEntryEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodExitEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodExitEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\MethodMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\Mirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\ModuleMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\ObjectCollectedException.cs" />
+ <Compile Include="Mono.Debugger.Soft\ObjectMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\ParameterInfoMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\PointerValue.cs" />
+ <Compile Include="Mono.Debugger.Soft\PrimitiveValue.cs" />
+ <Compile Include="Mono.Debugger.Soft\PropertyInfoMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\StackFrame.cs" />
+ <Compile Include="Mono.Debugger.Soft\StepEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\StepEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\StringMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\StructMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\SuspendPolicy.cs" />
+ <Compile Include="Mono.Debugger.Soft\ThreadDeathEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\ThreadMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\ThreadStartEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\TypeLoadEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\TypeLoadEventRequest.cs" />
+ <Compile Include="Mono.Debugger.Soft\TypeMirror.cs" />
+ <Compile Include="Mono.Debugger.Soft\UserBreakEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\UserLogEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\Value.cs" />
+ <Compile Include="Mono.Debugger.Soft\VirtualMachine.cs" />
+ <Compile Include="Mono.Debugger.Soft\VirtualMachineManager.cs" />
+ <Compile Include="Mono.Debugger.Soft\VMDeathEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\VMDisconnectedException.cs" />
+ <Compile Include="Mono.Debugger.Soft\VMDisconnectEvent.cs" />
+ <Compile Include="Mono.Debugger.Soft\VMMismatchException.cs" />
+ <Compile Include="Mono.Debugger.Soft\VMStartEvent.cs" />
+ </ItemGroup>
+ <!-- @ALL_SOURCES@ -->
+ <!-- @COMMON_PROJECT_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../System/System.csproj" />
+ <ProjectReference Include="../Mono.Cecil/Mono.Cecil.csproj" />
+ <ProjectReference Include="../System.Core/System.Core.csproj" />
+ <ProjectReference Include="../corlib/corlib.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+</Project> \ No newline at end of file