Mercurial > pub > bltoolkit
comparison Tools/BLTgen/BLTgen.2008.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" ToolsVersion="3.5"> | |
2 <PropertyGroup> | |
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
5 <ProductVersion>9.0.30729</ProductVersion> | |
6 <SchemaVersion>2.0</SchemaVersion> | |
7 <ProjectGuid>{65FC918C-FF12-4C75-96F5-180B552989E5}</ProjectGuid> | |
8 <OutputType>Exe</OutputType> | |
9 <AppDesignerFolder>Properties</AppDesignerFolder> | |
10 <RootNamespace>BLTgen</RootNamespace> | |
11 <AssemblyName>BLTgen</AssemblyName> | |
12 <FileUpgradeFlags> | |
13 </FileUpgradeFlags> | |
14 <OldToolsVersion>2.0</OldToolsVersion> | |
15 <UpgradeBackupLocation> | |
16 </UpgradeBackupLocation> | |
17 <PublishUrl>publish\</PublishUrl> | |
18 <Install>true</Install> | |
19 <InstallFrom>Disk</InstallFrom> | |
20 <UpdateEnabled>false</UpdateEnabled> | |
21 <UpdateMode>Foreground</UpdateMode> | |
22 <UpdateInterval>7</UpdateInterval> | |
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
24 <UpdatePeriodically>false</UpdatePeriodically> | |
25 <UpdateRequired>false</UpdateRequired> | |
26 <MapFileExtensions>true</MapFileExtensions> | |
27 <ApplicationRevision>0</ApplicationRevision> | |
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
29 <IsWebBootstrapper>false</IsWebBootstrapper> | |
30 <UseApplicationTrust>false</UseApplicationTrust> | |
31 <BootstrapperEnabled>true</BootstrapperEnabled> | |
32 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
33 </PropertyGroup> | |
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
35 <DebugSymbols>true</DebugSymbols> | |
36 <DebugType>full</DebugType> | |
37 <Optimize>false</Optimize> | |
38 <OutputPath>bin\Debug\</OutputPath> | |
39 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
40 <ErrorReport>prompt</ErrorReport> | |
41 <WarningLevel>4</WarningLevel> | |
42 </PropertyGroup> | |
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
44 <DebugType>pdbonly</DebugType> | |
45 <Optimize>true</Optimize> | |
46 <OutputPath>bin\Release\</OutputPath> | |
47 <DefineConstants>TRACE</DefineConstants> | |
48 <ErrorReport>prompt</ErrorReport> | |
49 <WarningLevel>4</WarningLevel> | |
50 </PropertyGroup> | |
51 <ItemGroup> | |
52 <Reference Include="System" /> | |
53 <Reference Include="System.Core"> | |
54 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
55 </Reference> | |
56 <Reference Include="System.Data" /> | |
57 <Reference Include="System.Xml" /> | |
58 </ItemGroup> | |
59 <ItemGroup> | |
60 <Compile Include="StringListMapper.cs" /> | |
61 <Compile Include="Program.cs" /> | |
62 <Compile Include="Properties\AssemblyInfo.cs" /> | |
63 </ItemGroup> | |
64 <ItemGroup> | |
65 <ProjectReference Include="..\..\Source\BLToolkit.3.csproj"> | |
66 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
67 <Name>BLToolkit.3</Name> | |
68 </ProjectReference> | |
69 </ItemGroup> | |
70 <ItemGroup> | |
71 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> | |
72 </ItemGroup> | |
73 <ItemGroup> | |
74 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
75 <Visible>False</Visible> | |
76 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
77 <Install>true</Install> | |
78 </BootstrapperPackage> | |
79 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
80 <Visible>False</Visible> | |
81 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
82 <Install>false</Install> | |
83 </BootstrapperPackage> | |
84 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
85 <Visible>False</Visible> | |
86 <ProductName>.NET Framework 3.5</ProductName> | |
87 <Install>false</Install> | |
88 </BootstrapperPackage> | |
89 </ItemGroup> | |
90 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
92 Other similar extension points exist, see Microsoft.Common.targets. | |
93 <Target Name="BeforeBuild"> | |
94 </Target> | |
95 <Target Name="AfterBuild"> | |
96 </Target> | |
97 --> | |
98 </Project> |