Revize d402013e
Přidáno uživatelem Tomáš Orlovský před téměř 4 roky(ů)
tests/Leuze.Tests.Configuration/Leuze.Tests.Configuration.csproj | ||
---|---|---|
5 | 5 |
<RootNamespace>Leuze.Tests.Configuration</RootNamespace> |
6 | 6 |
<Product></Product> |
7 | 7 |
<Description></Description> |
8 |
<Configurations>Debug;Release;Test</Configurations> |
|
8 | 9 |
</PropertyGroup> |
9 | 10 |
|
10 | 11 |
<PropertyGroup> |
... | ... | |
17 | 18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
18 | 19 |
<DocumentationFile>..\..\docs\Leuze.Tests.Configuration.xml</DocumentationFile> |
19 | 20 |
</PropertyGroup> |
21 |
|
|
22 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Test|AnyCPU'"> |
|
23 |
<DocumentationFile>..\..\docs\Leuze.Tests.Configuration.xml</DocumentationFile> |
|
24 |
</PropertyGroup> |
|
20 | 25 |
|
21 | 26 |
<ItemGroup> |
22 | 27 |
<PackageReference Include="AutoMapper" Version="10.1.1" /> |
Také k dispozici: Unified diff
Added first tests on goals commands