ソースを参照

Updated version. Created DLL's.

master
PrzemyslawKlys 10年前
コミット
e487148f13
5個のファイルの変更4行の追加4行の削除
  1. 2
    2
      DocX/DocX.csproj
  2. 2
    2
      DocX/Properties/AssemblyInfo.cs
  3. バイナリ
      DocX/bin/Debug/DocX.dll
  4. バイナリ
      DocX/bin/Release/DocX.dll
  5. バイナリ
      Documentation/Help/Documentation.chm

+ 2
- 2
DocX/DocX.csproj ファイルの表示

<NoWarn>CS1591</NoWarn> <NoWarn>CS1591</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<DefineConstants> <DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

+ 2
- 2
DocX/Properties/AssemblyInfo.cs ファイルの表示

// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.21")]
[assembly: AssemblyFileVersion("1.0.0.21")]
[assembly: AssemblyVersion("1.0.0.22")]
[assembly: AssemblyFileVersion("1.0.0.22")]

バイナリ
DocX/bin/Debug/DocX.dll ファイルの表示


バイナリ
DocX/bin/Release/DocX.dll ファイルの表示


バイナリ
Documentation/Help/Documentation.chm ファイルの表示


読み込み中…
キャンセル
保存