|
69 | 69 | <Compile Include="ConfigReaderTests.cs" /> |
70 | 70 | <Compile Include="GitDirFinderTests.cs" /> |
71 | 71 | <Compile Include="Fixtures\BaseGitFlowRepositoryFixture.cs" /> |
72 | | - <Compile Include="GitFlow\DevelopScenarios.cs" /> |
73 | | - <Compile Include="GitFlow\MetaDataByCommitScenarios.cs" /> |
74 | | - <Compile Include="GitFlow\PatchScenarios.cs" /> |
75 | | - <Compile Include="GitFlow\ReleaseBranchTests.cs" /> |
76 | | - <Compile Include="GitFlow\WikiScenarios.cs" /> |
77 | | - <Compile Include="GitHubFlow\OtherBranchTests.cs" /> |
78 | | - <Compile Include="GitHubFlow\ReleaseBranchTests.cs" /> |
| 72 | + <Compile Include="IntegrationTests\GitFlow\DevelopScenarios.cs" /> |
| 73 | + <Compile Include="IntegrationTests\GitFlow\MetaDataByCommitScenarios.cs" /> |
| 74 | + <Compile Include="IntegrationTests\GitFlow\PatchScenarios.cs" /> |
| 75 | + <Compile Include="IntegrationTests\GitFlow\ReleaseBranchTests.cs" /> |
| 76 | + <Compile Include="IntegrationTests\GitFlow\WikiScenarios.cs" /> |
| 77 | + <Compile Include="IntegrationTests\GitHubFlow\OtherBranchTests.cs" /> |
| 78 | + <Compile Include="IntegrationTests\GitHubFlow\ReleaseBranchTests.cs" /> |
79 | 79 | <Compile Include="Helpers\Constants.cs" /> |
80 | 80 | <Compile Include="Helpers\NextVersionWriter.cs" /> |
81 | 81 | <Compile Include="InformationalVersionBuilderTests.cs" /> |
|
85 | 85 | <Compile Include="Fixtures\EmptyRepositoryFixture.cs" /> |
86 | 86 | <Compile Include="Helpers\GitHelper.cs" /> |
87 | 87 | <Compile Include="Helpers\PathHelper.cs" /> |
88 | | - <Compile Include="GitHubFlow\MasterTests.cs" /> |
| 88 | + <Compile Include="IntegrationTests\GitHubFlow\MasterTests.cs" /> |
89 | 89 | <Compile Include="ApprovalTestsConfig.cs" /> |
90 | 90 | <Compile Include="Fixtures\RepositoryFixtureBase.cs" /> |
91 | 91 | <Compile Include="SemanticVersionTests.cs" /> |
|
173 | 173 | <Content Include="Resources\commit_counting_wd\file.txt" /> |
174 | 174 | <Content Include="Resources\commit_counting_wd\new.txt" /> |
175 | 175 | </ItemGroup> |
| 176 | + <ItemGroup /> |
176 | 177 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
177 | 178 | <PropertyGroup> |
178 | 179 | <PostBuildEvent> |
|
0 commit comments