mocha/dotnet/Applications/Mocha.Debugger/Mocha.Debugger.csproj
2023-10-31 11:47:27 -04:00

69 lines
3.2 KiB
XML
Executable File

<?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>{FF61C373-835F-4160-8499-30324E8B9909}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Mocha.Debugger</RootNamespace>
<AssemblyName>Mocha.Debugger</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Output\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<AssemblyName>mcxdebug</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Mocha.OMS\Mocha.OMS.csproj">
<Project>{8588928F-2868-4248-8993-533307A05C0C}</Project>
<Name>Mocha.OMS</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mocha.Storage\Mocha.Storage.csproj">
<Project>{C9A3AE1D-0658-4A70-BC48-9D8DEF9C205B}</Project>
<Name>Mocha.Storage</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mocha.Storage.Local\Mocha.Storage.Local.csproj">
<Project>{A4B8D6D8-3365-49FC-8123-58B3749A5427}</Project>
<Name>Mocha.Storage.Local</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\MBS.Networking\Plugins\MBS.Networking.Plugins.HyperTextTransfer\MBS.Networking.Plugins.HyperTextTransfer.csproj">
<Project>{5743EE32-F3ED-4162-A0E3-B105503BF139}</Project>
<Name>MBS.Networking.Plugins.HyperTextTransfer</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\MBS.Networking\Libraries\MBS.Networking\MBS.Networking.csproj">
<Project>{DBD65B3F-81C8-4E44-B268-3FAB3B12AA1E}</Project>
<Name>MBS.Networking</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
<Name>MBS.Framework</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mocha.Core\Mocha.Core.csproj">
<Project>{8D3211A6-B2D6-4A26-ABE3-5B57636A4196}</Project>
<Name>Mocha.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>