|
42 | 42 | <Reference Include="System.Xml" />
|
43 | 43 | </ItemGroup>
|
44 | 44 | <ItemGroup>
|
45 |
| - <Compile Include="Program.Structural.cs" /> |
| 45 | + <Compile Include="Read world code\Continent\AfricaFactory.cs" /> |
| 46 | + <Compile Include="Read world code\Continent\AmericaFactory.cs" /> |
| 47 | + <Compile Include="Read world code\Animals\AnimalWorld.cs" /> |
| 48 | + <Compile Include="Read world code\Animals\Bison.cs" /> |
| 49 | + <Compile Include="Read world code\Animals\Carnivore.cs" /> |
| 50 | + <Compile Include="Read world code\Continent\ContinentFactory.cs" /> |
| 51 | + <Compile Include="Read world code\Animals\Herbivore.cs" /> |
| 52 | + <Compile Include="Read world code\Animals\Lion.cs" /> |
| 53 | + <Compile Include="Structural codes\AbstractFactory.cs" /> |
| 54 | + <Compile Include="Structural codes\AbstractProductA.cs" /> |
| 55 | + <Compile Include="Structural codes\AbstractProductB.cs" /> |
| 56 | + <Compile Include="Structural codes\Client.cs" /> |
| 57 | + <Compile Include="Structural codes\ConcreteFactory1.cs" /> |
| 58 | + <Compile Include="Structural codes\ConcreteFactory2.cs" /> |
| 59 | + <Compile Include="Structural codes\Products\ProductA1.cs" /> |
| 60 | + <Compile Include="Structural codes\Products\ProductA2.cs" /> |
| 61 | + <Compile Include="Structural codes\Products\ProductB1.cs" /> |
| 62 | + <Compile Include="Structural codes\Products\ProductB2.cs" /> |
| 63 | + <Compile Include="Structural codes\Program.Structural.cs" /> |
46 | 64 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 65 | + <Compile Include="Read world code\Animals\Wildebeest.cs" /> |
| 66 | + <Compile Include="Read world code\Animals\Wolf.cs" /> |
47 | 67 | </ItemGroup>
|
48 | 68 | <ItemGroup>
|
49 | 69 | <None Include="App.config" />
|
50 |
| - <Compile Include="Program.RealWorldCode.cs" /> |
| 70 | + <Compile Include="Read world code\Program.RealWorldCode.cs" /> |
51 | 71 | </ItemGroup>
|
52 | 72 | <ItemGroup>
|
53 | 73 | <Content Include="Participants.txt" />
|
|
0 commit comments