Rename AssemblyInfo.cs and GlobalAssemblyInfo.cs
This commit is contained in:
Родитель
76d12a02ed
Коммит
831379a578
|
@ -0,0 +1,19 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyProduct("OxyPlot")]
|
||||
[assembly: AssemblyCompany("OxyPlot")]
|
||||
[assembly: AssemblyCopyright("Copyright (c) 2014 OxyPlot contributors")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// The version numbers are updated by the build script. See ~/appveyor.yml
|
||||
[assembly: AssemblyVersion("0.0.1")]
|
||||
[assembly: AssemblyInformationalVersion("0.0.1-alpha")]
|
||||
[assembly: AssemblyFileVersion("0.0.1")]
|
|
@ -55,9 +55,9 @@
|
|||
<Compile Include="CategoryListActivity.cs" />
|
||||
<Compile Include="ExampleListActivity.cs" />
|
||||
<Compile Include="Resources\Resource.Designer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\..\..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\..\..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -99,4 +99,5 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -80,7 +80,7 @@
|
|||
<ItemGroup>
|
||||
<Compile Include="MainActivity.cs" />
|
||||
<Compile Include="Resources\Resource.Designer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
|
@ -116,3 +116,4 @@
|
|||
-->
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
<Compile Include="MainPage.xaml.cs">
|
||||
<DependentUpon>MainPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="Resources\AppResources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
@ -201,3 +201,4 @@
|
|||
<Import Project="..\..\..\..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<Compile Include="AppDelegate.cs" />
|
||||
<None Include="Entitlements.plist" />
|
||||
<None Include="Info.plist" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<ITunesArtwork Include="iTunesArtwork" />
|
||||
<ITunesArtwork Include="iTunesArtwork@2x" />
|
||||
<None Include="packages.config" />
|
||||
|
@ -152,3 +152,4 @@
|
|||
<Import Project="..\..\..\..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\..\..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="App.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\..\OxyPlot.Xamarin.Forms\OxyPlot.Xamarin.Forms.csproj">
|
||||
|
@ -75,3 +75,4 @@
|
|||
-->
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -45,9 +45,9 @@
|
|||
<Compile Include="PlotView.cs" />
|
||||
<Compile Include="ExportExtensions.cs" />
|
||||
<Compile Include="ConverterExtensions.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -56,4 +56,5 @@
|
|||
<Name>OxyPlot</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -50,9 +50,9 @@
|
|||
<Compile Include="CanvasRenderContext.cs" />
|
||||
<Compile Include="ExtensionMethods.cs" />
|
||||
<Compile Include="PlotView.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
||||
|
@ -74,4 +74,5 @@
|
|||
<DependentUpon>CanvasRenderContext.cs</DependentUpon>
|
||||
</AndroidResource>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -77,10 +77,10 @@
|
|||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="Resources\Resource.designer.cs" />
|
||||
<Compile Include="Forms.cs" />
|
||||
<Compile Include="PlotViewRenderer.cs" />
|
||||
|
@ -110,3 +110,4 @@
|
|||
<Import Project="..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -87,12 +87,12 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Forms.cs" />
|
||||
<Compile Include="PlotViewRenderer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Phone.Controls.Toolkit">
|
||||
|
@ -144,3 +144,4 @@
|
|||
-->
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -60,10 +60,10 @@
|
|||
<Folder Include="Resources\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="PlotViewRenderer.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Forms.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -88,3 +88,4 @@
|
|||
<Import Project="..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -58,9 +58,9 @@
|
|||
<ItemGroup>
|
||||
<Compile Include="Forms.cs" />
|
||||
<Compile Include="PlotViewRenderer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
@ -84,3 +84,4 @@
|
|||
<Import Project="..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -36,9 +36,9 @@
|
|||
<DocumentationFile>..\..\Output\Xamarin.Forms\OxyPlot.Xamarin.Forms.XML</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="PlotView.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -70,3 +70,4 @@
|
|||
<Import Project="..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.1.4.2.6359\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
|
||||
</Project>
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<Folder Include="Resources\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="ConverterExtensions.cs" />
|
||||
<Compile Include="CoreGraphicsRenderContext.cs" />
|
||||
<Compile Include="PlotView.cs" />
|
||||
|
@ -64,4 +64,5 @@
|
|||
<Name>OxyPlot</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
|
|
|
@ -42,9 +42,9 @@
|
|||
<Compile Include="PlotView.cs" />
|
||||
<Compile Include="ExportExtensions.cs" />
|
||||
<Compile Include="ConverterExtensions.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="..\GlobalAssemblyInfo.cs">
|
||||
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
||||
<Compile Include="Properties\AssemblyDescription.cs" />
|
||||
<Compile Include="..\AssemblyInfo.cs">
|
||||
<Link>Properties\AssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="CoreGraphicsRenderContext.cs" />
|
||||
</ItemGroup>
|
||||
|
@ -55,4 +55,5 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
|
||||
// <copyright file="AssemblyDescription.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
Загрузка…
Ссылка в новой задаче