comparison Demo/WebServices/Client/Client.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
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)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{4EBBF9E9-53B2-493C-ABAB-E915C187558F}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Demo.WebServices.Client</RootNamespace>
12 <AssemblyName>Demo.WebServices.Client</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <TargetFrameworkProfile />
20 <IsWebBootstrapper>false</IsWebBootstrapper>
21 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode>
26 <UpdateInterval>7</UpdateInterval>
27 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <Optimize>false</Optimize>
40 <OutputPath>bin\Debug\</OutputPath>
41 <DefineConstants>TRACE;DEBUG;FW4</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE;FW3</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
56 <DebugSymbols>true</DebugSymbols>
57 <OutputPath>bin\DebugMono\</OutputPath>
58 <DefineConstants>TRACE;DEBUG;FW4</DefineConstants>
59 <DebugType>full</DebugType>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <CodeAnalysisLogFile>bin\Debug\Demo.WebServices.Client.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
73 <OutputPath>bin\ReleaseMono\</OutputPath>
74 <DefineConstants>TRACE;FW3</DefineConstants>
75 <Optimize>true</Optimize>
76 <DebugType>pdbonly</DebugType>
77 <PlatformTarget>AnyCPU</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Release\Demo.WebServices.Client.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
87 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
88 </PropertyGroup>
89 <ItemGroup>
90 <Reference Include="System" />
91 <Reference Include="System.Core">
92 <RequiredTargetFramework>3.5</RequiredTargetFramework>
93 </Reference>
94 <Reference Include="System.Data" />
95 <Reference Include="System.Web.Services" />
96 <Reference Include="System.Windows.Forms" />
97 <Reference Include="System.Xml" />
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="PersonClient.cs" />
101 <Compile Include="Program.cs" />
102 <Compile Include="Properties\AssemblyInfo.cs" />
103 <Compile Include="WebClient\AsyncCallState.cs" />
104 <Compile Include="WebClient\GenerateXmlIncludeAttribute.cs" />
105 <Compile Include="WebClient\UpToDateAttribute.cs" />
106 <Compile Include="WebClient\WebClientAttribute.cs" />
107 <Compile Include="WebClient\WebClientBase.cs" />
108 <Compile Include="WebClient\WebClientBaseT.cs" />
109 <Compile Include="WebClient\WebClientTypeBuilder.cs" />
110 <Compile Include="WebClient\WebOperationCancelledEventArgs.cs" />
111 <Compile Include="WebClient\WebOperationExceptionEventArgs.cs" />
112 </ItemGroup>
113 <ItemGroup>
114 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
115 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
116 <Name>BLToolkit.4</Name>
117 </ProjectReference>
118 <ProjectReference Include="..\ObjectModel\ObjectModel.csproj">
119 <Project>{8F9F4193-9104-4AA6-8E04-91CD9FDEC2E6}</Project>
120 <Name>ObjectModel</Name>
121 </ProjectReference>
122 </ItemGroup>
123 <ItemGroup>
124 <None Include="app.config" />
125 </ItemGroup>
126 <ItemGroup>
127 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
128 <Visible>False</Visible>
129 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
130 <Install>false</Install>
131 </BootstrapperPackage>
132 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
133 <Visible>False</Visible>
134 <ProductName>.NET Framework 3.5 SP1</ProductName>
135 <Install>true</Install>
136 </BootstrapperPackage>
137 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
138 <Visible>False</Visible>
139 <ProductName>Windows Installer 3.1</ProductName>
140 <Install>true</Install>
141 </BootstrapperPackage>
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145 Other similar extension points exist, see Microsoft.Common.targets.
146 <Target Name="BeforeBuild">
147 </Target>
148 <Target Name="AfterBuild">
149 </Target>
150 -->
151 </Project>