|
|
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ProjectGuid>{DBEF953E-F7BC-4D54-8A27-B758EC875C49}</ProjectGuid> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
@ -6,7 +7,7 @@
@@ -6,7 +7,7 @@
|
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<RootNamespace>BenchmarkRunner</RootNamespace> |
|
|
|
|
<AssemblyName>BenchmarkRunner</AssemblyName> |
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
<SourceAnalysisOverrideSettingsFile>C:\Users\daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
|
|
|
<OutputPath>..\..\bin\</OutputPath> |
|
|
|
@ -33,9 +34,12 @@
@@ -33,9 +34,12 @@
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
|
<SignAssembly>False</SignAssembly> |
|
|
|
|
<DelaySign>False</DelaySign> |
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
@ -50,6 +54,13 @@
@@ -50,6 +54,13 @@
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
<RegisterForComInterop>True</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
@ -69,13 +80,6 @@
@@ -69,13 +80,6 @@
|
|
|
|
|
<Compile Include="BenchmarkRunner.cs" /> |
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\Controller\Profiler.Controller.csproj"> |
|
|
|
|
<Project>{72FFB35A-C9E2-4A31-B4FA-E3E3E28DED5F}</Project> |
|
|
|
|
<Name>Profiler.Controller</Name> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
|
<Visible>False</Visible> |
|
|
|
@ -88,4 +92,13 @@
@@ -88,4 +92,13 @@
|
|
|
|
|
<Install>true</Install> |
|
|
|
|
</BootstrapperPackage> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\Controller\Profiler.Controller.csproj"> |
|
|
|
|
<Project>{72FFB35A-C9E2-4A31-B4FA-E3E3E28DED5F}</Project> |
|
|
|
|
<Name>Profiler.Controller</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="app.config" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
</Project> |