|
69 | 69 | </Reference>
|
70 | 70 | </ItemGroup>
|
71 | 71 | <ItemGroup>
|
| 72 | + <Compile Include="Domain\GreaterThanStep.cs" /> |
| 73 | + <Compile Include="Domain\IsFalseStep.cs" /> |
| 74 | + <Compile Include="Domain\IsTrueStep.cs" /> |
| 75 | + <Compile Include="Domain\LengthStep.cs" /> |
| 76 | + <Compile Include="Domain\LowerThanStep.cs" /> |
| 77 | + <Compile Include="Domain\MatchStep.cs" /> |
| 78 | + <Compile Include="Domain\SkipStep.cs" /> |
72 | 79 | <Compile Include="Domain\YamlDefinition.cs" />
|
73 | 80 | <Compile Include="Domain\YamlSpecification.cs" />
|
74 |
| - <Compile Include="DoStep.cs" /> |
| 81 | + <Compile Include="Domain\DoStep.cs" /> |
75 | 82 | <Compile Include="Extensions.cs" />
|
76 |
| - <Compile Include="ITestStep.cs" /> |
| 83 | + <Compile Include="Domain\ITestStep.cs" /> |
77 | 84 | <Compile Include="Program.cs" />
|
78 | 85 | <Compile Include="Properties\AssemblyInfo.cs" />
|
79 |
| - <Compile Include="SetStep.cs" /> |
80 |
| - <Compile Include="TestSuite.cs" /> |
| 86 | + <Compile Include="Domain\SetStep.cs" /> |
| 87 | + <Compile Include="Domain\TestSuite.cs" /> |
81 | 88 | <Compile Include="YamlTestsGenerator.cs" />
|
82 | 89 | </ItemGroup>
|
83 | 90 | <ItemGroup>
|
|
96 | 103 | <None Include="Views\SetupClass.cshtml" />
|
97 | 104 | <None Include="Views\TestSuite.cshtml" />
|
98 | 105 | </ItemGroup>
|
99 |
| - <ItemGroup> |
100 |
| - <Content Include="razormachine.readme.txt" /> |
101 |
| - </ItemGroup> |
102 |
| - <ItemGroup> |
103 |
| - <Folder Include="Converters\" /> |
104 |
| - </ItemGroup> |
| 106 | + <ItemGroup /> |
105 | 107 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
106 | 108 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
107 | 109 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments