comparison Demo/Linq/OverWCF/Linq.OverWCF.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>{7ED3B518-7CEA-4991-98BD-9752E5F32F58}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Linq.OverWCF</RootNamespace>
12 <AssemblyName>Linq.OverWCF</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <TargetFrameworkProfile />
20 <PublishUrl>publish\</PublishUrl>
21 <Install>true</Install>
22 <InstallFrom>Disk</InstallFrom>
23 <UpdateEnabled>false</UpdateEnabled>
24 <UpdateMode>Foreground</UpdateMode>
25 <UpdateInterval>7</UpdateInterval>
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27 <UpdatePeriodically>false</UpdatePeriodically>
28 <UpdateRequired>false</UpdateRequired>
29 <MapFileExtensions>true</MapFileExtensions>
30 <ApplicationRevision>0</ApplicationRevision>
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32 <IsWebBootstrapper>false</IsWebBootstrapper>
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>DEBUG;TRACE</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</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>DEBUG;TRACE</DefineConstants>
59 <DebugType>full</DebugType>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <CodeAnalysisLogFile>bin\Debug\Linq.OverWCF.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</DefineConstants>
75 <Optimize>true</Optimize>
76 <DebugType>pdbonly</DebugType>
77 <PlatformTarget>AnyCPU</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Release\Linq.OverWCF.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>false</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.Runtime.Serialization">
95 <RequiredTargetFramework>3.0</RequiredTargetFramework>
96 </Reference>
97 <Reference Include="System.ServiceModel">
98 <RequiredTargetFramework>3.0</RequiredTargetFramework>
99 </Reference>
100 <Reference Include="System.Xml.Linq">
101 <RequiredTargetFramework>3.5</RequiredTargetFramework>
102 </Reference>
103 <Reference Include="System.Data.DataSetExtensions">
104 <RequiredTargetFramework>3.5</RequiredTargetFramework>
105 </Reference>
106 <Reference Include="System.Data" />
107 <Reference Include="System.Xml" />
108 </ItemGroup>
109 <ItemGroup>
110 <Compile Include="Client.cs" />
111 <Compile Include="DataModel.generated.cs">
112 <AutoGen>True</AutoGen>
113 <DesignTime>True</DesignTime>
114 <DependentUpon>DataModel.tt</DependentUpon>
115 </Compile>
116 <Compile Include="DemoService.cs" />
117 <Compile Include="IDemoService.cs" />
118 <Compile Include="Program.cs" />
119 <Compile Include="Properties\AssemblyInfo.cs" />
120 </ItemGroup>
121 <ItemGroup>
122 <None Include="App.config" />
123 <None Include="DataModel.tt">
124 <Generator>TextTemplatingFileGenerator</Generator>
125 <LastGenOutput>DataModel.generated.cs</LastGenOutput>
126 </None>
127 </ItemGroup>
128 <ItemGroup>
129 <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
130 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
131 </ItemGroup>
132 <ItemGroup>
133 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
134 <Visible>False</Visible>
135 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
136 <Install>false</Install>
137 </BootstrapperPackage>
138 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
139 <Visible>False</Visible>
140 <ProductName>.NET Framework 3.5 SP1</ProductName>
141 <Install>true</Install>
142 </BootstrapperPackage>
143 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
144 <Visible>False</Visible>
145 <ProductName>Windows Installer 3.1</ProductName>
146 <Install>true</Install>
147 </BootstrapperPackage>
148 </ItemGroup>
149 <ItemGroup>
150 <ProjectReference Include="..\..\..\Source\BLToolkit.4.csproj">
151 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
152 <Name>BLToolkit.4</Name>
153 </ProjectReference>
154 </ItemGroup>
155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157 Other similar extension points exist, see Microsoft.Common.targets.
158 <Target Name="BeforeBuild">
159 </Target>
160 <Target Name="AfterBuild">
161 </Target>
162 -->
163 </Project>