mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
222 lines
8.8 KiB
XML
222 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>
|
|
<ProjectGuid>{75A94CEB-442C-45B6-AEEC-A5F16D4543F3}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Xenia.Debug.UI</RootNamespace>
|
|
<AssemblyName>Xenia.Debug.UI</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>..\..\build\bin\Debug\</OutputPath>
|
|
<IntermediateOutputPath>..\..\build\obj\Debug\</IntermediateOutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>..\..\build\bin\Release\</OutputPath>
|
|
<IntermediateOutputPath>..\..\build\obj\Release\</IntermediateOutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>Xenia.Debug.UI.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controls\BaseDocument.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BaseDocument.Designer.cs">
|
|
<DependentUpon>BaseDocument.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\BasePanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\BasePanel.Designer.cs">
|
|
<DependentUpon>BasePanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainWindow.Designer.cs">
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Views\BreakpointsPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\BreakpointsPanel.Designer.cs">
|
|
<DependentUpon>BreakpointsPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\CallstackPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\CallstackPanel.Designer.cs">
|
|
<DependentUpon>CallstackPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\CodeDocument.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\CodeDocument.Designer.cs">
|
|
<DependentUpon>CodeDocument.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\FilesystemPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\FilesystemPanel.Designer.cs">
|
|
<DependentUpon>FilesystemPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\FunctionsPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\FunctionsPanel.Designer.cs">
|
|
<DependentUpon>FunctionsPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\HeapDocument.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\HeapDocument.Designer.cs">
|
|
<DependentUpon>HeapDocument.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\MemoryDocument.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\MemoryDocument.Designer.cs">
|
|
<DependentUpon>MemoryDocument.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ModulesPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\ModulesPanel.Designer.cs">
|
|
<DependentUpon>ModulesPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ProfilePanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\ProfilePanel.Designer.cs">
|
|
<DependentUpon>ProfilePanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\RegistersPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\RegistersPanel.Designer.cs">
|
|
<DependentUpon>RegistersPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\StatisticsDocument.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\StatisticsDocument.Designer.cs">
|
|
<DependentUpon>StatisticsDocument.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\ThreadsPanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\ThreadsPanel.Designer.cs">
|
|
<DependentUpon>ThreadsPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\TracePanel.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Views\TracePanel.Designer.cs">
|
|
<DependentUpon>TracePanel.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="MainWindow.resx">
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="Views\BreakpointsPanel.resx">
|
|
<DependentUpon>BreakpointsPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\CallstackPanel.resx">
|
|
<DependentUpon>CallstackPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\CodeDocument.resx">
|
|
<DependentUpon>CodeDocument.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\FunctionsPanel.resx">
|
|
<DependentUpon>FunctionsPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\ModulesPanel.resx">
|
|
<DependentUpon>ModulesPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Views\ThreadsPanel.resx">
|
|
<DependentUpon>ThreadsPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\third_party\dockpanelsuite\WinFormsUI\WinFormsUI.csproj">
|
|
<Project>{c75532c4-765b-418e-b09b-46d36b2abdb1}</Project>
|
|
<Name>WinFormsUI</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Xenia.Debug\Xenia.Debug.csproj">
|
|
<Project>{58348c66-1b0d-497c-b51a-28e99df1ef74}</Project>
|
|
<Name>Xenia.Debug</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\pause.png" />
|
|
<Content Include="Resources\play.png" />
|
|
<Content Include="Resources\step_in.bmp" />
|
|
<Content Include="Resources\step_out.bmp" />
|
|
<Content Include="Resources\step_over.bmp" />
|
|
<Content Include="Resources\stop.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\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> |