comparison Demo/WinForms/BLToolkit.Demo.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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{854749E5-9264-42FF-A576-3B5784C7C14C}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>BLToolkit.Demo</RootNamespace>
12 <AssemblyName>BLToolkit.Demo</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
20 <TargetFrameworkProfile />
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>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\BLToolkit.Demo.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\BLToolkit.Demo.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.Data" />
92 <Reference Include="System.Deployment" />
93 <Reference Include="System.Drawing" />
94 <Reference Include="System.Windows.Forms" />
95 <Reference Include="System.Xml" />
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="BusinessLogic\DataAccess\AccessorBase.cs" />
99 <Compile Include="BusinessLogic\ManagerBase.cs" />
100 <Compile Include="BusinessLogic\DataAccess\PersonAccessor.cs" />
101 <Compile Include="BusinessLogic\PersonManager.cs" />
102 <Compile Include="Controls\EnumSelector.cs">
103 <SubType>Component</SubType>
104 </Compile>
105 <Compile Include="Controls\EnumSelector.Designer.cs">
106 <DependentUpon>EnumSelector.cs</DependentUpon>
107 </Compile>
108 <Compile Include="Forms\BizEntityForm.cs">
109 <SubType>Form</SubType>
110 </Compile>
111 <Compile Include="Forms\EditPersonForm.cs">
112 <SubType>Form</SubType>
113 </Compile>
114 <Compile Include="Forms\EditPersonForm.Designer.cs">
115 <DependentUpon>EditPersonForm.cs</DependentUpon>
116 </Compile>
117 <Compile Include="Forms\MainForm.cs">
118 <SubType>Form</SubType>
119 </Compile>
120 <Compile Include="Forms\MainForm.Designer.cs">
121 <DependentUpon>MainForm.cs</DependentUpon>
122 </Compile>
123 <Compile Include="Forms\ObjectViews\PersonView.cs" />
124 <Compile Include="ObjectModel\BizEntity.cs" />
125 <Compile Include="ObjectModel\Gender.cs" />
126 <Compile Include="ObjectModel\Person.cs" />
127 <Compile Include="Program.cs" />
128 <Compile Include="Properties\AssemblyInfo.cs" />
129 <EmbeddedResource Include="Forms\EditPersonForm.resx">
130 <SubType>Designer</SubType>
131 <DependentUpon>EditPersonForm.cs</DependentUpon>
132 </EmbeddedResource>
133 <EmbeddedResource Include="Forms\MainForm.resx">
134 <SubType>Designer</SubType>
135 <DependentUpon>MainForm.cs</DependentUpon>
136 </EmbeddedResource>
137 <EmbeddedResource Include="Properties\Resources.resx">
138 <Generator>ResXFileCodeGenerator</Generator>
139 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
140 <SubType>Designer</SubType>
141 </EmbeddedResource>
142 <Compile Include="Properties\Resources.Designer.cs">
143 <AutoGen>True</AutoGen>
144 <DependentUpon>Resources.resx</DependentUpon>
145 <DesignTime>True</DesignTime>
146 </Compile>
147 <None Include="App.config" />
148 <None Include="Properties\DataSources\BLToolkit.Demo.Forms.ObjectViews.PersonView.datasource" />
149 <None Include="Properties\DataSources\BLToolkit.Demo.ObjectModel.Gender.datasource" />
150 <None Include="Properties\DataSources\BLToolkit.Demo.ObjectModel.Person.datasource" />
151 <None Include="Properties\Settings.settings">
152 <Generator>SettingsSingleFileGenerator</Generator>
153 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
154 </None>
155 <Compile Include="Properties\Settings.Designer.cs">
156 <AutoGen>True</AutoGen>
157 <DependentUpon>Settings.settings</DependentUpon>
158 <DesignTimeSharedInput>True</DesignTimeSharedInput>
159 </Compile>
160 </ItemGroup>
161 <ItemGroup>
162 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
163 </ItemGroup>
164 <ItemGroup>
165 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
166 <Visible>False</Visible>
167 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
168 <Install>false</Install>
169 </BootstrapperPackage>
170 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
171 <Visible>False</Visible>
172 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
173 <Install>true</Install>
174 </BootstrapperPackage>
175 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
176 <Visible>False</Visible>
177 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
178 <Install>false</Install>
179 </BootstrapperPackage>
180 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
181 <Visible>False</Visible>
182 <ProductName>.NET Framework 3.5</ProductName>
183 <Install>false</Install>
184 </BootstrapperPackage>
185 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
186 <Visible>False</Visible>
187 <ProductName>.NET Framework 3.5 SP1</ProductName>
188 <Install>false</Install>
189 </BootstrapperPackage>
190 </ItemGroup>
191 <ItemGroup>
192 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
193 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
194 <Name>BLToolkit.4</Name>
195 </ProjectReference>
196 </ItemGroup>
197 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
198 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199 Other similar extension points exist, see Microsoft.Common.targets.
200 <Target Name="BeforeBuild">
201 </Target>
202 <Target Name="AfterBuild">
203 </Target>
204 -->
205 </Project>