|
53 | 53 | <SpecificVersion>False</SpecificVersion> |
54 | 54 | <HintPath>..\packages\LibGit2Sharp.0.20.1.0\lib\net40\LibGit2Sharp.dll</HintPath> |
55 | 55 | </Reference> |
| 56 | + <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath> |
| 58 | + <Private>True</Private> |
| 59 | + </Reference> |
| 60 | + <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath> |
| 62 | + <Private>True</Private> |
| 63 | + </Reference> |
| 64 | + <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
| 66 | + <Private>True</Private> |
| 67 | + </Reference> |
| 68 | + <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 69 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath> |
| 70 | + <Private>True</Private> |
| 71 | + </Reference> |
56 | 72 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
57 | 73 | <SpecificVersion>False</SpecificVersion> |
58 | 74 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
|
68 | 84 | <Reference Include="System.Data.DataSetExtensions" /> |
69 | 85 | <Reference Include="System.Data" /> |
70 | 86 | <Reference Include="System.Xml" /> |
| 87 | + <Reference Include="TestStack.ConventionTests, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 88 | + <HintPath>..\packages\TestStack.ConventionTests.2.2.1\lib\net40\TestStack.ConventionTests.dll</HintPath> |
| 89 | + <Private>True</Private> |
| 90 | + </Reference> |
71 | 91 | <Reference Include="YamlDotNet, Version=3.5.0.0, Culture=neutral, processorArchitecture=MSIL"> |
72 | 92 | <SpecificVersion>False</SpecificVersion> |
73 | 93 | <HintPath>..\packages\YamlDotNet.3.5.1\lib\net35\YamlDotNet.dll</HintPath> |
|
85 | 105 | <Compile Include="Fixtures\BaseGitFlowRepositoryFixture.cs" /> |
86 | 106 | <Compile Include="GitVersionContextTests.cs" /> |
87 | 107 | <Compile Include="Helpers\DirectoryHelper.cs" /> |
| 108 | + <Compile Include="Init\InitScenarios.cs" /> |
| 109 | + <Compile Include="Init\InitStepsDefaultResponsesDoNotThrow.cs" /> |
| 110 | + <Compile Include="Init\TestConsole.cs" /> |
88 | 111 | <Compile Include="IntegrationTests\OtherScenarios.cs" /> |
89 | 112 | <Compile Include="IntegrationTests\PullRequestScenarios.cs" /> |
90 | 113 | <Compile Include="IntegrationTests\RemoteRepositoryScenarios.cs" /> |
|
124 | 147 | <Compile Include="SemanticVersionTests.cs" /> |
125 | 148 | <Compile Include="TestEffectiveConfiguration.cs" /> |
126 | 149 | <Compile Include="TestFileSystem.cs" /> |
| 150 | + <Compile Include="TestStream.cs" /> |
127 | 151 | <Compile Include="VariableProviderTests.cs" /> |
128 | 152 | <Compile Include="VersionCalculation\BaseVersionCalculatorTests.cs" /> |
129 | 153 | <Compile Include="VersionCalculation\NextVersionCalculatorTests.cs" /> |
|
0 commit comments