|
11 | 11 | <AssemblyName>UInspectorPlus</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile>Unity Full v3.5</TargetFrameworkProfile> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
31 | 32 | <WarningLevel>4</WarningLevel> |
32 | 33 | <LangVersion>5</LangVersion> |
33 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup> |
| 36 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 37 | + </PropertyGroup> |
34 | 38 | <ItemGroup> |
35 | 39 | <Reference Include="System" /> |
36 | 40 | <Reference Include="System.Core" /> |
37 | 41 | <Reference Include="System.Xml.Linq" /> |
38 | 42 | <Reference Include="System.Data.DataSetExtensions" /> |
39 | 43 | <Reference Include="System.Data" /> |
40 | 44 | <Reference Include="System.Xml" /> |
41 | | - <Reference Include="UnityEditor"> |
| 45 | + <Reference Include="UnityEditor, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 46 | + <SpecificVersion>False</SpecificVersion> |
42 | 47 | <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath> |
43 | 48 | </Reference> |
44 | | - <Reference Include="UnityEngine"> |
| 49 | + <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 50 | + <SpecificVersion>False</SpecificVersion> |
45 | 51 | <HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath> |
46 | 52 | </Reference> |
47 | 53 | </ItemGroup> |
|
0 commit comments