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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2000 - (show annotations) (download)
Mon Jul 8 14:23:01 2013 UTC (10 years, 10 months ago) by torben
File size: 5493 byte(s)
Client side parts of:
 Use one StatusData struct to transfer data
 Introduce EventLog file
 Add lastTransferTime to status data
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>{88833A30-837A-4513-BF75-326DD632776E}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>DaoMqGUI</RootNamespace>
12 <AssemblyName>DaoMqGUI</AssemblyName>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
19 <PlatformTarget>x86</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
29 <PlatformTarget>x86</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup>
38 <ApplicationIcon>mq_small.ico</ApplicationIcon>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="Microsoft.VisualBasic" />
42 <Reference Include="System" />
43 <Reference Include="System.Runtime.Serialization" />
44 <Reference Include="System.ServiceModel" />
45 <Reference Include="System.Data" />
46 <Reference Include="System.Deployment" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="MainForm.cs">
53 <SubType>Form</SubType>
54 </Compile>
55 <Compile Include="MainForm.Designer.cs">
56 <DependentUpon>MainForm.cs</DependentUpon>
57 </Compile>
58 <Compile Include="Program.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <Compile Include="Service References\ServiceReference1\Reference.cs">
61 <AutoGen>True</AutoGen>
62 <DesignTime>True</DesignTime>
63 <DependentUpon>Reference.svcmap</DependentUpon>
64 </Compile>
65 <EmbeddedResource Include="MainForm.resx">
66 <DependentUpon>MainForm.cs</DependentUpon>
67 </EmbeddedResource>
68 <EmbeddedResource Include="Properties\Resources.resx">
69 <Generator>ResXFileCodeGenerator</Generator>
70 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
71 <SubType>Designer</SubType>
72 </EmbeddedResource>
73 <Compile Include="Properties\Resources.Designer.cs">
74 <AutoGen>True</AutoGen>
75 <DependentUpon>Resources.resx</DependentUpon>
76 <DesignTime>True</DesignTime>
77 </Compile>
78 <None Include="app.config" />
79 <None Include="Properties\Settings.settings">
80 <Generator>SettingsSingleFileGenerator</Generator>
81 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
82 </None>
83 <Compile Include="Properties\Settings.Designer.cs">
84 <AutoGen>True</AutoGen>
85 <DependentUpon>Settings.settings</DependentUpon>
86 <DesignTimeSharedInput>True</DesignTimeSharedInput>
87 </Compile>
88 <None Include="Service References\ServiceReference1\DaoMqGUI.ServiceReference1.StatusData.datasource">
89 <DependentUpon>Reference.svcmap</DependentUpon>
90 </None>
91 <None Include="Service References\ServiceReference1\item.wsdl" />
92 <None Include="Service References\ServiceReference1\item.xsd" />
93 <None Include="Service References\ServiceReference1\item1.xsd" />
94 <None Include="Service References\ServiceReference1\item2.xsd" />
95 <None Include="Service References\ServiceReference1\item3.xsd" />
96 <None Include="Service References\ServiceReference1\RemoteControl.wsdl" />
97 </ItemGroup>
98 <ItemGroup>
99 <WCFMetadata Include="Service References\" />
100 </ItemGroup>
101 <ItemGroup>
102 <WCFMetadataStorage Include="Service References\ServiceReference1\" />
103 </ItemGroup>
104 <ItemGroup>
105 <None Include="Service References\ServiceReference1\item.disco" />
106 </ItemGroup>
107 <ItemGroup>
108 <None Include="Service References\ServiceReference1\configuration91.svcinfo" />
109 </ItemGroup>
110 <ItemGroup>
111 <None Include="Service References\ServiceReference1\configuration.svcinfo" />
112 </ItemGroup>
113 <ItemGroup>
114 <None Include="Service References\ServiceReference1\Reference.svcmap">
115 <Generator>WCF Proxy Generator</Generator>
116 <LastGenOutput>Reference.cs</LastGenOutput>
117 </None>
118 </ItemGroup>
119 <ItemGroup>
120 <Content Include="mq.ico" />
121 <Content Include="mq_small.ico" />
122 </ItemGroup>
123 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125 Other similar extension points exist, see Microsoft.Common.targets.
126 <Target Name="BeforeBuild">
127 </Target>
128 <Target Name="AfterBuild">
129 </Target>
130 -->
131 </Project>

  ViewVC Help
Powered by ViewVC 1.1.20