|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>kOS.AddOns.StockCamera</RootNamespace> |
11 | 11 | <AssemblyName>kOS.AddOns.StockCamera</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | </PropertyGroup> |
15 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
31 | 31 | </PropertyGroup> |
32 | 32 | <ItemGroup> |
33 | 33 | <Reference Include="Assembly-CSharp"> |
34 | | - <HintPath>..\..\..\KOS\Resources\Assembly-CSharp.dll</HintPath> |
| 34 | + <Private>False</Private> |
35 | 35 | </Reference> |
36 | 36 | <Reference Include="Assembly-CSharp-firstpass"> |
37 | | - <HintPath>..\..\..\KOS\Resources\Assembly-CSharp-firstpass.dll</HintPath> |
38 | | - </Reference> |
39 | | - <Reference Include="UnityEngine"> |
40 | | - <HintPath>..\..\..\KOS\Resources\UnityEngine.dll</HintPath> |
| 37 | + <Private>False</Private> |
41 | 38 | </Reference> |
42 | 39 | <Reference Include="kOS"> |
43 | | - <HintPath>..\..\..\KOS\Resources\GameData\kOS\Plugins\kOS.dll</HintPath> |
| 40 | + <Private>False</Private> |
44 | 41 | </Reference> |
45 | 42 | <Reference Include="kOS.Safe"> |
46 | | - <HintPath>..\..\..\KOS\Resources\GameData\kOS\Plugins\kOS.Safe.dll</HintPath> |
| 43 | + <Private>False</Private> |
47 | 44 | </Reference> |
48 | 45 | <Reference Include="System" /> |
49 | 46 | <Reference Include="System.Core" /> |
50 | 47 | <Reference Include="System.Xml.Linq" /> |
51 | 48 | <Reference Include="System.Data.DataSetExtensions" /> |
52 | 49 | <Reference Include="System.Data" /> |
53 | 50 | <Reference Include="System.Xml" /> |
| 51 | + <Reference Include="UnityEngine"> |
| 52 | + <Private>False</Private> |
| 53 | + </Reference> |
| 54 | + <Reference Include="UnityEngine.CoreModule"> |
| 55 | + <Private>False</Private> |
| 56 | + </Reference> |
| 57 | + <Reference Include="UnityEngine.UI"> |
| 58 | + <Private>False</Private> |
| 59 | + </Reference> |
54 | 60 | </ItemGroup> |
55 | 61 | <ItemGroup> |
56 | 62 | <Compile Include="Addon.cs" /> |
|
0 commit comments