Skip to content

Commit 80b66f2

Browse files
author
DaZombieKiller
committed
Replace tabs with spaces
1 parent d9dea1b commit 80b66f2

7 files changed

Lines changed: 41 additions & 41 deletions
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ExternalProject Name="Assembly-Boo">
3-
<Binary
4-
Name="Assembly-Boo"
5-
Path="Managed/Assembly-Boo.dll"
6-
/>
3+
<Binary
4+
Name="Assembly-Boo"
5+
Path="Managed/Assembly-Boo.dll"
6+
/>
77
</ExternalProject>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ExternalProject Name="Assembly-CSharp">
3-
<Binary
4-
Name="Assembly-CSharp"
5-
Path="Managed/Assembly-CSharp.dll"
6-
/>
3+
<Binary
4+
Name="Assembly-CSharp"
5+
Path="Managed/Assembly-CSharp.dll"
6+
/>
77
</ExternalProject>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ExternalProject Name="Assembly-UnityScript">
3-
<Binary
4-
Name="Assembly-UnityScript"
5-
Path="Managed/Assembly-UnityScript.dll"
6-
/>
3+
<Binary
4+
Name="Assembly-UnityScript"
5+
Path="Managed/Assembly-UnityScript.dll"
6+
/>
77
</ExternalProject>

Build/Projects/Plugin.definition

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Name="SamplePlugin" Path="Source" 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 + Plugin API -->
9-
<Reference Include="UnityEngine" />
8+
<!-- Unity API + Plugin API -->
9+
<Reference Include="UnityEngine" />
1010
<Reference Include="PluginManager" />
1111

1212
<!--
@@ -20,20 +20,20 @@
2020
<!-- <Reference Include="Assembly-Boo" /> -->
2121
<!-- <Reference Include="Assembly-CSharp" /> -->
2222
<!-- <Reference Include="Assembly-UnityScript" /> -->
23-
</References>
23+
</References>
2424

25-
<!-- The framework version must be v3.5 or lower,
25+
<!-- The framework version must be v3.5 or lower,
2626
because that's the only one supported by all
2727
versions of Unity. -->
28-
<Properties>
29-
<FrameworkVersions>
30-
<Platform Name="Windows"><Version>v3.5</Version></Platform>
31-
<Platform Name="Linux"><Version>v3.5</Version></Platform>
32-
<Platform Name="MacOS"><Version>v3.5</Version></Platform>
33-
</FrameworkVersions>
34-
</Properties>
28+
<Properties>
29+
<FrameworkVersions>
30+
<Platform Name="Windows"><Version>v3.5</Version></Platform>
31+
<Platform Name="Linux"><Version>v3.5</Version></Platform>
32+
<Platform Name="MacOS"><Version>v3.5</Version></Platform>
33+
</FrameworkVersions>
34+
</Properties>
3535

36-
<Files>
36+
<Files>
3737
<Compile Include="*.cs" />
38-
</Files>
38+
</Files>
3939
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ExternalProject Name="PluginManager">
3-
<Binary
4-
Name="PluginManager"
5-
Path="Managed/PluginManager.dll"
6-
/>
3+
<Binary
4+
Name="PluginManager"
5+
Path="Managed/PluginManager.dll"
6+
/>
77
</ExternalProject>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ExternalProject Name="UnityEngine.UI">
3-
<Binary
4-
Name="UnityEngine.UI"
5-
Path="Managed/UnityEngine.UI.dll"
6-
/>
3+
<Binary
4+
Name="UnityEngine.UI"
5+
Path="Managed/UnityEngine.UI.dll"
6+
/>
77
</ExternalProject>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)