Skip to content

Commit

Permalink
Fix version numbers and configs for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Mar 30, 2015
1 parent 58ee196 commit 6ee895d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 7 additions & 7 deletions NGraphics.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ Global
{35F0412D-049B-4660-8CFF-798833084D68}.Release|ARM.Build.0 = Release|ARM
{35F0412D-049B-4660-8CFF-798833084D68}.Release|iPhone.ActiveCfg = Release|Any CPU
{35F0412D-049B-4660-8CFF-798833084D68}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{35F0412D-049B-4660-8CFF-798833084D68}.Release|Mixed Platforms.ActiveCfg = Release|x86
{35F0412D-049B-4660-8CFF-798833084D68}.Release|Mixed Platforms.Build.0 = Release|x86
{35F0412D-049B-4660-8CFF-798833084D68}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{35F0412D-049B-4660-8CFF-798833084D68}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{35F0412D-049B-4660-8CFF-798833084D68}.Release|x64.ActiveCfg = Release|x64
{35F0412D-049B-4660-8CFF-798833084D68}.Release|x64.Build.0 = Release|x64
{35F0412D-049B-4660-8CFF-798833084D68}.Release|x86.ActiveCfg = Release|x86
Expand Down Expand Up @@ -304,8 +304,8 @@ Global
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|ARM.Build.0 = Release|ARM
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|iPhone.ActiveCfg = Release|Any CPU
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|Mixed Platforms.ActiveCfg = Release|x86
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|Mixed Platforms.Build.0 = Release|x86
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|x64.ActiveCfg = Release|Any CPU
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|x86.ActiveCfg = Release|x86
{82348188-6DDB-4AB7-8DE5-E7D5A33975E1}.Release|x86.Build.0 = Release|x86
Expand Down Expand Up @@ -368,9 +368,9 @@ Global
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|ARM.Deploy.0 = Release|ARM
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|iPhone.ActiveCfg = Release|Any CPU
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.Build.0 = Release|x86
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.Deploy.0 = Release|x86
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|x64.ActiveCfg = Release|x64
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|x64.Build.0 = Release|x64
{060349AB-8F2C-4AB3-BA04-91BA5013B2A7}.Release|x64.Deploy.0 = Release|x64
Expand Down
2 changes: 1 addition & 1 deletion NGraphics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("0.2.*")]
[assembly: AssemblyVersion ("0.2.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\NGraphics.WindowsPhone.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -36,6 +37,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\NGraphics.WindowsPhone.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\NGraphics.WindowsStore.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -36,6 +37,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\NGraphics.WindowsStore.xml</DocumentationFile>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 6ee895d

Please sign in to comment.