소스 검색

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. BIN
      DocX/bin/Debug/DocX.dll
  4. BIN
      DocX/bin/Release/DocX.dll
  5. BIN
      Documentation/Help/Documentation.chm

+ 2
- 2
DocX/DocX.csproj 파일 보기

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

+ 2
- 2
DocX/Properties/AssemblyInfo.cs 파일 보기

@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [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")]

BIN
DocX/bin/Debug/DocX.dll 파일 보기


BIN
DocX/bin/Release/DocX.dll 파일 보기


BIN
Documentation/Help/Documentation.chm 파일 보기


Loading…
취소
저장