Skip to content

Commit ee0bcb2

Browse files
committed
Code files added
1 parent cfa729f commit ee0bcb2

File tree

357 files changed

+6647
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+6647
-0
lines changed

Chapter02/.vs/Chapter02/v15/.suo

185 KB
Binary file not shown.

Chapter02/.vs/Chapter02/v15/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.

Chapter02/Chapter02.sln

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27428.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CircularLinkedList", "CircularLinkedList\CircularLinkedList.csproj", "{DCC34085-6CD3-4C62-8A39-810E73E98012}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JaggedArrays", "JaggedArrays\JaggedArrays.csproj", "{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkedLists", "LinkedLists\LinkedLists.csproj", "{44CA7989-35F5-467D-A497-B3B99123F71F}"
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultidimensionalArrays01", "MultidimensionalArrays01\MultidimensionalArrays01.csproj", "{2DF623FF-B4A2-45F9-AE22-699A5298CCD0}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultidimensionalArrays02", "MultidimensionalArrays02\MultidimensionalArrays02.csproj", "{63561D28-EE95-411D-BCC1-5FD2F078202D}"
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleLists01", "SimpleLists01\SimpleLists01.csproj", "{361A9A34-59E6-476E-A62A-8936C2993A36}"
17+
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleLists02", "SimpleLists02\SimpleLists02.csproj", "{9F453954-6ED7-41B7-A0C6-C87EDC6FBDD1}"
19+
EndProject
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingleDimensionalArrays", "SingleDimensionalArrays\SingleDimensionalArrays.csproj", "{76C8E88D-E01F-44CE-A83A-4C702F5FED74}"
21+
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortedLists", "SortedLists\SortedLists.csproj", "{8281ABFD-5BA7-4A9E-AEC6-00D8A37157A4}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SortingAlgorithms", "SortingAlgorithms\SortingAlgorithms.csproj", "{FB792BCC-ADDB-49EE-978A-3F9A0D166B2A}"
25+
EndProject
26+
Global
27+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
28+
Debug|Any CPU = Debug|Any CPU
29+
Release|Any CPU = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32+
{DCC34085-6CD3-4C62-8A39-810E73E98012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{DCC34085-6CD3-4C62-8A39-810E73E98012}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{DCC34085-6CD3-4C62-8A39-810E73E98012}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{DCC34085-6CD3-4C62-8A39-810E73E98012}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{44CA7989-35F5-467D-A497-B3B99123F71F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{44CA7989-35F5-467D-A497-B3B99123F71F}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{44CA7989-35F5-467D-A497-B3B99123F71F}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{44CA7989-35F5-467D-A497-B3B99123F71F}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{2DF623FF-B4A2-45F9-AE22-699A5298CCD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{2DF623FF-B4A2-45F9-AE22-699A5298CCD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{2DF623FF-B4A2-45F9-AE22-699A5298CCD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{2DF623FF-B4A2-45F9-AE22-699A5298CCD0}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{63561D28-EE95-411D-BCC1-5FD2F078202D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{63561D28-EE95-411D-BCC1-5FD2F078202D}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{63561D28-EE95-411D-BCC1-5FD2F078202D}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{63561D28-EE95-411D-BCC1-5FD2F078202D}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{361A9A34-59E6-476E-A62A-8936C2993A36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53+
{361A9A34-59E6-476E-A62A-8936C2993A36}.Debug|Any CPU.Build.0 = Debug|Any CPU
54+
{361A9A34-59E6-476E-A62A-8936C2993A36}.Release|Any CPU.ActiveCfg = Release|Any CPU
55+
{361A9A34-59E6-476E-A62A-8936C2993A36}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{9F453954-6ED7-41B7-A0C6-C87EDC6FBDD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57+
{9F453954-6ED7-41B7-A0C6-C87EDC6FBDD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
58+
{9F453954-6ED7-41B7-A0C6-C87EDC6FBDD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
59+
{9F453954-6ED7-41B7-A0C6-C87EDC6FBDD1}.Release|Any CPU.Build.0 = Release|Any CPU
60+
{76C8E88D-E01F-44CE-A83A-4C702F5FED74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
61+
{76C8E88D-E01F-44CE-A83A-4C702F5FED74}.Debug|Any CPU.Build.0 = Debug|Any CPU
62+
{76C8E88D-E01F-44CE-A83A-4C702F5FED74}.Release|Any CPU.ActiveCfg = Release|Any CPU
63+
{76C8E88D-E01F-44CE-A83A-4C702F5FED74}.Release|Any CPU.Build.0 = Release|Any CPU
64+
{8281ABFD-5BA7-4A9E-AEC6-00D8A37157A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
65+
{8281ABFD-5BA7-4A9E-AEC6-00D8A37157A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
66+
{8281ABFD-5BA7-4A9E-AEC6-00D8A37157A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
67+
{8281ABFD-5BA7-4A9E-AEC6-00D8A37157A4}.Release|Any CPU.Build.0 = Release|Any CPU
68+
{FB792BCC-ADDB-49EE-978A-3F9A0D166B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
69+
{FB792BCC-ADDB-49EE-978A-3F9A0D166B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
70+
{FB792BCC-ADDB-49EE-978A-3F9A0D166B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
71+
{FB792BCC-ADDB-49EE-978A-3F9A0D166B2A}.Release|Any CPU.Build.0 = Release|Any CPU
72+
EndGlobalSection
73+
GlobalSection(SolutionProperties) = preSolution
74+
HideSolutionNode = FALSE
75+
EndGlobalSection
76+
GlobalSection(ExtensibilityGlobals) = postSolution
77+
SolutionGuid = {E14841D8-58E9-44E3-848E-CBA6EC2E29C2}
78+
EndGlobalSection
79+
EndGlobal
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Exemplary file for Chapter 2 - Arrays and Lists. */
2+
3+
using System.Collections;
4+
using System.Collections.Generic;
5+
6+
namespace CircularLinkedList
7+
{
8+
public class CircularLinkedList<T> : LinkedList<T>
9+
{
10+
public new IEnumerator GetEnumerator()
11+
{
12+
return new CircularLinkedListEnumerator<T>(this);
13+
}
14+
}
15+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{DCC34085-6CD3-4C62-8A39-810E73E98012}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>CircularLinkedList</RootNamespace>
10+
<AssemblyName>CircularLinkedList</AssemblyName>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<PlatformTarget>AnyCPU</PlatformTarget>
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+
<PlatformTarget>AnyCPU</PlatformTarget>
27+
<DebugType>pdbonly</DebugType>
28+
<Optimize>true</Optimize>
29+
<OutputPath>bin\Release\</OutputPath>
30+
<DefineConstants>TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
</PropertyGroup>
34+
<ItemGroup>
35+
<Reference Include="System" />
36+
<Reference Include="System.Core" />
37+
<Reference Include="System.Xml.Linq" />
38+
<Reference Include="System.Data.DataSetExtensions" />
39+
<Reference Include="Microsoft.CSharp" />
40+
<Reference Include="System.Data" />
41+
<Reference Include="System.Net.Http" />
42+
<Reference Include="System.Xml" />
43+
</ItemGroup>
44+
<ItemGroup>
45+
<Compile Include="CircularLinkedList.cs" />
46+
<Compile Include="CircularLinkedListEnumerator.cs" />
47+
<Compile Include="CircularLinkedListExtensions.cs" />
48+
<Compile Include="Program.cs" />
49+
<Compile Include="Properties\AssemblyInfo.cs" />
50+
</ItemGroup>
51+
<ItemGroup>
52+
<None Include="App.config" />
53+
</ItemGroup>
54+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55+
</Project>
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/* Exemplary file for Chapter 2 - Arrays and Lists. */
2+
3+
using System.Collections;
4+
using System.Collections.Generic;
5+
6+
namespace CircularLinkedList
7+
{
8+
public class CircularLinkedListEnumerator<T> : IEnumerator<T>
9+
{
10+
private LinkedListNode<T> _current;
11+
public T Current => _current.Value;
12+
object IEnumerator.Current => Current;
13+
14+
public CircularLinkedListEnumerator(LinkedList<T> list)
15+
{
16+
_current = list.First;
17+
}
18+
19+
public bool MoveNext()
20+
{
21+
if (_current == null)
22+
{
23+
return false;
24+
}
25+
26+
_current = _current.Next ?? _current.List.First;
27+
return true;
28+
}
29+
30+
public void Reset()
31+
{
32+
_current = _current.List.First;
33+
}
34+
35+
public void Dispose()
36+
{
37+
}
38+
}
39+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* Exemplary file for Chapter 2 - Arrays and Lists. */
2+
3+
using System.Collections.Generic;
4+
5+
namespace CircularLinkedList
6+
{
7+
public static class CircularLinkedListExtensions
8+
{
9+
public static LinkedListNode<T> Next<T>(this LinkedListNode<T> node)
10+
{
11+
if (node != null && node.List != null)
12+
{
13+
return node.Next ?? node.List.First;
14+
}
15+
return null;
16+
}
17+
18+
public static LinkedListNode<T> Previous<T>(this LinkedListNode<T> node)
19+
{
20+
if (node != null && node.List != null)
21+
{
22+
return node.Previous ?? node.List.Last;
23+
}
24+
return null;
25+
}
26+
}
27+
}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/* Exemplary file for Chapter 2 - Arrays and Lists. */
2+
3+
using System;
4+
using System.Threading;
5+
6+
namespace CircularLinkedList
7+
{
8+
class Program
9+
{
10+
static void Main(string[] args)
11+
{
12+
CircularLinkedList<string> categories = new CircularLinkedList<string>();
13+
categories.AddLast("Sport");
14+
categories.AddLast("Culture");
15+
categories.AddLast("History");
16+
categories.AddLast("Geography");
17+
categories.AddLast("People");
18+
categories.AddLast("Technology");
19+
categories.AddLast("Nature");
20+
categories.AddLast("Science");
21+
22+
Random random = new Random();
23+
int totalTime = 0;
24+
int remainingTime = 0;
25+
foreach (string category in categories)
26+
{
27+
if (remainingTime <= 0)
28+
{
29+
Console.WriteLine("Press [Enter] to start or any other to exit.");
30+
switch (Console.ReadKey().Key)
31+
{
32+
case ConsoleKey.Enter:
33+
totalTime = random.Next(1000, 5000);
34+
remainingTime = totalTime;
35+
break;
36+
default:
37+
return;
38+
}
39+
}
40+
41+
int categoryTime = (-450 * remainingTime) / (totalTime - 50) + 500 + (22500 / (totalTime - 50));
42+
remainingTime -= categoryTime;
43+
Thread.Sleep(categoryTime);
44+
45+
Console.ForegroundColor = remainingTime <= 0 ? ConsoleColor.Red : ConsoleColor.Gray;
46+
Console.WriteLine(category);
47+
Console.ForegroundColor = ConsoleColor.Gray;
48+
}
49+
}
50+
}
51+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("CircularLinkedList")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("CircularLinkedList")]
13+
[assembly: AssemblyCopyright("Copyright © 2018")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("dcc34085-6cd3-4c62-8a39-810e73e98012")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7b5310c083acddb5ac14f4fc45a40e59bba6a77e
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\bin\Debug\CircularLinkedList.exe.config
2+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\bin\Debug\CircularLinkedList.exe
3+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\bin\Debug\CircularLinkedList.pdb
4+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\obj\Debug\CircularLinkedList.csprojResolveAssemblyReference.cache
5+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\obj\Debug\CircularLinkedList.csproj.CoreCompileInputs.cache
6+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\obj\Debug\CircularLinkedList.exe
7+
C:\Users\admin\Desktop\B09540_02_CODES\Chapter02\Chapter02\CircularLinkedList\obj\Debug\CircularLinkedList.pdb
Binary file not shown.
Binary file not shown.

Chapter02/CircularLinkedList/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs

Whitespace-only changes.

Chapter02/CircularLinkedList/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs

Whitespace-only changes.

Chapter02/CircularLinkedList/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs

Whitespace-only changes.

Chapter02/JaggedArrays/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5+
</startup>
6+
</configuration>
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{F5F0DC8D-3577-4633-948D-0A5DBF5190E1}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>JaggedArrays</RootNamespace>
10+
<AssemblyName>JaggedArrays</AssemblyName>
11+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<PlatformTarget>AnyCPU</PlatformTarget>
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+
<PlatformTarget>AnyCPU</PlatformTarget>
27+
<DebugType>pdbonly</DebugType>
28+
<Optimize>true</Optimize>
29+
<OutputPath>bin\Release\</OutputPath>
30+
<DefineConstants>TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
</PropertyGroup>
34+
<ItemGroup>
35+
<Reference Include="System" />
36+
<Reference Include="System.Core" />
37+
<Reference Include="System.Xml.Linq" />
38+
<Reference Include="System.Data.DataSetExtensions" />
39+
<Reference Include="Microsoft.CSharp" />
40+
<Reference Include="System.Data" />
41+
<Reference Include="System.Net.Http" />
42+
<Reference Include="System.Xml" />
43+
</ItemGroup>
44+
<ItemGroup>
45+
<Compile Include="Program.cs" />
46+
<Compile Include="Properties\AssemblyInfo.cs" />
47+
<Compile Include="TransportEnum.cs" />
48+
<Compile Include="TransportEnumExtensions.cs" />
49+
</ItemGroup>
50+
<ItemGroup>
51+
<None Include="App.config" />
52+
</ItemGroup>
53+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54+
</Project>

0 commit comments

Comments
 (0)