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 >{D37D8B35-CE53-40EE-B1EE-A24E46486A09}</ProjectGuid >
9
+ <OutputType >WinExe</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >DuckSharp</RootNamespace >
12
+ <AssemblyName >DuckSharp</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15
+ <FileAlignment >512</FileAlignment >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
18
+ <PlatformTarget >x86</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
28
+ <PlatformTarget >x86</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <StartupObject />
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <ApplicationIcon >
41
+ </ApplicationIcon >
42
+ </PropertyGroup >
43
+ <ItemGroup >
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Windows.Forms" />
47
+ <Reference Include =" System.Xml.Linq" />
48
+ <Reference Include =" System.Data.DataSetExtensions" />
49
+ <Reference Include =" Microsoft.CSharp" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.Xml" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Compile Include =" Program.cs" />
55
+ <Compile Include =" Properties\AssemblyInfo.cs" />
56
+ <Compile Include =" Properties\Resources.Designer.cs" >
57
+ <AutoGen >True</AutoGen >
58
+ <DesignTime >True</DesignTime >
59
+ <DependentUpon >Resources.resx</DependentUpon >
60
+ </Compile >
61
+ </ItemGroup >
62
+ <ItemGroup >
63
+ <EmbeddedResource Include =" Properties\Resources.resx" >
64
+ <Generator >ResXFileCodeGenerator</Generator >
65
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
66
+ </EmbeddedResource >
67
+ </ItemGroup >
68
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70
+ Other similar extension points exist, see Microsoft.Common.targets.
71
+ <Target Name="BeforeBuild">
72
+ </Target>
73
+ <Target Name="AfterBuild">
74
+ </Target>
75
+ -->
76
+ </Project >
0 commit comments