|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\ILMerge.3.0.41\build\ILMerge.props" Condition="Exists('..\packages\ILMerge.3.0.41\build\ILMerge.props')" /> |
| 3 | + <Import Project="..\packages\ILMerge.3.0.29\build\ILMerge.props" Condition="Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | | - <ProjectGuid>{3BB62E16-1126-4ED9-AF39-64B88C642B14}</ProjectGuid> |
| 8 | + <ProjectGuid>{A947DC7D-08BE-4D3A-8D81-D94DD376ECB8}</ProjectGuid> |
9 | 9 | <OutputType>Library</OutputType> |
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>ModLoader</RootNamespace> |
12 | 12 | <AssemblyName>ModLoader</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <Deterministic>true</Deterministic> |
16 | 16 | <NuGetPackageImportStamp> |
|
34 | 34 | <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | 36 | <ItemGroup> |
| 37 | + <Reference Include="0Harmony, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\Lib.Harmony.2.2.0\lib\net45\0Harmony.dll</HintPath> |
| 39 | + </Reference> |
| 40 | + <Reference Include="Assembly-CSharp"> |
| 41 | + <HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 45 | + </Reference> |
37 | 46 | <Reference Include="System" /> |
38 | 47 | <Reference Include="System.Core" /> |
39 | 48 | <Reference Include="System.Xml.Linq" /> |
|
42 | 51 | <Reference Include="System.Data" /> |
43 | 52 | <Reference Include="System.Net.Http" /> |
44 | 53 | <Reference Include="System.Xml" /> |
45 | | - <Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
46 | | - <SpecificVersion>False</SpecificVersion> |
47 | | - <HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath> |
48 | | - </Reference> |
49 | | - <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
50 | | - <SpecificVersion>False</SpecificVersion> |
| 54 | + <Reference Include="UnityEngine"> |
51 | 55 | <HintPath>..\Dependencies\UnityEngine.dll</HintPath> |
52 | 56 | </Reference> |
53 | | - <Reference Include="UnityEngine.AssetBundleModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
54 | | - <SpecificVersion>False</SpecificVersion> |
| 57 | + <Reference Include="UnityEngine.AssetBundleModule"> |
55 | 58 | <HintPath>..\Dependencies\UnityEngine.AssetBundleModule.dll</HintPath> |
56 | 59 | </Reference> |
57 | | - <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
58 | | - <SpecificVersion>False</SpecificVersion> |
| 60 | + <Reference Include="UnityEngine.CoreModule"> |
59 | 61 | <HintPath>..\Dependencies\UnityEngine.CoreModule.dll</HintPath> |
60 | 62 | </Reference> |
61 | | - <Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
62 | | - <SpecificVersion>False</SpecificVersion> |
| 63 | + <Reference Include="UnityEngine.IMGUIModule"> |
63 | 64 | <HintPath>..\Dependencies\UnityEngine.IMGUIModule.dll</HintPath> |
64 | 65 | </Reference> |
65 | | - <Reference Include="UnityEngine.InputLegacyModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
66 | | - <SpecificVersion>False</SpecificVersion> |
| 66 | + <Reference Include="UnityEngine.InputLegacyModule"> |
67 | 67 | <HintPath>..\Dependencies\UnityEngine.InputLegacyModule.dll</HintPath> |
68 | 68 | </Reference> |
69 | | - <Reference Include="UnityEngine.InputModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
70 | | - <SpecificVersion>False</SpecificVersion> |
| 69 | + <Reference Include="UnityEngine.InputModule"> |
71 | 70 | <HintPath>..\Dependencies\UnityEngine.InputModule.dll</HintPath> |
72 | 71 | </Reference> |
73 | 72 | <Reference Include="UnityEngine.TextCoreModule"> |
|
76 | 75 | <Reference Include="UnityEngine.TextRenderingModule"> |
77 | 76 | <HintPath>..\Dependencies\UnityEngine.TextRenderingModule.dll</HintPath> |
78 | 77 | </Reference> |
79 | | - <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
80 | | - <SpecificVersion>False</SpecificVersion> |
| 78 | + <Reference Include="UnityEngine.UI"> |
81 | 79 | <HintPath>..\Dependencies\UnityEngine.UI.dll</HintPath> |
82 | 80 | </Reference> |
83 | | - <Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
84 | | - <SpecificVersion>False</SpecificVersion> |
| 81 | + <Reference Include="UnityEngine.UIModule"> |
85 | 82 | <HintPath>..\Dependencies\UnityEngine.UIModule.dll</HintPath> |
86 | 83 | </Reference> |
87 | 84 | </ItemGroup> |
88 | 85 | <ItemGroup> |
| 86 | + <Compile Include="Console.cs" /> |
89 | 87 | <Compile Include="ConsoleGUI.cs" /> |
90 | | - <Compile Include="ModsMenu.cs" /> |
91 | 88 | <Compile Include="Helper.cs" /> |
92 | 89 | <Compile Include="Loader.cs" /> |
93 | | - <Compile Include="Console.cs" /> |
| 90 | + <Compile Include="ModsMenu.cs" /> |
94 | 91 | <Compile Include="Patcher.cs" /> |
95 | 92 | <Compile Include="Properties\AssemblyInfo.cs" /> |
96 | 93 | <Compile Include="SFSMod.cs" /> |
|
103 | 100 | <PropertyGroup> |
104 | 101 | <ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText> |
105 | 102 | </PropertyGroup> |
106 | | - <Error Condition="!Exists('..\packages\ILMerge.3.0.41\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.41\build\ILMerge.props'))" /> |
| 103 | + <Error Condition="!Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.29\build\ILMerge.props'))" /> |
107 | 104 | </Target> |
108 | | - <ItemGroup> |
109 | | - <PackageReference Include="ILMerge" Version="3.0.29" /> |
110 | | - <PackageReference Include="Lib.Harmony"> |
111 | | - <Version>2.2.0</Version> |
112 | | - </PackageReference> |
113 | | - </ItemGroup> |
114 | 105 | <Target Name="AfterBuild"> |
115 | 106 | <!-- the ILMergePath property points to the location of ILMerge.exe console application --> |
116 | 107 | <Exec Command="$(ILMergeConsolePath) /out:bin/Release/ModLoaderMac.dll bin/Release/0Harmony.dll bin/Release/ModLoader.dll" /> |
|
0 commit comments