|
30 | 30 | <ErrorReport>prompt</ErrorReport> |
31 | 31 | <WarningLevel>4</WarningLevel> |
32 | 32 | </PropertyGroup> |
| 33 | + <ItemGroup> |
| 34 | + <Compile Include="MapViewFixer.cs" /> |
| 35 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 36 | + <Compile Include="SigmaBinaryLoader.cs" /> |
| 37 | + <Compile Include="SigmaBinary.cs" /> |
| 38 | + <Compile Include="ArchivesFixer.cs" /> |
| 39 | + <Compile Include="KerbinFixer.cs" /> |
| 40 | + <Compile Include="PeriodFixer.cs" /> |
| 41 | + <Compile Include="LateFixes.cs" /> |
| 42 | + </ItemGroup> |
33 | 43 | <ItemGroup> |
34 | 44 | <Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
35 | 45 | <SpecificVersion>False</SpecificVersion> |
36 | | - <HintPath>..\KerbalSpaceProgram\KSP_Data\Managed\Assembly-CSharp.dll</HintPath> |
| 46 | + <HintPath>..\..\..\[References]\KerbalSpaceProgram\Assembly-CSharp.dll</HintPath> |
37 | 47 | </Reference> |
38 | 48 | <Reference Include="Kopernicus, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
39 | 49 | <SpecificVersion>False</SpecificVersion> |
40 | | - <HintPath>..\Kopernicus\Kopernicus.dll</HintPath> |
| 50 | + <HintPath>..\..\..\[References]\Kopernicus\Kopernicus.dll</HintPath> |
41 | 51 | </Reference> |
42 | 52 | <Reference Include="Kopernicus.Components, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
43 | 53 | <SpecificVersion>False</SpecificVersion> |
44 | | - <HintPath>..\Kopernicus\Kopernicus.Components.dll</HintPath> |
| 54 | + <HintPath>..\..\..\[References]\Kopernicus\Kopernicus.Components.dll</HintPath> |
45 | 55 | </Reference> |
46 | 56 | <Reference Include="Kopernicus.OnDemand, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
47 | 57 | <SpecificVersion>False</SpecificVersion> |
48 | | - <HintPath>..\Kopernicus\Kopernicus.OnDemand.dll</HintPath> |
| 58 | + <HintPath>..\..\..\[References]\Kopernicus\Kopernicus.OnDemand.dll</HintPath> |
49 | 59 | </Reference> |
50 | | - <Reference Include="Kopernicus.Parser"> |
51 | | - <HintPath>..\Kopernicus\Kopernicus.Parser.dll</HintPath> |
| 60 | + <Reference Include="Kopernicus.Parser, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 61 | + <SpecificVersion>False</SpecificVersion> |
| 62 | + <HintPath>..\..\..\[References]\Kopernicus\Kopernicus.Parser.dll</HintPath> |
52 | 63 | </Reference> |
53 | 64 | <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
54 | 65 | <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\KerbalSpaceProgram\KSP_Data\Managed\UnityEngine.dll</HintPath> |
| 66 | + <HintPath>..\..\..\[References]\KerbalSpaceProgram\UnityEngine.dll</HintPath> |
56 | 67 | </Reference> |
57 | 68 | </ItemGroup> |
58 | | - <ItemGroup> |
59 | | - <Compile Include="MapViewFixer.cs" /> |
60 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
61 | | - <Compile Include="SigmaBinaryLoader.cs" /> |
62 | | - <Compile Include="SigmaBinary.cs" /> |
63 | | - <Compile Include="ArchivesFixer.cs" /> |
64 | | - <Compile Include="KerbinFixer.cs" /> |
65 | | - <Compile Include="PeriodFixer.cs" /> |
66 | | - <Compile Include="LateFixes.cs" /> |
67 | | - </ItemGroup> |
68 | 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
69 | 70 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
70 | 71 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments