|
174 | 174 | <Compile Include="Repository\IProjectRepository.cs" /> |
175 | 175 | <Compile Include="Repository\IRepository.cs" /> |
176 | 176 | <Compile Include="Repository\Project.cs" /> |
| 177 | + <Compile Include="Rules\BirthdayDiscountRule.cs" /> |
| 178 | + <Compile Include="Rules\DiscountCalculator.cs" /> |
| 179 | + <Compile Include="Rules\DiscountCustomer.cs" /> |
| 180 | + <Compile Include="Rules\FirstPurchaseRule.cs" /> |
| 181 | + <Compile Include="Rules\IDiscountRule.cs" /> |
| 182 | + <Compile Include="Rules\LoyalCustomerDiscount.cs" /> |
| 183 | + <Compile Include="Rules\SeniorDiscountRule.cs" /> |
| 184 | + <Compile Include="Rules\VeteransDiscountRule.cs" /> |
177 | 185 | <Compile Include="ServiceLocator\IPackageProccessor.cs" /> |
178 | 186 | <Compile Include="ServiceLocator\IPackageProcessor.cs" /> |
179 | 187 | <Compile Include="ServiceLocator\IPackageShipper.cs" /> |
|
234 | 242 | <Content Include="PatternList.txt" /> |
235 | 243 | <Content Include="Proxy\ReadMe.txt" /> |
236 | 244 | <Content Include="Repository\ReadMe.txt" /> |
| 245 | + <Content Include="Rules\ReadMe.txt" /> |
237 | 246 | <Content Include="ServiceLocator\ReadMe.txt" /> |
238 | 247 | <Content Include="Singleton\ReadMe.txt" /> |
239 | 248 | <Content Include="State\ReadMe.txt" /> |
|
246 | 255 | <None Include="App.config" /> |
247 | 256 | <None Include="packages.config" /> |
248 | 257 | </ItemGroup> |
| 258 | + <ItemGroup /> |
249 | 259 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
250 | 260 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
251 | 261 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments