comparison Demo/WinForms/BLToolkit.Demo.2005.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 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{854749E5-9264-42FF-A576-3B5784C7C14C}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>BLToolkit.Demo</RootNamespace>
11 <AssemblyName>BLToolkit.Demo</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <ItemGroup>
31 <Reference Include="System" />
32 <Reference Include="System.Data" />
33 <Reference Include="System.Deployment" />
34 <Reference Include="System.Drawing" />
35 <Reference Include="System.Windows.Forms" />
36 <Reference Include="System.Xml" />
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="BusinessLogic\DataAccess\AccessorBase.cs" />
40 <Compile Include="BusinessLogic\ManagerBase.cs" />
41 <Compile Include="BusinessLogic\DataAccess\PersonAccessor.cs" />
42 <Compile Include="BusinessLogic\PersonManager.cs" />
43 <Compile Include="Controls\EnumSelector.cs">
44 <SubType>Component</SubType>
45 </Compile>
46 <Compile Include="Controls\EnumSelector.Designer.cs">
47 <DependentUpon>EnumSelector.cs</DependentUpon>
48 </Compile>
49 <Compile Include="Forms\BizEntityForm.cs">
50 <SubType>Form</SubType>
51 </Compile>
52 <Compile Include="Forms\EditPersonForm.cs">
53 <SubType>Form</SubType>
54 </Compile>
55 <Compile Include="Forms\EditPersonForm.Designer.cs">
56 <DependentUpon>EditPersonForm.cs</DependentUpon>
57 </Compile>
58 <Compile Include="Forms\MainForm.cs">
59 <SubType>Form</SubType>
60 </Compile>
61 <Compile Include="Forms\MainForm.Designer.cs">
62 <DependentUpon>MainForm.cs</DependentUpon>
63 </Compile>
64 <Compile Include="Forms\ObjectViews\PersonView.cs" />
65 <Compile Include="ObjectModel\BizEntity.cs" />
66 <Compile Include="ObjectModel\Gender.cs" />
67 <Compile Include="ObjectModel\Person.cs" />
68 <Compile Include="Program.cs" />
69 <Compile Include="Properties\AssemblyInfo.cs" />
70 <EmbeddedResource Include="Forms\EditPersonForm.resx">
71 <SubType>Designer</SubType>
72 <DependentUpon>EditPersonForm.cs</DependentUpon>
73 </EmbeddedResource>
74 <EmbeddedResource Include="Forms\MainForm.resx">
75 <SubType>Designer</SubType>
76 <DependentUpon>MainForm.cs</DependentUpon>
77 </EmbeddedResource>
78 <EmbeddedResource Include="Properties\Resources.resx">
79 <Generator>ResXFileCodeGenerator</Generator>
80 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
81 <SubType>Designer</SubType>
82 </EmbeddedResource>
83 <Compile Include="Properties\Resources.Designer.cs">
84 <AutoGen>True</AutoGen>
85 <DependentUpon>Resources.resx</DependentUpon>
86 <DesignTime>True</DesignTime>
87 </Compile>
88 <None Include="App.config" />
89 <None Include="Properties\DataSources\BLToolkit.Demo.Forms.ObjectViews.PersonView.datasource" />
90 <None Include="Properties\DataSources\BLToolkit.Demo.ObjectModel.Gender.datasource" />
91 <None Include="Properties\DataSources\BLToolkit.Demo.ObjectModel.Person.datasource" />
92 <None Include="Properties\Settings.settings">
93 <Generator>SettingsSingleFileGenerator</Generator>
94 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
95 </None>
96 <Compile Include="Properties\Settings.Designer.cs">
97 <AutoGen>True</AutoGen>
98 <DependentUpon>Settings.settings</DependentUpon>
99 <DesignTimeSharedInput>True</DesignTimeSharedInput>
100 </Compile>
101 </ItemGroup>
102 <ItemGroup>
103 <ProjectReference Include="..\..\Source\BLToolkit.2.csproj">
104 <Project>{F4DF7358-8EE6-49FD-AB13-EA5145058D79}</Project>
105 <Name>BLToolkit.2</Name>
106 </ProjectReference>
107 </ItemGroup>
108 <ItemGroup>
109 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
110 </ItemGroup>
111 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113 Other similar extension points exist, see Microsoft.Common.targets.
114 <Target Name="BeforeBuild">
115 </Target>
116 <Target Name="AfterBuild">
117 </Target>
118 -->
119 </Project>