|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{59E9F73A-398C-4F46-85E7-1DCDEEB2A85F}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | | - <RootNamespace>MLAPI.Tests</RootNamespace> |
10 | | - <AssemblyName>MLAPI.Tests</AssemblyName> |
| 9 | + <RootNamespace>MLAPI_Tests</RootNamespace> |
| 10 | + <AssemblyName>MLAPI-Tests</AssemblyName> |
11 | 11 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
12 | 12 | <NuGetPackageImportStamp> |
13 | 13 | </NuGetPackageImportStamp> |
|
29 | 29 | <WarningLevel>4</WarningLevel> |
30 | 30 | <LangVersion>7</LangVersion> |
31 | 31 | </PropertyGroup> |
| 32 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Lite|AnyCPU' "> |
| 33 | + <DebugSymbols>true</DebugSymbols> |
| 34 | + <DebugType>full</DebugType> |
| 35 | + <Optimize>false</Optimize> |
| 36 | + <OutputPath>bin\Lite\Debug</OutputPath> |
| 37 | + <DefineConstants>DEBUG;DISABLE_CRYPTOGRAPHY</DefineConstants> |
| 38 | + <ErrorReport>prompt</ErrorReport> |
| 39 | + <WarningLevel>4</WarningLevel> |
| 40 | + <LangVersion>7</LangVersion> |
| 41 | + </PropertyGroup> |
| 42 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Lite|AnyCPU' "> |
| 43 | + <Optimize>true</Optimize> |
| 44 | + <OutputPath>bin\Lite\Release</OutputPath> |
| 45 | + <DefineConstants>DISABLE_CRYPTOGRAPHY</DefineConstants> |
| 46 | + <ErrorReport>prompt</ErrorReport> |
| 47 | + <WarningLevel>4</WarningLevel> |
| 48 | + <LangVersion>7</LangVersion> |
| 49 | + </PropertyGroup> |
32 | 50 | <ItemGroup> |
33 | 51 | <Reference Include="System" /> |
34 | 52 | <Reference Include="nunit.framework"> |
|
0 commit comments