views:

31

answers:

0

Hi everybody, I am required to find out if the following is a standard practice to create a subclass.

Take for instance, I have to create a class library (ClLib) with 2 classes using Visual Studio: Class1.cs & Class2.cs.

Next, I open up the .CSPROJ file of ClLib and modify the following line:

Compile Include="Class2.cs" /

to become

*Compile Include="Class2.cs" * DependentUpon Class1.cs /DependentUpon

Can any kind soul help me solve this question? Your help would be greatly appreciated! P.S The asterisk (*) are used to symbolize the opening/closing tags.