OSDN Git Service

翻訳支援処理のUMLシーケンス図を作成,
authorhoneplus <honeplus@users.osdn.me>
Tue, 28 Feb 2012 16:52:03 +0000 (16:52 +0000)
committerhoneplus <honeplus@users.osdn.me>
Tue, 28 Feb 2012 16:52:03 +0000 (16:52 +0000)
APIドキュメント作成用のSandcastleのプロジェクトファイルを登録

git-svn-id: http://svn.osdn.net/svnroot/wptscs/trunk@28 7cc79d57-4d93-40a1-83d5-ec7b38613dec

Wikipedia 翻訳支援ツール.asta
Wikipedia 翻訳支援ツール.shfbproj [new file with mode: 0644]

index bff47bc..4f2f43b 100644 (file)
Binary files a/Wikipedia 翻訳支援ツール.asta and b/Wikipedia 翻訳支援ツール.asta differ
diff --git a/Wikipedia 翻訳支援ツール.shfbproj b/Wikipedia 翻訳支援ツール.shfbproj
new file mode 100644 (file)
index 0000000..9257b23
--- /dev/null
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
+  <PropertyGroup>\r
+    <!-- The configuration and platform will be used to determine which
+         assemblies to include from solution and project documentation
+         sources -->\r
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+    <SchemaVersion>2.0</SchemaVersion>\r
+    <ProjectGuid>{07352ed0-db0e-4633-954f-a785d03c97bf}</ProjectGuid>\r
+    <SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>\r
+    <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
+         Studio adds them anyway -->\r
+    <AssemblyName>Documentation</AssemblyName>\r
+    <RootNamespace>Documentation</RootNamespace>\r
+    <Name>Documentation</Name>\r
+    <!-- SHFB properties -->\r
+    <OutputPath>.\Help\</OutputPath>\r
+    <HtmlHelpName>Wikipedia翻訳支援ツール</HtmlHelpName>\r
+    <Language>ja-JP</Language>\r
+    <HelpFileFormat>HtmlHelp1</HelpFileFormat>\r
+    <IndentHtml>True</IndentHtml>\r
+    <DocumentationSources>\r
+      <DocumentationSource sourceFile="Wptscs\bin\Release\hmlib.dll" />\r
+      <DocumentationSource sourceFile="Wptscs\bin\Release\hmlib.xml" />\r
+      <DocumentationSource sourceFile="Wptscs\bin\Release\wptscs.exe" />\r
+      <DocumentationSource sourceFile="Wptscs\bin\Release\wptscs.xml" />\r
+    </DocumentationSources>\r
+    <MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>\r
+    <HelpTitle>Wikipedia翻訳支援ツール クラスライブラリ</HelpTitle>\r
+    <PresentationStyle>vs2005</PresentationStyle>\r
+    <VisibleItems>InheritedMembers, Internals, Protected, SealedProtected</VisibleItems>\r
+    <SandcastlePath>\r
+    </SandcastlePath>\r
+    <HtmlHelp1xCompilerPath />\r
+  </PropertyGroup>\r
+  <!-- There are no properties for these groups.  AnyCPU needs to appear in
+       order for Visual Studio to perform the build.  The others are optional
+       common platform types that may appear. -->\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">\r
+  </PropertyGroup>\r
+  <!-- Import the SHFB build targets -->\r
+  <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />\r
+</Project>
\ No newline at end of file