mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
148 lines
No EOL
7.3 KiB
XML
148 lines
No EOL
7.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{6D2688FE-6FD8-44A8-B96A-6037457F72A7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.Debug.VSDebugEngine</RootNamespace>
|
|
<AssemblyName>Cosmos.Debug.VSDebugEngine</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 2010 SDK\VisualStudioIntegration\Common\Assemblies\v2.0\Microsoft.VisualStudio.Debugger.InteropA.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VSSDK\VisualStudioIntegration\Common\Assemblies\v4.0\Microsoft.VisualStudio.Shell.12.0.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AD7.Definitions\AD7Enums.cs" />
|
|
<Compile Include="AD7.Definitions\AD7Guids.cs" />
|
|
<Compile Include="AD7.Impl\AD7BoundBreakpoint.cs" />
|
|
<Compile Include="AD7.Impl\AD7BreakpointResolution.cs" />
|
|
<Compile Include="AD7.Impl\AD7DocumentContext.cs" />
|
|
<Compile Include="AD7.Impl\AD7Enums.cs" />
|
|
<Compile Include="AD7.Impl\AD7Events.cs" />
|
|
<Compile Include="AD7.Impl\AD7Expression.cs" />
|
|
<Compile Include="AD7.Impl\AD7Port.cs" />
|
|
<Compile Include="AD7.Impl\AD7PortSupplier.cs" />
|
|
<Compile Include="AD7.Impl\AD7Process.cs" />
|
|
<Compile Include="AD7.Impl\AD7ProgramProvider.cs" />
|
|
<Compile Include="AD7.Impl\AD7StackFrame.cs" />
|
|
<Compile Include="AD7.Impl\AD7MemoryAddress.cs" />
|
|
<Compile Include="AD7.Impl\AD7Module.cs" />
|
|
<Compile Include="AD7.Impl\AD7ProgramNode.cs" />
|
|
<Compile Include="AD7.Impl\AD7Property.cs" />
|
|
<Compile Include="AD7.Impl\AD7Thread.cs" />
|
|
<Compile Include="AD7.Definitions\AD7Hresult.cs" />
|
|
<Compile Include="AD7.Impl\AD7PendingBreakpoint.cs" />
|
|
<Compile Include="AD7.Impl\DebugLocalInfo.cs" />
|
|
<Compile Include="AD7.Impl\AD7Process.Launcher.cs" />
|
|
<Compile Include="AD7Util.cs" />
|
|
<Compile Include="AsmSource.cs" />
|
|
<Compile Include="Engine.Impl\BreakpointManager.cs" />
|
|
<Compile Include="Engine.Impl\OperationThread.cs" />
|
|
<Compile Include="AD7.Impl\AD7Engine.cs" />
|
|
<Compile Include="Engine.Impl\EngineCallback.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Engine.Impl\EngineUtils.cs" />
|
|
<Compile Include="ResourceStrings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ResourceStrings.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utilities\Extensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ResourceStrings.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>ResourceStrings.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj">
|
|
<Project>{0462e82b-8c29-41a9-8265-9c89038adb29}</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>{2e740096-911f-47d0-a46d-998dbb76fc5d}</Project>
|
|
<Name>Cosmos.Debug.Symbols</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\Cosmos.snk">
|
|
<Link>Cosmos.snk</Link>
|
|
</None>
|
|
<None Include=".editorconfig" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- 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> |