|
52 | 52 | <ItemGroup> |
53 | 53 | <Compile Include="AnonymousValueFixture.cs" /> |
54 | 54 | <Compile Include="Builder.cs" /> |
| 55 | + <Compile Include="DataSources\Pick.cs" /> |
| 56 | + <Compile Include="DataSources\RandomItemSource.cs" /> |
| 57 | + <Compile Include="DataSources\RepeatingSequenceSource.cs" /> |
55 | 58 | <Compile Include="ITestDataBuilder.cs" /> |
56 | 59 | <Compile Include="DataSources\Dictionaries\Cache.cs" /> |
57 | 60 | <Compile Include="DataSources\Dictionaries\IDictionaryRepository.cs" /> |
|
94 | 97 | <Compile Include="NullingExpandoObject.cs" /> |
95 | 98 | <Compile Include="Factories\IFactory.cs" /> |
96 | 99 | <Compile Include="PathExpressionVisitor.cs" /> |
97 | | - <Compile Include="Picking\ItemPicker.cs" /> |
98 | | - <Compile Include="Picking\Pick.cs" /> |
99 | | - <Compile Include="Picking\RandomItemPicker.cs" /> |
100 | | - <Compile Include="Picking\RepeatingSequenceItemPicker.cs" /> |
101 | 100 | <Compile Include="Reflector.cs" /> |
102 | 101 | <Compile Include="Suppliers\DefaultEmailValueSupplier.cs" /> |
103 | 102 | <Compile Include="Suppliers\DefaultLastNameValueSupplier.cs" /> |
|
183 | 182 | <EmbeddedResource Include="DataSources\Dictionaries\Resources\PersonUsername.txt" /> |
184 | 183 | <EmbeddedResource Include="DataSources\Dictionaries\Resources\ShirtSize.txt" /> |
185 | 184 | </ItemGroup> |
| 185 | + <ItemGroup> |
| 186 | + <Folder Include="Picking\" /> |
| 187 | + </ItemGroup> |
186 | 188 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
187 | 189 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
188 | 190 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments