2015-11-10 20:15:28 +03:00
<?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 > OpenDebugMono</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" >
2015-11-12 18:04:48 +03:00
<HintPath > sdb\bin\Mono.Cecil.dll</HintPath>
2015-11-10 20:15:28 +03:00
</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" >
2015-11-12 18:04:48 +03:00
<HintPath > packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath>
2015-11-10 20:15:28 +03:00
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "src\common\Events.cs" />
<Compile Include= "src\common\Handles.cs" />
<Compile Include= "src\common\IDebugSession.cs" />
<Compile Include= "src\common\PathUtilities.cs" />
<Compile Include= "src\common\Program.cs" />
<Compile Include= "src\common\Results.cs" />
<Compile Include= "src\common\Terminal.cs" />
<Compile Include= "src\common\Types.cs" />
<Compile Include= "src\common\Utilities.cs" />
<Compile Include= "src\common\V8Protocol.cs" />
<Compile Include= "src\MonoDebugSession.cs" />
<Compile Include= "src\MonoEngineFactory.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>
</ItemGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup >
2015-11-12 17:32:13 +03:00
<None Include= "gulpfile.js" />
2015-11-10 20:15:28 +03:00
<None Include= "packages.config" />
2015-11-11 12:38:06 +03:00
<None Include= "package.json" />
<None Include= "TerminalHelper.scpt" >
2015-11-10 20:15:28 +03:00
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
2015-11-11 16:03:27 +03:00
<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>
2015-11-10 20:15:28 +03:00
<ItemGroup >
<Folder Include= "src\" />
<Folder Include= "src\common\" />
<Folder Include= "src\sdb\" />
<Folder Include= "src\sdb\src\" />
</ItemGroup>
2015-11-11 16:03:27 +03:00
</Project>