|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>CInject.Engine</RootNamespace> |
12 | 12 | <AssemblyName>CInject.Engine</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <SccProjectName>SAK</SccProjectName> |
16 | 16 | <SccLocalPath>SAK</SccLocalPath> |
|
41 | 41 | <AssemblyOriginatorKeyFile>CInject.snk</AssemblyOriginatorKeyFile> |
42 | 42 | </PropertyGroup> |
43 | 43 | <ItemGroup> |
44 | | - <Reference Include="log4net"> |
45 | | - <HintPath>..\Reference Assemblies\log4net.dll</HintPath> |
| 44 | + <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath> |
| 46 | + <Private>True</Private> |
46 | 47 | </Reference> |
47 | | - <Reference Include="Mono.Cecil"> |
48 | | - <HintPath>..\Reference Assemblies\Mono.Cecil.dll</HintPath> |
| 48 | + <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath> |
| 50 | + <Private>True</Private> |
49 | 51 | </Reference> |
50 | | - <Reference Include="System" /> |
51 | | - <Reference Include="System.ComponentModel.Composition.Codeplex"> |
52 | | - <HintPath>..\Reference Assemblies\System.ComponentModel.Composition.Codeplex.dll</HintPath> |
| 52 | + <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath> |
| 54 | + <Private>True</Private> |
53 | 55 | </Reference> |
54 | | - <Reference Include="System.Core" /> |
55 | | - <Reference Include="System.Reflection.Context"> |
56 | | - <HintPath>..\Reference Assemblies\System.Reflection.Context.dll</HintPath> |
| 56 | + <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
| 58 | + <Private>True</Private> |
| 59 | + </Reference> |
| 60 | + <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath> |
| 62 | + <Private>True</Private> |
57 | 63 | </Reference> |
| 64 | + <Reference Include="System" /> |
| 65 | + <Reference Include="System.ComponentModel.Composition" /> |
| 66 | + <Reference Include="System.Core" /> |
| 67 | + <Reference Include="System.Reflection.Context" /> |
58 | 68 | <Reference Include="System.Xml.Linq" /> |
59 | 69 | <Reference Include="System.Data.DataSetExtensions" /> |
60 | 70 | <Reference Include="Microsoft.CSharp" /> |
|
83 | 93 | </ItemGroup> |
84 | 94 | <ItemGroup> |
85 | 95 | <None Include="CInject.snk" /> |
| 96 | + <None Include="packages.config" /> |
86 | 97 | </ItemGroup> |
87 | 98 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
88 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments