|
30 | 30 | <DebugSymbols>true</DebugSymbols> |
31 | 31 | <DebugType>full</DebugType> |
32 | 32 | <Optimize>false</Optimize> |
33 | | - <OutputPath>..\..\bin\Debug\</OutputPath> |
| 33 | + <OutputPath>bin\Debug\</OutputPath> |
34 | 34 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
35 | 35 | <ErrorReport>prompt</ErrorReport> |
36 | 36 | <WarningLevel>4</WarningLevel> |
|
41 | 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
42 | 42 | <DebugType>pdbonly</DebugType> |
43 | 43 | <Optimize>true</Optimize> |
44 | | - <OutputPath>..\..\bin\Release\</OutputPath> |
| 44 | + <OutputPath>bin\Release\</OutputPath> |
45 | 45 | <DefineConstants>TRACE</DefineConstants> |
46 | 46 | <ErrorReport>prompt</ErrorReport> |
47 | 47 | <WarningLevel>4</WarningLevel> |
|
101 | 101 | </ItemGroup> |
102 | 102 | <ItemGroup> |
103 | 103 | <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
104 | | - <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath> |
| 104 | + <SpecificVersion>False</SpecificVersion> |
| 105 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.dll</HintPath> |
105 | 106 | </Reference> |
106 | | - <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
107 | | - <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath> |
| 107 | + <Reference Include="Mono.Cecil.Mdb"> |
| 108 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Mdb.dll</HintPath> |
108 | 109 | </Reference> |
109 | | - <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
110 | | - <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
| 110 | + <Reference Include="Mono.Cecil.Pdb"> |
| 111 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Pdb.dll</HintPath> |
111 | 112 | </Reference> |
112 | 113 | <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
113 | | - <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath> |
| 114 | + <SpecificVersion>False</SpecificVersion> |
| 115 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.4\lib\net35\Mono.Cecil.Rocks.dll</HintPath> |
114 | 116 | </Reference> |
115 | 117 | <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
116 | 118 | <SpecificVersion>False</SpecificVersion> |
|
0 commit comments