117 строки
5.1 KiB
XML
117 строки
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{6B18B22D-6B1A-4BF9-BD46-DF84EE2181C5}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>VSCodeDebug</RootNamespace>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Externalconsole>true</Externalconsole>
|
|
<AssemblyName>monoDebug</AssemblyName>
|
|
<Commandlineparameters>--server=4711</Commandlineparameters>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Externalconsole>true</Externalconsole>
|
|
<AssemblyName>mono-debug</AssemblyName>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="ICSharpCode.NRefactory">
|
|
<HintPath>sdb\bin\ICSharpCode.NRefactory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.NRefactory.CSharp">
|
|
<HintPath>sdb\bin\ICSharpCode.NRefactory.CSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil">
|
|
<HintPath>sdb\bin\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Mdb">
|
|
<HintPath>sdb\bin\Mono.Cecil.Mdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Debugger.Soft">
|
|
<HintPath>sdb\bin\Mono.Debugger.Soft.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Debugging.Soft">
|
|
<HintPath>sdb\bin\Mono.Debugging.Soft.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Debugging">
|
|
<HintPath>sdb\bin\Mono.Debugging.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="src\MonoDebugSession.cs" />
|
|
<Compile Include="src\sdb\CommandLine.cs" />
|
|
<Compile Include="src\sdb\Debugger.cs" />
|
|
<Compile Include="sdb\src\Color.cs">
|
|
<Link>src\sdb\src\Color.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\CommandAttribute.cs">
|
|
<Link>src\sdb\src\CommandAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\Configuration.cs">
|
|
<Link>src\sdb\src\Configuration.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\CustomLogger.cs">
|
|
<Link>src\sdb\src\CustomLogger.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\Log.cs">
|
|
<Link>src\sdb\src\Log.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\SessionKind.cs">
|
|
<Link>src\sdb\src\SessionKind.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\State.cs">
|
|
<Link>src\sdb\src\State.cs</Link>
|
|
</Compile>
|
|
<Compile Include="sdb\src\Utilities.cs">
|
|
<Link>src\sdb\src\Utilities.cs</Link>
|
|
</Compile>
|
|
<Compile Include="src\Terminal.cs" />
|
|
<Compile Include="src\Handles.cs" />
|
|
<Compile Include="src\Utilities.cs" />
|
|
<Compile Include="src\DebugSession.cs" />
|
|
<Compile Include="src\MonoDebug.cs" />
|
|
<Compile Include="src\Protocol.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="package.json" />
|
|
<None Include="TerminalHelper.scpt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<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>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
</Target>
|
|
<ItemGroup>
|
|
<Folder Include="src\" />
|
|
<Folder Include="src\sdb\" />
|
|
<Folder Include="src\sdb\src\" />
|
|
</ItemGroup>
|
|
</Project> |