You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
6.5 KiB
148 lines
6.5 KiB
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{D294A12D-4B38-4F25-9AA6-3D4A6CE26E7B}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.Profiler.AddIn</RootNamespace> |
|
<AssemblyName>ICSharpCode.Profiler.AddIn</AssemblyName> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\HP\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\Misc\Profiler\</OutputPath> |
|
<StartAction>Program</StartAction> |
|
<StartProgram>..\..\..\..\..\..\bin\SharpDevelop.exe</StartProgram> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<None Include="ICSharpCode.Profiler.AddIn.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Src\Commands\CopySelectedData.cs" /> |
|
<Compile Include="Src\Commands\CopyStacktrace.cs" /> |
|
<Compile Include="Src\Commands\DomMenuCommand.cs" /> |
|
<Compile Include="Src\Commands\FindCallsOfSelected.cs" /> |
|
<Compile Include="Src\Commands\FindReferences.cs" /> |
|
<Compile Include="Src\Commands\GoToDefinition.cs" /> |
|
<Compile Include="Src\Commands\ProfileExecutable.cs" /> |
|
<Compile Include="Src\Commands\ProfileProject.cs" /> |
|
<Compile Include="Src\Commands\ProfilerMenuCommand.cs" /> |
|
<Compile Include="Src\Commands\RunTestWithProfilerCommand.cs" /> |
|
<Compile Include="Src\Commands\SetAsRoot.cs" /> |
|
<Compile Include="Src\Commands\ShowFunctions.cs" /> |
|
<Compile Include="Src\Dialogs\ProfileExecutableForm.xaml.cs"> |
|
<DependentUpon>ProfileExecutableForm.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Dialogs\ProfilerControlWindow.xaml.cs"> |
|
<DependentUpon>ProfilerControlWindow.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\Extensions.cs" /> |
|
<Compile Include="Src\OptionsPanels\General.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="Src\OptionsPanels\GeneralOptionsPanel.xaml.cs"> |
|
<DependentUpon>GeneralOptionsPanel.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
<Compile Include="Src\ProfilerRunner.cs" /> |
|
<Compile Include="Src\SharpDevelopTranslation.cs" /> |
|
<Compile Include="Src\Views\ProfilerView.xaml.cs"> |
|
<DependentUpon>ProfilerView.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="Src\Views\ProfilerDisplayBinding.cs"> |
|
</Compile> |
|
<Compile Include="Src\Views\SharpDevelopElementHost.cs" /> |
|
<Compile Include="Src\Views\WpfViewer.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Page Include="Src\Dialogs\ProfileExecutableForm.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
<Page Include="Src\Dialogs\ProfilerControlWindow.xaml" /> |
|
<Page Include="Src\OptionsPanels\GeneralOptionsPanel.xaml" /> |
|
<Page Include="Src\Views\ProfilerView.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Reference Include="ICSharpCode.Core"> |
|
<HintPath>..\..\..\..\..\..\bin\ICSharpCode.Core.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Core.Presentation"> |
|
<HintPath>..\..\..\..\..\..\bin\ICSharpCode.Core.Presentation.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop"> |
|
<HintPath>..\..\..\..\..\..\bin\ICSharpCode.SharpDevelop.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop.Dom"> |
|
<HintPath>..\..\..\..\..\..\bin\ICSharpCode.SharpDevelop.Dom.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="UnitTesting"> |
|
<HintPath>..\..\..\..\..\..\AddIns\AddIns\Misc\UnitTesting\UnitTesting.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\Controller\Controller.csproj"> |
|
<Project>{72FFB35A-C9E2-4A31-B4FA-E3E3E28DED5F}</Project> |
|
<Name>Controller</Name> |
|
<Private>True</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Controls\Controls.csproj"> |
|
<Project>{BDA49550-5ED1-4C6B-B648-657B2CACD8E0}</Project> |
|
<Name>Controls</Name> |
|
<Private>True</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<Import Project="BuildEvents.proj" /> |
|
</Project> |