mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
135 lines
No EOL
6.4 KiB
XML
135 lines
No EOL
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectGuid>{535A7E34-AC73-4781-B791-2C81A9066A2C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.VS.DebugEngine</RootNamespace>
|
|
<AssemblyName>Cosmos.VS.DebugEngine</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<GeneratePkgDefFile>false</GeneratePkgDefFile>
|
|
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
|
|
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
|
|
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
|
|
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
|
|
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DeployExtension>True</DeployExtension>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AD7.Definitions\AD7Enums.cs" />
|
|
<Compile Include="AD7.Definitions\AD7Guids.cs" />
|
|
<Compile Include="AD7.Definitions\AD7Hresult.cs" />
|
|
<Compile Include="AD7.Impl\AD7BoundBreakpoint.cs" />
|
|
<Compile Include="AD7.Impl\AD7BreakpointResolution.cs" />
|
|
<Compile Include="AD7.Impl\AD7DocumentContext.cs" />
|
|
<Compile Include="AD7.Impl\AD7Engine.cs" />
|
|
<Compile Include="AD7.Impl\AD7Enums.cs" />
|
|
<Compile Include="AD7.Impl\AD7Events.cs" />
|
|
<Compile Include="AD7.Impl\AD7Expression.cs" />
|
|
<Compile Include="AD7.Impl\AD7MemoryAddress.cs" />
|
|
<Compile Include="AD7.Impl\AD7Module.cs" />
|
|
<Compile Include="AD7.Impl\AD7PendingBreakpoint.cs" />
|
|
<Compile Include="AD7.Impl\AD7Port.cs" />
|
|
<Compile Include="AD7.Impl\AD7PortSupplier.cs" />
|
|
<Compile Include="AD7.Impl\AD7Process.cs" />
|
|
<Compile Include="AD7.Impl\AD7Process.Launcher.cs" />
|
|
<Compile Include="AD7.Impl\AD7ProgramNode.cs" />
|
|
<Compile Include="AD7.Impl\AD7ProgramProvider.cs" />
|
|
<Compile Include="AD7.Impl\AD7Property.cs" />
|
|
<Compile Include="AD7.Impl\AD7StackFrame.cs" />
|
|
<Compile Include="AD7.Impl\AD7Thread.cs" />
|
|
<Compile Include="AD7.Impl\DebugLocalInfo.cs" />
|
|
<Compile Include="AD7Util.cs" />
|
|
<Compile Include="AsmSource.cs" />
|
|
<Compile Include="Engine.Impl\BreakpointManager.cs" />
|
|
<Compile Include="Engine.Impl\EngineCallback.cs" />
|
|
<Compile Include="Engine.Impl\EngineUtils.cs" />
|
|
<Compile Include="Engine.Impl\OperationThread.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utilities\Extensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\Cosmos.snk">
|
|
<Link>Cosmos.snk</Link>
|
|
</None>
|
|
<None Include=".editorconfig" />
|
|
<None Include="project.json" />
|
|
<None Include="source.extension.vsixmanifest">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
|
<Project>{CB20F8F9-8C1D-43A6-96EA-89FEC2512C99}</Project>
|
|
<Name>Cosmos.Build.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj">
|
|
<Project>{AB24E403-54F3-4F67-B5E0-119A7227AAC1}</Project>
|
|
<Name>Cosmos.Debug.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.DebugConnectors\Cosmos.Debug.DebugConnectors.csproj">
|
|
<Project>{BC91BCEF-D146-4EB0-BE63-C637880C5800}</Project>
|
|
<Name>Cosmos.Debug.DebugConnectors</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Hosts\Cosmos.Debug.Hosts.csproj">
|
|
<Project>{C9826909-2E5E-4453-93FA-B6BE4503DF02}</Project>
|
|
<Name>Cosmos.Debug.Hosts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Debug.Symbols\Cosmos.Debug.Symbols.csproj">
|
|
<Project>{ecc4319f-a844-45b8-bf63-2fd04f05e56a}</Project>
|
|
<Name>Cosmos.Debug.Symbols</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |