|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>DeepFreeze</RootNamespace> |
11 | 11 | <AssemblyName>DeepFreeze</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | </PropertyGroup> |
|
23 | 23 | <WarningLevel>4</WarningLevel> |
24 | 24 | <UseVSHostingProcess>false</UseVSHostingProcess> |
25 | 25 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 27 | </PropertyGroup> |
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 29 | <DebugType>pdbonly</DebugType> |
|
31 | 32 | <DefineConstants>TRACE</DefineConstants> |
32 | 33 | <ErrorReport>prompt</ErrorReport> |
33 | 34 | <WarningLevel>4</WarningLevel> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
34 | 36 | </PropertyGroup> |
35 | 37 | <PropertyGroup> |
36 | 38 | <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> |
|
57 | 59 | <SpecificVersion>False</SpecificVersion> |
58 | 60 | <HintPath>..\..\KSPDLLs\UnityEngine.dll</HintPath> |
59 | 61 | </Reference> |
| 62 | + <Reference Include="UnityEngine.AnimationModule"> |
| 63 | + <HintPath>..\..\KSPDLLs\UnityEngine.AnimationModule.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="UnityEngine.AudioModule"> |
| 66 | + <HintPath>..\..\KSPDLLs\UnityEngine.AudioModule.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="UnityEngine.CoreModule"> |
| 69 | + <HintPath>..\..\KSPDLLs\UnityEngine.CoreModule.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="UnityEngine.ImageConversionModule"> |
| 72 | + <HintPath>..\..\KSPDLLs\UnityEngine.ImageConversionModule.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + <Reference Include="UnityEngine.IMGUIModule"> |
| 75 | + <HintPath>..\..\KSPDLLs\UnityEngine.IMGUIModule.dll</HintPath> |
| 76 | + </Reference> |
| 77 | + <Reference Include="UnityEngine.InputLegacyModule"> |
| 78 | + <HintPath>..\..\KSPDLLs\UnityEngine.InputLegacyModule.dll</HintPath> |
| 79 | + </Reference> |
| 80 | + <Reference Include="UnityEngine.TextRenderingModule"> |
| 81 | + <HintPath>..\..\KSPDLLs\UnityEngine.TextRenderingModule.dll</HintPath> |
| 82 | + </Reference> |
60 | 83 | <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
61 | 84 | <SpecificVersion>False</SpecificVersion> |
62 | 85 | <HintPath>..\..\KSPDLLs\UnityEngine.UI.dll</HintPath> |
|
0 commit comments