|
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | <NuGetPackageImportStamp> |
16 | 16 | </NuGetPackageImportStamp> |
| 17 | + <OutputPath>$(SolutionDir)build\$(AssemblyName)</OutputPath> |
17 | 18 | </PropertyGroup> |
18 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 20 | <DebugSymbols>true</DebugSymbols> |
20 | 21 | <DebugType>full</DebugType> |
21 | 22 | <Optimize>false</Optimize> |
22 | | - <OutputPath>bin\Debug\</OutputPath> |
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <WarningLevel>4</WarningLevel> |
|
28 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | 29 | <DebugType>pdbonly</DebugType> |
30 | 30 | <Optimize>true</Optimize> |
31 | | - <OutputPath>bin\Release\</OutputPath> |
32 | 31 | <DefineConstants>TRACE</DefineConstants> |
33 | 32 | <ErrorReport>prompt</ErrorReport> |
34 | 33 | <WarningLevel>4</WarningLevel> |
|
40 | 39 | <Private>True</Private> |
41 | 40 | </Reference> |
42 | 41 | <Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\..\..\packages\NSubstitute.1.10.0.0\lib\net35\NSubstitute.dll</HintPath> |
| 42 | + <HintPath>$(SolutionDir)\packages\NSubstitute.1.10.0.0\lib\net35\NSubstitute.dll</HintPath> |
44 | 43 | <Private>True</Private> |
45 | 44 | </Reference> |
46 | 45 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
0 commit comments