1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 3.5" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
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 >{D4FE7CE8-E032-4D57-993A-048651FA8872}</ProjectGuid >
9- <OutputType >WinExe</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Poly2Tri</RootNamespace >
12- <AssemblyName >Debug</AssemblyName >
13- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
34- <DebugSymbols >true</DebugSymbols >
35- <OutputPath >bin\x86\Debug\</OutputPath >
36- <DefineConstants >DEBUG;TRACE</DefineConstants >
37- <DebugType >full</DebugType >
38- <PlatformTarget >x86</PlatformTarget >
39- <ErrorReport >prompt</ErrorReport >
40- </PropertyGroup >
41- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
42- <OutputPath >bin\x86\Release\</OutputPath >
43- <DefineConstants >TRACE</DefineConstants >
44- <Optimize >true</Optimize >
45- <DebugType >pdbonly</DebugType >
46- <PlatformTarget >x86</PlatformTarget >
47- <ErrorReport >prompt</ErrorReport >
48- </PropertyGroup >
49- <ItemGroup >
50- <Reference Include =" System" />
51- <Reference Include =" System.Core" >
52- <RequiredTargetFramework >3.5</RequiredTargetFramework >
53- </Reference >
54- <Reference Include =" System.Data" />
55- <Reference Include =" System.Drawing" />
56- <Reference Include =" System.Windows.Forms" />
57- <Reference Include =" System.Xml" />
58- </ItemGroup >
59- <ItemGroup >
60- <Compile Include =" DebugForm.cs" >
61- </Compile >
62- <Compile Include =" PolygonInfo.cs" />
63- <Compile Include =" Properties\AssemblyInfo.cs" />
64- </ItemGroup >
65- <ItemGroup >
66- <ProjectReference Include =" ..\ExampleData\ExampleData.csproj" >
67- <Project >{FC6F045E-7112-44BF-A491-99D987D9C6D2}</Project >
68- <Name >ExampleData</Name >
69- </ProjectReference >
70- <ProjectReference Include =" ..\Poly2Tri.csproj" >
71- <Project >{C5E5802D-6A45-4FE9-BAE7-5F0AE91D72C1}</Project >
72- <Name >Poly2Tri</Name >
73- </ProjectReference >
74- </ItemGroup >
75- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >9.0.30729</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{D4FE7CE8-E032-4D57-993A-048651FA8872}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Poly2Tri</RootNamespace >
12+ <AssemblyName >Debug</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <FileUpgradeFlags >
16+ </FileUpgradeFlags >
17+ <OldToolsVersion >3.5</OldToolsVersion >
18+ <UpgradeBackupLocation />
19+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
39+ <DebugSymbols >true</DebugSymbols >
40+ <OutputPath >bin\x86\Debug\</OutputPath >
41+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42+ <DebugType >full</DebugType >
43+ <PlatformTarget >x86</PlatformTarget >
44+ <ErrorReport >prompt</ErrorReport >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
47+ <OutputPath >bin\x86\Release\</OutputPath >
48+ <DefineConstants >TRACE</DefineConstants >
49+ <Optimize >true</Optimize >
50+ <DebugType >pdbonly</DebugType >
51+ <PlatformTarget >x86</PlatformTarget >
52+ <ErrorReport >prompt</ErrorReport >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Drawing" />
58+ <Reference Include =" System.Windows.Forms" />
59+ <Reference Include =" System.Xml" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" DebugForm.cs" >
63+ </Compile >
64+ <Compile Include =" PolygonInfo.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <ProjectReference Include =" ..\ExampleData\ExampleData.csproj" >
69+ <Project >{FC6F045E-7112-44BF-A491-99D987D9C6D2}</Project >
70+ <Name >ExampleData</Name >
71+ </ProjectReference >
72+ <ProjectReference Include =" ..\Poly2Tri.csproj" >
73+ <Project >{C5E5802D-6A45-4FE9-BAE7-5F0AE91D72C1}</Project >
74+ <Name >Poly2Tri</Name >
75+ </ProjectReference >
76+ </ItemGroup >
77+ <ItemGroup >
78+ <None Include =" app.config" />
79+ </ItemGroup >
80+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7681 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7782 Other similar extension points exist, see Microsoft.Common.targets.
7883 <Target Name="BeforeBuild">
7984 </Target>
8085 <Target Name="AfterBuild">
8186 </Target>
82- -->
87+ -->
8388</Project >
0 commit comments