• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XAMLで書けるインストーラを作るプロジェクト


Commit MetaInfo

Revisione79c52bec977941ed3c245a8297e3bc53993b520 (tree)
Time2011-05-31 22:48:35
Authorazyobuzin <azyobuzin@user...>
Commiterazyobuzin

Log Message

ヘルプをMSBuildで一発でビルドできるように修正

Change Summary

Incremental Difference

--- a/XamlIn.Doc/XamlIn.Doc.shfbproj
+++ b/XamlIn.Doc/XamlIn.Doc.shfbproj
@@ -4,8 +4,8 @@
44 <!-- The configuration and platform will be used to determine which
55 assemblies to include from solution and project documentation
66 sources -->
7- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+ <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
8+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
99 <SchemaVersion>2.0</SchemaVersion>
1010 <ProjectGuid>{ed64bad5-7716-4a05-9ba6-17ea33938593}</ProjectGuid>
1111 <SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion>
--- a/XamlIn.Installer/FileCollection.cs
+++ b/XamlIn.Installer/FileCollection.cs
@@ -3,7 +3,7 @@
33 namespace Azyobuzi.XamlIn.Installer
44 {
55 /// <summary>
6- /// <seealso cref="File"/>のコレクション
6+ /// <see cref="File"/>のコレクション
77 /// </summary>
88 public class FileCollection : Collection<File>
99 {