1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>9.0.30729</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{A22A20C7-E58D-48CD-8CA4-A38117BFAE8E}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>dblt</RootNamespace>
\r
12 <AssemblyName>dblt</AssemblyName>
\r
13 <StartupObject>dblt.dblt</StartupObject>
\r
14 <IsWebBootstrapper>true</IsWebBootstrapper>
\r
15 <ApplicationIcon>Blue cube.ico</ApplicationIcon>
\r
18 <UpgradeBackupLocation>
\r
19 </UpgradeBackupLocation>
\r
20 <OldToolsVersion>3.5</OldToolsVersion>
\r
21 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
\r
22 <TargetFrameworkProfile />
\r
23 <PublishUrl>http://localhost/dblt/</PublishUrl>
\r
24 <Install>true</Install>
\r
25 <InstallFrom>Web</InstallFrom>
\r
26 <UpdateEnabled>true</UpdateEnabled>
\r
27 <UpdateMode>Foreground</UpdateMode>
\r
28 <UpdateInterval>7</UpdateInterval>
\r
29 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
\r
30 <UpdatePeriodically>false</UpdatePeriodically>
\r
31 <UpdateRequired>false</UpdateRequired>
\r
32 <MapFileExtensions>true</MapFileExtensions>
\r
33 <SupportUrl>http://www.8kb.co.uk</SupportUrl>
\r
34 <TargetCulture>en</TargetCulture>
\r
35 <ProductName>.NET Database Load Tester</ProductName>
\r
36 <PublisherName>Glyn Astill</PublisherName>
\r
37 <ApplicationRevision>0</ApplicationRevision>
\r
38 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
\r
39 <UseApplicationTrust>false</UseApplicationTrust>
\r
40 <BootstrapperEnabled>true</BootstrapperEnabled>
\r
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
43 <DebugSymbols>true</DebugSymbols>
\r
44 <DebugType>full</DebugType>
\r
45 <Optimize>false</Optimize>
\r
46 <OutputPath>bin\Debug\</OutputPath>
\r
47 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
48 <ErrorReport>prompt</ErrorReport>
\r
49 <WarningLevel>4</WarningLevel>
\r
50 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
\r
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
53 <DebugType>pdbonly</DebugType>
\r
54 <Optimize>true</Optimize>
\r
55 <OutputPath>bin\Release\</OutputPath>
\r
56 <DefineConstants>TRACE</DefineConstants>
\r
57 <ErrorReport>prompt</ErrorReport>
\r
58 <WarningLevel>4</WarningLevel>
\r
59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
\r
62 <Reference Include="Npgsql, Version=2.0.11.91, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
\r
63 <SpecificVersion>False</SpecificVersion>
\r
64 <HintPath>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Npgsql2.0.11.91-bin-ms.net3.5sp1\Npgsql.dll</HintPath>
\r
66 <Reference Include="System" />
\r
67 <Reference Include="System.configuration" />
\r
68 <Reference Include="System.Data" />
\r
69 <Reference Include="System.Web.Extensions" />
\r
70 <Reference Include="System.Xml" />
\r
73 <Compile Include="Program.cs" />
\r
74 <Compile Include="Properties\AssemblyInfo.cs" />
\r
77 <None Include="App.config">
\r
78 <SubType>Designer</SubType>
\r
82 <Content Include="Blue cube.ico" />
\r
83 <Content Include="Transactions.xml">
\r
84 <SubType>Designer</SubType>
\r
85 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
\r
89 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
\r
90 <Visible>False</Visible>
\r
91 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
\r
92 <Install>false</Install>
\r
93 </BootstrapperPackage>
\r
94 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
\r
95 <Visible>False</Visible>
\r
96 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
\r
97 <Install>true</Install>
\r
98 </BootstrapperPackage>
\r
99 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
\r
100 <Visible>False</Visible>
\r
101 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
\r
102 <Install>false</Install>
\r
103 </BootstrapperPackage>
\r
104 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
\r
105 <Visible>False</Visible>
\r
106 <ProductName>.NET Framework 3.5</ProductName>
\r
107 <Install>false</Install>
\r
108 </BootstrapperPackage>
\r
109 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
\r
110 <Visible>False</Visible>
\r
111 <ProductName>.NET Framework 3.5 SP1</ProductName>
\r
112 <Install>false</Install>
\r
113 </BootstrapperPackage>
\r
115 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
116 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
117 Other similar extension points exist, see Microsoft.Common.targets.
\r
118 <Target Name="BeforeBuild">
\r
120 <Target Name="AfterBuild">
\r