mirror of
https://github.com/AxioDL/optick.git
synced 2026-03-30 11:49:24 -07:00
157 lines
7.1 KiB
XML
157 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{2B515F9A-27ED-4A0F-85F1-2E73B838BD81}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Profiler.Controls</RootNamespace>
|
|
<AssemblyName>Profiler.Controls</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</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>
|
|
</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>
|
|
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net462\ControlzEx.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSharpCode.AvalonEdit">
|
|
<HintPath>..\AutoEmbedLibs\ICSharpCode.AvalonEdit.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MahApps.Metro, Version=1.6.5.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MahApps.Metro.1.6.5\lib\net46\MahApps.Metro.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="SharpDX, Version=2.6.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\AutoEmbedLibs\SharpDX.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpDX.Direct3D11, Version=2.6.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\AutoEmbedLibs\SharpDX.Direct3D11.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpDX.DXGI, Version=2.6.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\AutoEmbedLibs\SharpDX.DXGI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net462\System.Windows.Interactivity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ColorToBrushConverter.cs" />
|
|
<Compile Include="ControlUtils.cs" />
|
|
<Compile Include="Converters.cs" />
|
|
<Compile Include="FunctionSearch.xaml.cs">
|
|
<DependentUpon>FunctionSearch.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SourceView.cs" />
|
|
<Compile Include="ThreadView\ChartRow.cs" />
|
|
<Compile Include="ThreadView\EventsThreadRow.cs" />
|
|
<Compile Include="ThreadView\EventThreadView.xaml.cs">
|
|
<DependentUpon>EventThreadView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RoutedEvents.cs" />
|
|
<Compile Include="ThreadView\SamplingThreadView.xaml.cs">
|
|
<DependentUpon>SamplingThreadView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ThreadView\ThreadNameView.xaml.cs">
|
|
<DependentUpon>ThreadNameView.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ThreadView\ThreadRow.cs" />
|
|
<Compile Include="ThreadView\ThreadViewControl.xaml.cs">
|
|
<DependentUpon>ThreadViewControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ThreadView\ThreadViewSettings.cs" />
|
|
<Compile Include="ViewModels\SamplingViewModel.cs" />
|
|
<Compile Include="ViewModels\ThreadFilterViewModel.cs" />
|
|
<Compile Include="Views\ThreadFilterView.xaml.cs">
|
|
<DependentUpon>ThreadFilterView.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Profiler.Data\Profiler.Data.csproj">
|
|
<Project>{37d3fa6a-86fa-43b2-8a4f-681daa3c5e63}</Project>
|
|
<Name>Profiler.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Profiler.DirectX\Profiler.DirectX.csproj">
|
|
<Project>{e86c057e-e135-4100-a4a4-c943c7f14c56}</Project>
|
|
<Name>Profiler.DirectX</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Profiler.InfrastructureMvvm\Profiler.InfrastructureMvvm.csproj">
|
|
<Project>{65cae3b7-6ea5-4fa4-8e83-4128ff73a40d}</Project>
|
|
<Name>Profiler.InfrastructureMvvm</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="FunctionSearch.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Resource Include="Icons\Icons.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Resource>
|
|
<Page Include="ThreadView\EventThreadView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ThreadView\SamplingThreadView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ThreadView\ThreadNameView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ThreadView\ThreadViewControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\ThreadFilterView.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |