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.
104 lines
4.4 KiB
104 lines
4.4 KiB
<?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> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Exe</OutputType> |
|
<RootNamespace>BenchmarkRunner</RootNamespace> |
|
<AssemblyName>BenchmarkRunner</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<SourceAnalysisOverrideSettingsFile>C:\Users\daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
<OutputPath>..\..\bin\</OutputPath> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<FileUpgradeFlags> |
|
</FileUpgradeFlags> |
|
<OldToolsVersion>3.5</OldToolsVersion> |
|
<UpgradeBackupLocation /> |
|
<PublishUrl>publish\</PublishUrl> |
|
<Install>true</Install> |
|
<InstallFrom>Disk</InstallFrom> |
|
<UpdateEnabled>false</UpdateEnabled> |
|
<UpdateMode>Foreground</UpdateMode> |
|
<UpdateInterval>7</UpdateInterval> |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
<UpdateRequired>false</UpdateRequired> |
|
<MapFileExtensions>true</MapFileExtensions> |
|
<ApplicationRevision>0</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<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> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<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" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="BenchmarkRunner.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
<Visible>False</Visible> |
|
<ProductName>Windows Installer 3.1</ProductName> |
|
<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> |