Skip to content

Commit 30a5bb1

Browse files
committed
Merge branch 'feature/csprojupdate' of https://github.com/darvell/MLAPI into feature/csprojupdate
2 parents b0e9114 + 4084178 commit 30a5bb1

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

MLAPI-Editor/MLAPI-Editor.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TargetFrameworks>net35;net471;netstandard2.0</TargetFrameworks>
66
<AssemblyTitle>MLAPI-Editor</AssemblyTitle>
77
<Product>MLAPI-Editor</Product>
8-
<Copyright>Copyright © 2018</Copyright>
98
<LangVersion>7</LangVersion>
109
</PropertyGroup>
1110
<ItemGroup>
@@ -23,4 +22,4 @@
2322
<Private>false</Private>
2423
</Reference>
2524
</ItemGroup>
26-
</Project>
25+
</Project>

MLAPI-Examples/MLAPI-Examples.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<PropertyGroup>
44
<RootNamespace>MLAPI_Examples</RootNamespace>
55
<TargetFrameworks>net35;net471;netstandard2.0</TargetFrameworks>
6-
<AssemblyTitle>MLAPI_Examples</AssemblyTitle>
7-
<Product>MLAPI_Examples</Product>
8-
<Copyright>Copyright © 2019</Copyright>
6+
<AssemblyTitle>MLAPI-Examples</AssemblyTitle>
7+
<Product>MLAPI-Examples</Product>
98
</PropertyGroup>
109
<ItemGroup>
1110
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
@@ -16,4 +15,4 @@
1615
<ItemGroup>
1716
<ProjectReference Include="..\MLAPI\MLAPI.csproj" />
1817
</ItemGroup>
19-
</Project>
18+
</Project>

common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<Configurations>Debug;Release;Debug_Lite;Release_Lite</Configurations>
4-
<Copyright>Copyright © Albin Corén 2018</Copyright>
54
<LangVersion>7</LangVersion>
65
<DebugSymbols>false</DebugSymbols>
76
<DebugType>None</DebugType>
@@ -31,4 +30,4 @@
3130
<DebugType>Full</DebugType>
3231
<Optimize>false</Optimize>
3332
</PropertyGroup>
34-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)