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

Contents of /dao/DaoMqPump2/DaoMqPump2/DaoMqPump2.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2161 - (show annotations) (download)
Fri May 16 16:05:47 2014 UTC (10 years ago) by torben
File size: 4941 byte(s)
Codesync

1 <?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 <IsWebBootstrapper>false</IsWebBootstrapper>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
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.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
58 <Reference Include="System" />
59 <Reference Include="System.Configuration.Install" />
60 <Reference Include="System.Runtime.Remoting" />
61 <Reference Include="System.Runtime.Serialization" />
62 <Reference Include="System.ServiceModel" />
63 <Reference Include="System.ServiceProcess" />
64 <Reference Include="System.Data" />
65 <Reference Include="System.Xml" />
66 </ItemGroup>
67 <ItemGroup>
68 <Compile Include="IRemoteControl.cs" />
69 <Compile Include="StatusData.cs" />
70 <Compile Include="MainProgram.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" />
72 <Compile Include="PumpService.cs" />
73 <Compile Include="PumpServiceInstallerProcess.cs" />
74 <Compile Include="RemoteControl.cs" />
75 <Compile Include="Transport.cs" />
76 <Compile Include="TransportController.cs" />
77 <Compile Include="UppercaseContainer.cs" />
78 </ItemGroup>
79 <ItemGroup>
80 <None Include="app.config" />
81 </ItemGroup>
82 <ItemGroup>
83 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
84 <Visible>False</Visible>
85 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
86 <Install>false</Install>
87 </BootstrapperPackage>
88 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
89 <Visible>False</Visible>
90 <ProductName>.NET Framework 3.5 SP1</ProductName>
91 <Install>true</Install>
92 </BootstrapperPackage>
93 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
94 <Visible>False</Visible>
95 <ProductName>Windows Installer 3.1</ProductName>
96 <Install>true</Install>
97 </BootstrapperPackage>
98 </ItemGroup>
99 <ItemGroup>
100 <ProjectReference Include="..\DaoCommon\DaoCommon.csproj">
101 <Project>{321A878D-DE0A-4432-AFC9-FD0D2D9722C1}</Project>
102 <Name>DaoCommon</Name>
103 </ProjectReference>
104 </ItemGroup>
105 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107 Other similar extension points exist, see Microsoft.Common.targets.
108 <Target Name="BeforeBuild">
109 </Target>
110 <Target Name="AfterBuild">
111 </Target>
112 -->
113 </Project>

  ViewVC Help
Powered by ViewVC 1.1.20