windows: fix version number in about dialog. closes #1021

This commit is contained in:
Hylke Bons 2012-10-20 18:52:14 +01:00
parent 14a5d0cdde
commit 7e1cb40038

View file

@ -13,15 +13,15 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType> <DebugType>none</DebugType>
<Optimize>False</Optimize> <Optimize>false</Optimize>
<OutputPath>..\bin</OutputPath> <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause> <ConsolePause>false</ConsolePause>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>none</DebugType> <DebugType>none</DebugType>
<Optimize>False</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath> <OutputPath>bin\Debug</OutputPath>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
@ -43,13 +43,14 @@
<Compile Include="SparkleExceptions.cs" /> <Compile Include="SparkleExceptions.cs" />
<Compile Include="SparkleUser.cs" /> <Compile Include="SparkleUser.cs" />
<Compile Include="SparkleLogger.cs" /> <Compile Include="SparkleLogger.cs" />
<Compile Include="Defines.cs" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions> <ProjectExtensions>
<MonoDevelop> <MonoDevelop>
<Properties> <Properties>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am"> <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am">
<BuildFilesVar Sync="True" Name="SOURCES" /> <BuildFilesVar Sync="true" Name="SOURCES" />
<DeployFilesVar /> <DeployFilesVar />
<ResourcesVar /> <ResourcesVar />
<OthersVar /> <OthersVar />