Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-11-20 22:11:42 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-11-20 22:11:42 +0400
commit29e95b76d844c76cd3ccffc991e57604339c39ee (patch)
treebfffe2f8223880bc11ec23c90a7d536df6d6529f /macdoc.csproj
parente798cd51f95f2ea0c1982bb55edbed8396f07186 (diff)
[macdoc] Update to use the new apple-doc-wizard setuid shim (no password required anymore except to fix the binary). We also now show a sort-of progress window that allow to restart macdoc after the merge to pick up the new changes.
Diffstat (limited to 'macdoc.csproj')
-rw-r--r--macdoc.csproj36
1 files changed, 23 insertions, 13 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index cf776a4..e883c54 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -12,30 +12,32 @@
<AssemblyName>macdoc</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
+ <ConsolePause>False</ConsolePause>
+ <EnableCodeSigning>False</EnableCodeSigning>
+ <CreatePackage>False</CreatePackage>
+ <EnablePackageSigning>False</EnablePackageSigning>
+ <IncludeMonoRuntime>False</IncludeMonoRuntime>
+ <UseSGen>False</UseSGen>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
+ <ConsolePause>False</ConsolePause>
+ <EnableCodeSigning>False</EnableCodeSigning>
+ <CreatePackage>False</CreatePackage>
+ <EnablePackageSigning>False</EnablePackageSigning>
+ <IncludeMonoRuntime>False</IncludeMonoRuntime>
+ <UseSGen>False</UseSGen>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -49,6 +51,7 @@
<Reference Include="monodoc">
<HintPath>lib\monodoc.dll</HintPath>
</Reference>
+ <Reference Include="Mono.Posix" />
</ItemGroup>
<ItemGroup>
<Compile Include="MyDocument.cs">
@@ -96,6 +99,12 @@
<DependentUpon>FindBarExtraordinaire.cs</DependentUpon>
</Compile>
<Compile Include="AppleDocHandler.cs" />
+ <Compile Include="ProcessUtils.cs" />
+ <Compile Include="AppleDocMergeWindow.cs" />
+ <Compile Include="AppleDocMergeWindowController.cs" />
+ <Compile Include="AppleDocMergeWindow.designer.cs">
+ <DependentUpon>AppleDocMergeWindow.cs</DependentUpon>
+ </Compile>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="MyDocument.xib" xmlns="" />
@@ -103,6 +112,7 @@
<InterfaceDefinition Include="BookmarkPopover.xib" />
<InterfaceDefinition Include="BookmarkAssistant.xib" />
<InterfaceDefinition Include="FindBarExtraordinaire.xib" />
+ <InterfaceDefinition Include="AppleDocMergeWindow.xib" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />