This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Name =" PluginManager.Installer" Path =" Source/PluginManager.Installer" Type =" Console" >
3- <References >
4- <!-- GAC Assemblies -->
5- <Reference Include =" System" />
6- <Reference Include =" System.Core" />
3+ <References >
4+ <!-- GAC Assemblies -->
5+ <Reference Include =" System" />
6+ <Reference Include =" System.Core" />
77
8- <!-- NuGet -->
9- <Reference Include =" Mono.Cecil" />
10- </References >
8+ <!-- NuGet -->
9+ <Reference Include =" Mono.Cecil" />
10+ </References >
1111
12- <Files >
13- <!-- C# Sources -->
14- <Compile Include =" Program.cs" />
15- </Files >
12+ <Files >
13+ <!-- C# Sources -->
14+ <Compile Include =" Program.cs" />
15+ </Files >
1616</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Name =" PluginManager" Path =" Source/PluginManager" Type =" Library" >
3- <References >
4- <!-- GAC Assemblies -->
5- <Reference Include =" System" />
6- <Reference Include =" System.Core" />
3+ <References >
4+ <!-- GAC Assemblies -->
5+ <Reference Include =" System" />
6+ <Reference Include =" System.Core" />
77
8- <!-- Unity API -->
9- <Reference Include =" UnityEngine" />
10- </References >
8+ <!-- Unity API -->
9+ <Reference Include =" UnityEngine" />
10+ </References >
1111
12- <!-- The framework version must be v3.5 or lower,
12+ <!-- The framework version must be v3.5 or lower,
1313 because that's the only one supported by all
1414 versions of Unity. -->
15- <Properties >
16- <FrameworkVersions >
17- <Platform Name =" Windows" ><Version >v3.5</Version ></Platform >
18- <Platform Name =" Linux" ><Version >v3.5</Version ></Platform >
19- <Platform Name =" MacOS" ><Version >v3.5</Version ></Platform >
20- </FrameworkVersions >
21- </Properties >
15+ <Properties >
16+ <FrameworkVersions >
17+ <Platform Name =" Windows" ><Version >v3.5</Version ></Platform >
18+ <Platform Name =" Linux" ><Version >v3.5</Version ></Platform >
19+ <Platform Name =" MacOS" ><Version >v3.5</Version ></Platform >
20+ </FrameworkVersions >
21+ </Properties >
2222
23- <Files >
23+ <Files >
2424 <Compile Include =" PluginManager.cs" />
2525 <Compile Include =" Plugin/Attributes.cs" />
2626 <Compile Include =" Plugin/Extensions/Extensions.cs" />
27- </Files >
27+ </Files >
2828</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<ExternalProject Name =" UnityEngine" >
3- <Binary
4- Name=" UnityEngine"
5- Path=" Managed/UnityEngine.dll"
6- />
3+ <Binary
4+ Name =" UnityEngine"
5+ Path =" Managed/UnityEngine.dll"
6+ />
77</ExternalProject >
You can’t perform that action at this time.
0 commit comments