/[projects]/dao/DaoMqPump2/DaoMqPump2/DaoMqPump2.csproj
ViewVC logotype

Annotation of /dao/DaoMqPump2/DaoMqPump2/DaoMqPump2.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1999 - (hide annotations) (download)
Mon Jul 8 14:22:33 2013 UTC (10 years, 10 months ago) by torben
File size: 4775 byte(s)
Use one StatusData struct to transfer data
Introduce EventLog file
Add lastTransferTime to status data
1 torben 1986 <?xml version="1.0" encoding="utf-8"?>
2     <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3     <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{79E11AE8-A94D-4557-BCE3-4426BA262F4F}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>DaoMqPump2</RootNamespace>
12     <AssemblyName>DaoMqPump2</AssemblyName>
13     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17     <PublishUrl>publish\</PublishUrl>
18     <Install>true</Install>
19     <InstallFrom>Disk</InstallFrom>
20     <UpdateEnabled>false</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>false</UpdatePeriodically>
25     <UpdateRequired>false</UpdateRequired>
26     <MapFileExtensions>true</MapFileExtensions>
27     <ApplicationRevision>0</ApplicationRevision>
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29     <IsWebBootstrapper>false</IsWebBootstrapper>
30     <UseApplicationTrust>false</UseApplicationTrust>
31     <BootstrapperEnabled>true</BootstrapperEnabled>
32     </PropertyGroup>
33     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34     <PlatformTarget>x86</PlatformTarget>
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <OutputPath>bin\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42     </PropertyGroup>
43     <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44     <PlatformTarget>x86</PlatformTarget>
45     <DebugType>pdbonly</DebugType>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>4</WarningLevel>
51     </PropertyGroup>
52     <ItemGroup>
53     <Reference Include="amqmdnet, Version=1.0.0.3, Culture=neutral, PublicKeyToken=dd3cb1c9aae9ec97">
54     <SpecificVersion>False</SpecificVersion>
55     <HintPath>..\..\..\Program Files\IBM\WebSphere MQ\bin\amqmdnet.dll</HintPath>
56     </Reference>
57     <Reference Include="MySql.Data, Version=6.1.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
58     <Private>True</Private>
59     </Reference>
60     <Reference Include="System" />
61     <Reference Include="System.Configuration.Install" />
62     <Reference Include="System.Runtime.Remoting" />
63 torben 1999 <Reference Include="System.Runtime.Serialization" />
64 torben 1986 <Reference Include="System.ServiceModel" />
65     <Reference Include="System.ServiceProcess" />
66     <Reference Include="System.Data" />
67     <Reference Include="System.Xml" />
68     </ItemGroup>
69     <ItemGroup>
70     <Compile Include="IRemoteControl.cs" />
71 torben 1999 <Compile Include="StatusData.cs" />
72 torben 1986 <Compile Include="MainProgram.cs" />
73     <Compile Include="Properties\AssemblyInfo.cs" />
74 torben 1993 <Compile Include="PumpService.cs" />
75     <Compile Include="PumpServiceInstaller.cs" />
76     <Compile Include="PumpServiceInstallerProcess.cs" />
77 torben 1986 <Compile Include="RemoteControl.cs" />
78     <Compile Include="Transport.cs" />
79     <Compile Include="TransportController.cs" />
80     </ItemGroup>
81     <ItemGroup>
82     <None Include="app.config" />
83     </ItemGroup>
84     <ItemGroup>
85     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
86     <Visible>False</Visible>
87     <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
88     <Install>false</Install>
89     </BootstrapperPackage>
90     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
91     <Visible>False</Visible>
92     <ProductName>.NET Framework 3.5 SP1</ProductName>
93     <Install>true</Install>
94     </BootstrapperPackage>
95     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
96     <Visible>False</Visible>
97     <ProductName>Windows Installer 3.1</ProductName>
98     <Install>true</Install>
99     </BootstrapperPackage>
100     </ItemGroup>
101     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103     Other similar extension points exist, see Microsoft.Common.targets.
104     <Target Name="BeforeBuild">
105     </Target>
106     <Target Name="AfterBuild">
107     </Target>
108     -->
109     </Project>

  ViewVC Help
Powered by ViewVC 1.1.20