|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>DistantObject</RootNamespace> |
11 | 11 | <AssemblyName>DistantObject</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
15 | 15 | </PropertyGroup> |
|
22 | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 23 | <ErrorReport>prompt</ErrorReport> |
24 | 24 | <WarningLevel>4</WarningLevel> |
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 26 | </PropertyGroup> |
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 28 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
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 | <StartupObject /> |
37 | 39 | </PropertyGroup> |
38 | 40 | <ItemGroup> |
39 | 41 | <Reference Include="Assembly-CSharp"> |
40 | | - <HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath> |
| 42 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath> |
| 43 | + </Reference> |
| 44 | + <Reference Include="Assembly-CSharp-firstpass"> |
| 45 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath> |
41 | 46 | </Reference> |
42 | 47 | <Reference Include="System" /> |
43 | 48 | <Reference Include="UnityEngine"> |
44 | | - <HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath> |
| 49 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="UnityEngine.AnimationModule"> |
| 52 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="UnityEngine.CoreModule"> |
| 55 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="UnityEngine.IMGUIModule"> |
| 58 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
| 59 | + </Reference> |
| 60 | + <Reference Include="UnityEngine.InputLegacyModule"> |
| 61 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="UnityEngine.PhysicsModule"> |
| 64 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath> |
45 | 65 | </Reference> |
46 | 66 | <Reference Include="UnityEngine.UI"> |
47 | | - <HintPath>..\..\..\Games\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath> |
| 67 | + <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath> |
48 | 68 | </Reference> |
49 | 69 | </ItemGroup> |
50 | 70 | <ItemGroup> |
|
0 commit comments