|
48 | 48 | <Reference Include="UnityEngine"> |
49 | 49 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath> |
50 | 50 | </Reference> |
51 | | - <Reference Include="UnityEngine.AnimationModule"> |
| 51 | + <Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <SpecificVersion>False</SpecificVersion> |
52 | 53 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath> |
53 | 54 | </Reference> |
54 | | - <Reference Include="UnityEngine.CoreModule"> |
| 55 | + <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 56 | + <SpecificVersion>False</SpecificVersion> |
55 | 57 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath> |
56 | 58 | </Reference> |
57 | | - <Reference Include="UnityEngine.IMGUIModule"> |
| 59 | + <Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
58 | 61 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath> |
59 | 62 | </Reference> |
60 | | - <Reference Include="UnityEngine.InputLegacyModule"> |
| 63 | + <Reference Include="UnityEngine.InputLegacyModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 64 | + <SpecificVersion>False</SpecificVersion> |
61 | 65 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath> |
62 | 66 | </Reference> |
63 | | - <Reference Include="UnityEngine.PhysicsModule"> |
| 67 | + <Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 68 | + <SpecificVersion>False</SpecificVersion> |
64 | 69 | <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath> |
65 | 70 | </Reference> |
66 | | - <Reference Include="UnityEngine.UI"> |
67 | | - <HintPath>..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath> |
68 | | - </Reference> |
69 | 71 | </ItemGroup> |
70 | 72 | <ItemGroup> |
71 | 73 | <Compile Include="SharedAssemblyInfo.cs" /> |
|
79 | 81 | </ItemGroup> |
80 | 82 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
81 | 83 | <PropertyGroup> |
82 | | - <PostBuildEvent>copy $(TargetPath) $(SolutionDir)GameData\DistantObject\</PostBuildEvent> |
| 84 | + <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)GameData\DistantObject\" /Y</PostBuildEvent> |
83 | 85 | </PropertyGroup> |
84 | 86 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
85 | 87 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments