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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1986 - (hide annotations) (download)
Wed Jul 3 07:56:52 2013 UTC (10 years, 11 months ago) by torben
File size: 5195 byte(s)
Add files
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>{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="System" />
42     <Reference Include="System.Runtime.Serialization" />
43     <Reference Include="System.ServiceModel" />
44     <Reference Include="System.Data" />
45     <Reference Include="System.Deployment" />
46     <Reference Include="System.Drawing" />
47     <Reference Include="System.Windows.Forms" />
48     <Reference Include="System.Xml" />
49     </ItemGroup>
50     <ItemGroup>
51     <Compile Include="MainForm.cs">
52     <SubType>Form</SubType>
53     </Compile>
54     <Compile Include="MainForm.Designer.cs">
55     <DependentUpon>MainForm.cs</DependentUpon>
56     </Compile>
57     <Compile Include="Program.cs" />
58     <Compile Include="Properties\AssemblyInfo.cs" />
59     <Compile Include="Service References\ServiceReference1\Reference.cs">
60     <AutoGen>True</AutoGen>
61     <DesignTime>True</DesignTime>
62     <DependentUpon>Reference.svcmap</DependentUpon>
63     </Compile>
64     <EmbeddedResource Include="MainForm.resx">
65     <DependentUpon>MainForm.cs</DependentUpon>
66     </EmbeddedResource>
67     <EmbeddedResource Include="Properties\Resources.resx">
68     <Generator>ResXFileCodeGenerator</Generator>
69     <LastGenOutput>Resources.Designer.cs</LastGenOutput>
70     <SubType>Designer</SubType>
71     </EmbeddedResource>
72     <Compile Include="Properties\Resources.Designer.cs">
73     <AutoGen>True</AutoGen>
74     <DependentUpon>Resources.resx</DependentUpon>
75     <DesignTime>True</DesignTime>
76     </Compile>
77     <None Include="app.config" />
78     <None Include="Properties\Settings.settings">
79     <Generator>SettingsSingleFileGenerator</Generator>
80     <LastGenOutput>Settings.Designer.cs</LastGenOutput>
81     </None>
82     <Compile Include="Properties\Settings.Designer.cs">
83     <AutoGen>True</AutoGen>
84     <DependentUpon>Settings.settings</DependentUpon>
85     <DesignTimeSharedInput>True</DesignTimeSharedInput>
86     </Compile>
87     <None Include="Service References\ServiceReference1\item.wsdl" />
88     <None Include="Service References\ServiceReference1\item.xsd" />
89     <None Include="Service References\ServiceReference1\item1.xsd" />
90     <None Include="Service References\ServiceReference1\item2.xsd" />
91     <None Include="Service References\ServiceReference1\RemoteControl.wsdl" />
92     </ItemGroup>
93     <ItemGroup>
94     <WCFMetadata Include="Service References\" />
95     </ItemGroup>
96     <ItemGroup>
97     <WCFMetadataStorage Include="Service References\ServiceReference1\" />
98     </ItemGroup>
99     <ItemGroup>
100     <None Include="Service References\ServiceReference1\item.disco" />
101     </ItemGroup>
102     <ItemGroup>
103     <None Include="Service References\ServiceReference1\configuration91.svcinfo" />
104     </ItemGroup>
105     <ItemGroup>
106     <None Include="Service References\ServiceReference1\configuration.svcinfo" />
107     </ItemGroup>
108     <ItemGroup>
109     <None Include="Service References\ServiceReference1\Reference.svcmap">
110     <Generator>WCF Proxy Generator</Generator>
111     <LastGenOutput>Reference.cs</LastGenOutput>
112     </None>
113     </ItemGroup>
114     <ItemGroup>
115     <Content Include="mq.ico" />
116     <Content Include="mq_small.ico" />
117     </ItemGroup>
118     <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119     <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120     Other similar extension points exist, see Microsoft.Common.targets.
121     <Target Name="BeforeBuild">
122     </Target>
123     <Target Name="AfterBuild">
124     </Target>
125     -->
126     </Project>

  ViewVC Help
Powered by ViewVC 1.1.20