Small tidbits to build

This commit is contained in:
serras 2012-02-28 12:43:17 +01:00
parent ac739e5c74
commit cd22944c74
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<ProjectGuid>{728483AA-E34B-4441-BF2C-C8BC2901E4E0}</ProjectGuid>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<AssemblyName>SparkleShare</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>SparkleShare</RootNamespace>

View file

@ -11,7 +11,7 @@ cd lib
copy * ..\..\..\bin
cd ..
cp ..\..\data\icons\sparkleshare.ico ..\..\bin
copy ..\..\data\icons\sparkleshare.ico ..\..\bin
%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="AnyCPU" %~dp0\tools\gettext-cs-utils\Gettext.CsUtils\Core\Gettext.Cs\Gettext.Cs.csproj
%msbuild% /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" %~dp0\SparkleShare.sln