Skip to content

Commit

Permalink
Build 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Dec 30, 2015
1 parent 63db062 commit b2a6391
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
3 changes: 3 additions & 0 deletions NGraphics.Editor/NGraphics.Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>false</CreatePackage>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
<Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -46,6 +47,7 @@
<EnableCodeSigning>false</EnableCodeSigning>
<EnablePackageSigning>false</EnablePackageSigning>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
<Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -63,6 +65,7 @@
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
<EnableCodeSigning>true</EnableCodeSigning>
<EnablePackageSigning>true</EnablePackageSigning>
<Profiling>false</Profiling>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions NGraphics.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NGraphics</id>
<version>0.3.1</version>
<releaseNotes>SVG improvements</releaseNotes>
<version>0.4.0</version>
<releaseNotes>SVG writing added</releaseNotes>
<title>NGraphics</title>
<authors>Frank A. Krueger, et al</authors>
<owners>Frank A. Krueger</owners>
Expand Down
7 changes: 7 additions & 0 deletions NGraphics.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGraphics.Android.Test", "P
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGraphics.Editor", "NGraphics.Editor\NGraphics.Editor.csproj", "{FBCD4FB5-DE2B-4840-8D2F-5862E7C19242}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B724C98A-C1C9-4C1F-AC39-5C2D7E552228}"
ProjectSection(SolutionItems) = preProject
NGraphics.nuspec = NGraphics.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -235,4 +240,6 @@ Global
{FE4491D7-0609-4D6F-957B-9DDA3FA03D9F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{FE4491D7-0609-4D6F-957B-9DDA3FA03D9F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AndroidApplication>True</AndroidApplication>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>NGraphics.Android.Test</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -71,7 +71,6 @@
<AndroidResource Include="Resources\drawable-xxhdpi\Icon.png" />
<AndroidResource Include="Resources\drawable-xxxhdpi\Icon.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\NGraphics.Android\NGraphics.Android.csproj">
<Project>{FE4491D7-0609-4D6F-957B-9DDA3FA03D9F}</Project>
Expand All @@ -86,4 +85,5 @@
<Name>NGraphics.Test</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
4 changes: 2 additions & 2 deletions Platforms/NGraphics.Android/NGraphics.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<AssemblyName>NGraphics.Android</AssemblyName>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -56,11 +56,11 @@
<ItemGroup>
<AndroidResource Include="Resources\values\Strings.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\NGraphics\NGraphics.csproj">
<Project>{4EA643B9-84F6-4AD4-B89E-AE230A7461B8}</Project>
<Name>NGraphics</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
3 changes: 3 additions & 0 deletions Platforms/NGraphics.Mac.Test/NGraphicsMacTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</EnvironmentVariables>
<Commandlineparameters>$(SolutionDir)</Commandlineparameters>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
<Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -53,6 +54,7 @@
<EnablePackageSigning>false</EnablePackageSigning>
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
<XamMacArch>x86_64</XamMacArch>
<Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -70,6 +72,7 @@
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
<EnableCodeSigning>true</EnableCodeSigning>
<EnablePackageSigning>true</EnablePackageSigning>
<Profiling>false</Profiling>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
2 changes: 2 additions & 0 deletions Platforms/NGraphics.Mac/NGraphics.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<EnablePackageSigning>false</EnablePackageSigning>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Debug\NGraphics.Mac.xml</DocumentationFile>
<Profiling>false</Profiling>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
Expand All @@ -46,6 +47,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Release\NGraphics.Mac.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<Profiling>false</Profiling>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit b2a6391

Please sign in to comment.