|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
35 | | - <Reference Include="Mono.Cecil"> |
36 | | - <HintPath>.\Mono.Cecil.dll</HintPath> |
| 35 | + <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 36 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net40\Mono.Cecil.dll</HintPath> |
| 37 | + <Private>True</Private> |
| 38 | + </Reference> |
| 39 | + <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
| 41 | + <Private>True</Private> |
| 42 | + </Reference> |
| 43 | + <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
| 45 | + <Private>True</Private> |
| 46 | + </Reference> |
| 47 | + <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
| 49 | + <Private>True</Private> |
37 | 50 | </Reference> |
38 | 51 | <Reference Include="System" /> |
39 | 52 | <Reference Include="System.XML" /> |
|
45 | 58 | <Compile Include="Program.cs" /> |
46 | 59 | <Compile Include="Properties\AssemblyInfo.cs" /> |
47 | 60 | </ItemGroup> |
| 61 | + <ItemGroup> |
| 62 | + <None Include="packages.config" /> |
| 63 | + </ItemGroup> |
48 | 64 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
49 | 65 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
50 | 66 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments