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)' == '' " >x86</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{185E6664-6A68-4377-99BE-4D4BFED19298}</ProjectGuid >
9
+ <OutputType >Exe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >ConsoleDemo</RootNamespace >
12
+ <AssemblyName >ConsoleDemo</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15
+ <FileAlignment >512</FileAlignment >
16
+ <PublishUrl >publish\</PublishUrl >
17
+ <Install >true</Install >
18
+ <InstallFrom >Disk</InstallFrom >
19
+ <UpdateEnabled >false</UpdateEnabled >
20
+ <UpdateMode >Foreground</UpdateMode >
21
+ <UpdateInterval >7</UpdateInterval >
22
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23
+ <UpdatePeriodically >false</UpdatePeriodically >
24
+ <UpdateRequired >false</UpdateRequired >
25
+ <MapFileExtensions >true</MapFileExtensions >
26
+ <ApplicationRevision >0</ApplicationRevision >
27
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28
+ <IsWebBootstrapper >false</IsWebBootstrapper >
29
+ <UseApplicationTrust >false</UseApplicationTrust >
30
+ <BootstrapperEnabled >true</BootstrapperEnabled >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
33
+ <PlatformTarget >x86</PlatformTarget >
34
+ <DebugSymbols >true</DebugSymbols >
35
+ <DebugType >full</DebugType >
36
+ <Optimize >false</Optimize >
37
+ <OutputPath >bin\Debug\</OutputPath >
38
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39
+ <ErrorReport >prompt</ErrorReport >
40
+ <WarningLevel >4</WarningLevel >
41
+ <UseVSHostingProcess >true</UseVSHostingProcess >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
44
+ <PlatformTarget >x86</PlatformTarget >
45
+ <DebugType >pdbonly</DebugType >
46
+ <Optimize >true</Optimize >
47
+ <OutputPath >bin\Release\</OutputPath >
48
+ <DefineConstants >TRACE</DefineConstants >
49
+ <ErrorReport >prompt</ErrorReport >
50
+ <WarningLevel >4</WarningLevel >
51
+ <UseVSHostingProcess >true</UseVSHostingProcess >
52
+ </PropertyGroup >
53
+ <ItemGroup >
54
+ <Reference Include =" System" />
55
+ <Reference Include =" System.Core" />
56
+ <Reference Include =" System.Drawing" />
57
+ <Reference Include =" System.Xml.Linq" />
58
+ <Reference Include =" System.Data.DataSetExtensions" />
59
+ <Reference Include =" Microsoft.CSharp" />
60
+ <Reference Include =" System.Data" />
61
+ <Reference Include =" System.Xml" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" Program.cs" />
65
+ <Compile Include =" Properties\AssemblyInfo.cs" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.0,Profile=Client" >
69
+ <Visible >False</Visible >
70
+ <ProductName >Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName >
71
+ <Install >true</Install >
72
+ </BootstrapperPackage >
73
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
74
+ <Visible >False</Visible >
75
+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
76
+ <Install >false</Install >
77
+ </BootstrapperPackage >
78
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
79
+ <Visible >False</Visible >
80
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
81
+ <Install >false</Install >
82
+ </BootstrapperPackage >
83
+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
84
+ <Visible >False</Visible >
85
+ <ProductName >Windows Installer 3.1</ProductName >
86
+ <Install >true</Install >
87
+ </BootstrapperPackage >
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <ProjectReference Include =" ..\..\clipper_library\clipper_library.csproj" >
91
+ <Project >{9B062971-A88E-4A3D-B3C9-12B78D15FA66}</Project >
92
+ <Name >clipper_library</Name >
93
+ </ProjectReference >
94
+ </ItemGroup >
95
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97
+ Other similar extension points exist, see Microsoft.Common.targets.
98
+ <Target Name="BeforeBuild">
99
+ </Target>
100
+ <Target Name="AfterBuild">
101
+ </Target>
102
+ -->
103
+ </Project >
0 commit comments