/SparkleShare/Mac/SparkleShare.csproj
http://github.com/hbons/SparkleShare · MSBuild · 296 lines · 296 code · 0 blank · 0 comment · 5 complexity · 4d9136422c922d7053a5d6113cd6a1fc MD5 · raw file
- <?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>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{CF5BC8DB-A633-4FCC-8A3E-E3AC9B59FABC}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>SparkleShare</RootNamespace>
- <AssemblyName>SparkleShare</AssemblyName>
- <ReleaseVersion>
- </ReleaseVersion>
- <SuppressXamMacMigration>True</SuppressXamMacMigration>
- <SuppressXamMacUpsell>True</SuppressXamMacUpsell>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CustomCommands>
- <CustomCommands>
- <Command type="AfterBuild" command="${ProjectDir}/postBuild.sh ${TargetDir}/${SolutionName}.app" />
- </CustomCommands>
- </CustomCommands>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <ConsolePause>False</ConsolePause>
- <UseSGen>false</UseSGen>
- <UseRefCounting>false</UseRefCounting>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CustomCommands>
- <CustomCommands>
- <Command type="AfterBuild" command="${ProjectDir}/postBuild.sh ${TargetDir}/${SolutionName}.app" />
- </CustomCommands>
- </CustomCommands>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <ConsolePause>False</ConsolePause>
- <DebugSymbols>true</DebugSymbols>
- <UseSGen>false</UseSGen>
- <UseRefCounting>false</UseRefCounting>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseDist|AnyCPU' ">
- <Optimize>false</Optimize>
- <OutputPath>bin\ReleaseDist</OutputPath>
- <WarningLevel>4</WarningLevel>
- <UseSGen>false</UseSGen>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <EnablePackageSigning>false</EnablePackageSigning>
- <CustomCommands>
- <CustomCommands>
- <Command type="AfterBuild" command="${ProjectDir}/postBuild.sh ${TargetDir}/${SolutionName}.app" />
- <Command type="AfterBuild" command="${ProjectDir}/packReleaseDist.sh ${TargetDir}/${SolutionName}.app" />
- </CustomCommands>
- </CustomCommands>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net" />
- <Reference Include="Mono.Posix" />
- <Reference Include="MonoMac">
- <HintPath>..\..\..\monomac\src\MonoMac.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AppDelegate.cs">
- <DependentUpon>MainMenu.xib</DependentUpon>
- </Compile>
- <Compile Include="MainMenu.xib.designer.cs">
- <DependentUpon>MainMenu.xib</DependentUpon>
- </Compile>
- <Compile Include="..\SparkleControllerBase.cs">
- <Link>SparkleControllerBase.cs</Link>
- </Compile>
- <Compile Include="SparkleStatusIcon.cs" />
- <Compile Include="SparkleUI.cs" />
- <Compile Include="..\Program.cs">
- <Link>Program.cs</Link>
- </Compile>
- <Compile Include="SparkleMacWatcher.cs" />
- <Compile Include="SparkleEventLog.cs" />
- <Compile Include="SparkleBubbles.cs" />
- <Compile Include="SparkleSetup.cs" />
- <Compile Include="SparkleSetupWindow.cs" />
- <Compile Include="..\SparkleBubblesController.cs">
- <Link>SparkleBubblesController.cs</Link>
- </Compile>
- <Compile Include="..\SparkleEventLogController.cs">
- <Link>SparkleEventLogController.cs</Link>
- </Compile>
- <Compile Include="..\SparkleSetupController.cs">
- <Link>SparkleSetupController.cs</Link>
- </Compile>
- <Compile Include="..\SparkleStatusIconController.cs">
- <Link>SparkleStatusIconController.cs</Link>
- </Compile>
- <Compile Include="..\SparkleAboutController.cs">
- <Link>SparkleAboutController.cs</Link>
- </Compile>
- <Compile Include="SparkleController.cs" />
- <Compile Include="..\SparklePlugin.cs">
- <Link>SparklePlugin.cs</Link>
- </Compile>
- <Compile Include="SparkleAbout.cs" />
- <Compile Include="..\SparkleInvite.cs">
- <Link>SparkleInvite.cs</Link>
- </Compile>
- <Compile Include="..\SparkleKeys.cs">
- <Link>SparkleKeys.cs</Link>
- </Compile>
- <Compile Include="..\SparkleAvatars.cs" />
- <Compile Include="..\SparkleNoteController.cs">
- <Link>SparkleNoteController.cs</Link>
- </Compile>
- <Compile Include="SparkleNote.cs" />
- </ItemGroup>
- <ItemGroup>
- <InterfaceDefinition Include="MainMenu.xib" xmlns="" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
- <ItemGroup>
- <Content Include="..\Common\HTML\day-entry.html">
- <Link>HTML\day-entry.html</Link>
- </Content>
- <Content Include="..\Common\HTML\event-entry.html">
- <Link>HTML\event-entry.html</Link>
- </Content>
- <Content Include="..\Common\HTML\event-log.html">
- <Link>HTML\event-log.html</Link>
- </Content>
- <Content Include="Resources\sparkleshare-folder.icns">
- <Link>sparkleshare-folder.icns</Link>
- </Content>
- <Content Include="Resources\sparkleshare-app.icns">
- <Link>sparkleshare-app.icns</Link>
- </Content>
- <Content Include="..\Common\HTML\jquery.js">
- <Link>HTML\jquery.js</Link>
- </Content>
- <Content Include="Resources\sparkleshare-folder-yosemite.icns">
- <Link>sparkleshare-folder-yosemite.icns</Link>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Resources\" />
- <Folder Include="HTML\" />
- <Folder Include="Plugins\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\SparkleLib\SparkleLib.csproj">
- <Project>{2C914413-B31C-4362-93C7-1AE34F09112A}</Project>
- <Name>SparkleLib</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\SparkleLib\Git\SparkleLib.Git.csproj">
- <Project>{009FDCD7-1D57-4202-BB6D-8477D8C6B8EE}</Project>
- <Name>SparkleLib.Git</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <BundleResource Include="..\Common\Pixmaps\side-splash.png">
- <Link>Resources\side-splash.png</Link>
- </BundleResource>
- <BundleResource Include="..\Linux\Pixmaps\icons\document-added-12.png">
- <Link>Resources\document-added-12.png</Link>
- </BundleResource>
- <BundleResource Include="..\Linux\Pixmaps\icons\document-edited-12.png">
- <Link>Resources\document-edited-12.png</Link>
- </BundleResource>
- <BundleResource Include="..\Linux\Pixmaps\icons\document-deleted-12.png">
- <Link>Resources\document-deleted-12.png</Link>
- </BundleResource>
- <BundleResource Include="..\Linux\Pixmaps\icons\document-moved-12.png">
- <Link>Resources\document-moved-12.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\about.png">
- <Link>Resources\about.png</Link>
- </BundleResource>
- <BundleResource Include="Resources\tutorial-slide-3.png">
- <Link>Resources\tutorial-slide-3.png</Link>
- </BundleResource>
- <BundleResource Include="Resources\process-syncing-down.png" />
- <BundleResource Include="Resources\process-syncing-error.png" />
- <BundleResource Include="Resources\process-syncing-idle.png" />
- <BundleResource Include="Resources\process-syncing-up.png" />
- <BundleResource Include="Resources\process-syncing.png" />
- <BundleResource Include="..\Common\Pixmaps\user-icon-default.png">
- <Link>Resources\user-icon-default.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\side-splash%402x.png">
- <Link>Resources\side-splash%402x.png</Link>
- </BundleResource>
- <BundleResource Include="Resources\process-syncing-down%402x.png" />
- <BundleResource Include="Resources\process-syncing-error%402x.png" />
- <BundleResource Include="Resources\process-syncing-idle%402x.png" />
- <BundleResource Include="Resources\process-syncing-up%402x.png" />
- <BundleResource Include="Resources\process-syncing%402x.png" />
- <BundleResource Include="..\Common\Pixmaps\about%402x.png">
- <Link>Resources\about%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\tutorial-slide-1.png">
- <Link>Resources\tutorial-slide-1.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\tutorial-slide-1%402x.png">
- <Link>Resources\tutorial-slide-1%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\tutorial-slide-2.png">
- <Link>Resources\tutorial-slide-2.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\tutorial-slide-2%402x.png">
- <Link>Resources\tutorial-slide-2%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\bitbucket%402x.png">
- <Link>Plugins\bitbucket%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\github%402x.png">
- <Link>Plugins\github%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\gitorious%402x.png">
- <Link>Plugins\gitorious%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\own-server%402x.png">
- <Link>Plugins\own-server%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\ssnet%402x.png">
- <Link>Plugins\ssnet%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\bitbucket.xml">
- <Link>Plugins\bitbucket.xml</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\github.xml">
- <Link>Plugins\github.xml</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\gitorious.xml">
- <Link>Plugins\gitorious.xml</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\own-server.xml">
- <Link>Plugins\own-server.xml</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\bitbucket.png">
- <Link>Plugins\bitbucket.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\github.png">
- <Link>Plugins\github.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\gitorious.png">
- <Link>Plugins\gitorious.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\own-server.png">
- <Link>Plugins\own-server.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\ssnet.png">
- <Link>Plugins\ssnet.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\ssnet.xml">
- <Link>Plugins\ssnet.xml</Link>
- </BundleResource>
- <BundleResource Include="Resources\tutorial-slide-3%402x.png" />
- <BundleResource Include="..\Common\Plugins\planio.png">
- <Link>Plugins\planio.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\planio.xml">
- <Link>Plugins\planio.xml</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Plugins\planio%402x.png">
- <Link>Plugins\planio%402x.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\text-balloon.png">
- <Link>Resources\text-balloon.png</Link>
- </BundleResource>
- <BundleResource Include="..\Common\Pixmaps\text-balloon%402x.png">
- <Link>Resources\text-balloon%402x.png</Link>
- </BundleResource>
- </ItemGroup>
- </Project>