Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testcase #411

Merged
merged 4 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog

## 2.10.0
- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
- Fix a bug of tsharedmemory initiation.
- Only Qt6 supported after this version (Qt5 not supported).

## 2.9.0
- Fix a bug in the access log output regarding status codes.
- Modified to set NULL into DB when the value is QString() in TSqlObject.
Expand Down
18 changes: 16 additions & 2 deletions docs/ch/user-guide/helper-reference/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,31 @@ page_id: "080.050"
蜿よ焚蜿ッ莉・蜒乗シ蠑丞喧蟄礼ャヲ荳イ蜥悟序驥冗噪printf譬シ蠑丈ク譬キ莨騾. 荳セ萓, 蜒剰ソ呎キ:

```c++
tError("Invalid Parameter : value : %d", value);
tError("Invalid Parameter, value : %d", value);
```

辟カ蜷, 荳矩擇逧�ョー蠖募ー�シ夊セ灘�蛻ー*log/app.log*譁�サカ:

```
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter : value : -1
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter, value : -1
```

蝨ィ譬シ蠑丞喧蟄礼ャヲ荳イ逧�ーセ驛ィ荳埼怙隕∵困陦檎ャヲ.

蝨ィ TreeFrog 2.10 蜿頑峩鬮倡沿譛ャ荳ュ�悟ヲよ棡郛冶ッ大勣謾ッ謖 stdc++20�悟�蜿ッ莉・菴ソ逕ィ莉・荳区婿豕墓擂謠剰ソー std::format 譬キ蠑乗シ蠑丞喧.

* Tf::fatal()
* Tf::error()
* Tf::warn()
* Tf::info()
* Tf::debug()
* Tf::trace()

蜈カ蜀呎ウ募ヲゆク:
```c++
Tf::error("Invalid Parameter, value : {}", value);
```

## 譖エ謾ケ隶ー蠖慕噪蟶�ア

騾夊ソ�ョセ鄂ョFileLogger閭ス螟滓隼蜿倩ョー蠖戊セ灘�逧�ク�ア. 蟶�ア蜿よ焚蝨ィ驟咲スョ譁�サカ*logger.ini*荳ュ.
Expand Down
4 changes: 2 additions & 2 deletions docs/en/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TreeFrog Installer for Qt 6 has been released. If installing it, the development

| Version | File |
|-------------------------------------|--------------------------------------|
| 2.9.0 for Visual Studio (Qt 6.7 or 6.6)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.9.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.9.0/treefrog-2.9.0-msvc_64-setup.exe) |
| 2.10.0 for Visual Studio (Qt 6.8 or 6.7)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.10.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.10.0/treefrog-2.10.0-msvc_64-setup.exe) |

</div>

Expand All @@ -25,7 +25,7 @@ The source code packages of TreeFrog Framework are available.

| Source | File |
|----------------|----------------------------------|
| version 2.9.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.9.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.9.0.tar.gz) |
| version 2.10.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.10.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.10.0.tar.gz) |

</div>

Expand Down
48 changes: 10 additions & 38 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,24 @@ Try TreeFrog Framework which combines high productivity and high speed operation

## <i class="fa fa-bell" aria-hidden="true"></i> News

Nov. 30, 2024
### TreeFrog Framework version 2.10.0 (stable) release <span style="color: red;">New!</span>

- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
- Fix a bug of tsharedmemory initiation.
- Only Qt6 supported after this version (Qt5 not supported).

[<i class="fas fa-download"></i> Download this version](/en/download/)

Jun. 16, 2024
### TreeFrog Framework version 2.9.0 (stable) release <span style="color: red;">New!</span>
### TreeFrog Framework version 2.9.0 (stable) release

- Fix a bug in the access log output regarding status codes.
- Modified to set NULL into DB when the value is QString() in TSqlObject.
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
- Updated mongoc driver to v1.26.2.
- Updated glog to v0.7.0.

[<i class="fas fa-download"></i> Download this version](/en/download/)

Dec. 10, 2023
### TreeFrog Framework version 2.8.0 (stable) release

Expand All @@ -70,43 +77,8 @@ Feb. 25, 2023
- Updated system logger.
- Performance improvement for pooling database connections.

Jan. 21, 2023
### TreeFrog Framework version 2.6.1 (stable) release

- Fix a bug of outputting access log.
- Added a link option for LZ4 shared library on Linux or macOS.

Jan. 2, 2023
### TreeFrog Framework version 2.6.0 (stable) release

- Implemented in-memory KVS for cache system.
- Added a link option for Glog shared library.
- Fix bugs of macros for command line interface.
- Updated LZ4 to v1.9.4.

Nov. 1, 2022
### TreeFrog Framework version 2.5.0 (stable) release

- Implemented flushResponse() function to continue the process after sending a response.
- Updated glog to v0.6.0
- Performance improvement for redis client.
- Implemented memcached client. [Experimental]
- Implemented a cache-store for memcached, TCacheMemcachedStore class.

Aug. 13, 2022
### TreeFrog Framework version 2.4.0 (stable) release

- Implemented memory store for cache.
- Updated Mongo C driver to v1.21.2.

May 28, 2022
### TreeFrog Framework version 2.3.1 (stable) release

- Fix compilation errors on Qt 6.3.

[<i class="fa fa-list" aria-hidden="true"></i> All changelogs](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)


## <i class="fas fa-hand-holding-usd"></i> Support Development

TreeFrog Framework is New BSD licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. We accept donations from sponsors and individual donors via the following methods:
Expand Down
18 changes: 16 additions & 2 deletions docs/en/user-guide/helper-reference/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,31 @@ The application log is used for logging your Web application. There are several
Arguments that can be passed here are the same as the printf-format of format string and a variable number. For example, like this:

```c++
tError("Invalid Parameter : value : %d", value);
tError("Invalid Parameter, value : %d", value);
```

Then, the following log will be output to the *log/app.log* file:

```
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter : value : -1
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter, value : -1
```

Line feed code is not required at the end of the format string.

In TreeFrog version 2.10 and later, if the compiler supports stdc++20, you can use the following methods to describe std::format style formatting.

* Tf::fatal()
* Tf::error()
* Tf::warn()
* Tf::info()
* Tf::debug()
* Tf::trace()

It can be written as follows:
```c++
Tf::error("Invalid Parameter, value : {}", value);
```

## Changing Log Layout

It is possible to change the layout of the log output, by setting FileLogger.Layout parameters in the configuration file *logger.ini*.
Expand Down
4 changes: 2 additions & 2 deletions docs/ja/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Qt6 蜷代¢縺ョ繧、繝ウ繧ケ繝医�繝ゥ繧呈署萓帙@縺ヲ縺�∪縺吶ゅそ繝�ヨ繧「繝��縺

| 繝舌�繧ク繝ァ繝ウ | 繝輔ぃ繧、繝ォ |
|------------------------------------------------|---------------------------------------|
| 2.9.0 for Visual Studio 64bit (Qt6.7 or 6.6) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.9.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.9.0/treefrog-2.9.0-msvc_64-setup.exe) |
| 2.10.0 for Visual Studio 64bit (Qt6.8 or 6.7) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.10.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.10.0/treefrog-2.10.0-msvc_64-setup.exe) |

</div>

Expand All @@ -29,7 +29,7 @@ Qt6 蜷代¢縺ョ繧、繝ウ繧ケ繝医�繝ゥ繧呈署萓帙@縺ヲ縺�∪縺吶ゅそ繝�ヨ繧「繝��縺

| 繧ス繝シ繧ケ繝代ャ繧ア繝シ繧ク | 繝輔ぃ繧、繝ォ |
|-------------------|----------------------------------|
| 繝舌�繧ク繝ァ繝ウ 2.9.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.9.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.9.0.tar.gz) |
| 繝舌�繧ク繝ァ繝ウ 2.10.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.10.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.10.0.tar.gz) |

</div>

Expand Down
41 changes: 9 additions & 32 deletions docs/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,22 @@ Web繧「繝励Μ縺ョ髢狗匱縺ォ縺翫>縺ヲ縲�幕逋コ蜉ケ邇�→蜍穂ス憺溷コヲ縺ッ繝医Ξ繝シ繝

## <i class="fa fa-bell" aria-hidden="true"></i> 縺顔衍繧峨○

### 2024/6/15 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.9.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ <span style="color: red;">New!</span>
### 2024/11/30 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.10.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ <span style="color: red;">New!</span>

- std::format 繧ケ繧ソ繧、繝ォ縺ョ繝ュ繧ー蜃コ蜉帙↓蟇セ蠢, Tf::error(), Tf::warn(), Tf::info()縺ェ縺ゥ
- tsharedmemory蛻晄悄蛹悶�荳榊�蜷井ソョ豁」.
- 縺薙�繝舌�繧ク繝ァ繝ウ莉・髯 Qt6 縺ョ縺ソ繧オ繝昴�繝 (Qt5縺ッ髱槭し繝昴�繝).

[<i class="fas fa-download"></i> 繝繧ヲ繝ウ繝ュ繝シ繝峨�縺薙■繧峨°繧云(/ja/download/)

### 2024/6/15 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.9.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- 繧ケ繝��繧ソ繧ケ繧ウ繝シ繝峨↓髢「縺吶k繧「繧ッ繧サ繧ケ繝ュ繧ー蜃コ蜉帙�荳榊�蜷井ソョ豁」
- TSqlObject縺ァ蛟、縺群String()縺ァ縺ゅk蝣エ蜷医↓NULL繧定ィュ螳壹☆繧九h縺�↓菫ョ豁」
- TAbstractModel::setProperties(const QJsonObject &properties) 髢「謨ー繧定ソス蜉
- Mongoc driver 繧 v1.26.2 縺ォ譖エ譁ー
- glog 繧 v0.7.0 縺ォ譖エ譁ー

[<i class="fas fa-download"></i> 繝繧ヲ繝ウ繝ュ繝シ繝峨�縺薙■繧峨°繧云(/ja/download/)

### 2023/12/10 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.8.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- PostgreSQL 縺ィ MySQL 縺ョ繝励Μ繝壹い繝峨せ繝��繝医Γ繝ウ繝医r蟇セ蠢
Expand All @@ -69,35 +75,6 @@ Web繧「繝励Μ縺ョ髢狗匱縺ォ縺翫>縺ヲ縲�幕逋コ蜉ケ邇�→蜍穂ス憺溷コヲ縺ッ繝医Ξ繝シ繝
- 繧キ繧ケ繝�Β繝ュ繧ャ繝シ繧呈峩譁ー
- 繝��繧ソ繝吶�繧ケ謗・邯壹�繝シ繝ェ繝ウ繧ー縺ョ繝代ヵ繧ゥ繝シ繝槭Φ繧ケ謾ケ蝟

### 2023/1/21 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.6.1 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- 繧「繧ッ繧サ繧ケ繝ュ繧ー蜃コ蜉帙�荳榊�蜷井ソョ豁」
- LZ4縺ィ蜈ア譛峨Μ繝ウ繧ッ縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉��inux 縺セ縺溘� macOS�

### 2023/1/2 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.6.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- 繧ュ繝」繝�す繝・逕ィ縺ョ繧、繝ウ繝。繝「繝ェKVS繧貞ョ溯」
- Glog縺ィ蜈ア譛峨Μ繝ウ繧ッ縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
- 繧ウ繝槭Φ繝峨Λ繧、繝ウ蜷代¢繝槭け繝ュ縺ョ荳榊�蜷井ソョ豁」
- LZ4繧致1.9.4縺ォ譖エ譁ー

### 2022/11/1 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.5.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- 繝ャ繧ケ繝昴Φ繧ケ騾∽ソ。蠕後↓蜃ヲ逅�r邯咏カ壹☆繧九◆繧√↓flushResponse()髢「謨ー繧貞ョ溯」
- glog繝舌�繧ク繝ァ繝ウ0.6.0縺ォ譖エ譁ー
- Redis繧ッ繝ゥ繧、繧「繝ウ繝医�繝代ヵ繧ゥ繝シ繝槭Φ繧ケ謾ケ蝟
- Memcached繧ッ繝ゥ繧、繧「繝ウ繝医�螳溯」 [螳滄ィ鍋噪]
- Memcached逕ィ縺ョ繧ュ繝」繝�す繝・繧ケ繝医い��CacheMemcachedStore繧ッ繝ゥ繧ケ�峨�螳溯」

### 2022/8/13 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.4.0 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- 繧ュ繝」繝�す繝・逕ィ縺ョ繝。繝「繝ェ繧ケ繝医い繧貞ョ溯」
- Mongo C 繝峨Λ繧、繝舌r繝舌�繧ク繝ァ繝ウ1.21.2縺ォ譖エ譁ー

### 2022/5/28 TreeFrog Framework 繝舌�繧ク繝ァ繝ウ2.3.1 �亥ョ牙ョ夂沿�峨Μ繝ェ繝シ繧ケ

- Qt 6.3 縺ァ縺ョ繧ウ繝ウ繝代う繝ォ繧ィ繝ゥ繝シ繧定ァ」豸

[<i class="fa fa-list" aria-hidden="true"></i> 蜈ィ縺ヲ縺ョ螟画峩螻・豁エ](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)


Expand Down
18 changes: 16 additions & 2 deletions docs/ja/user-guide/helper-reference/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,31 @@ Web繧「繝励Μ縺ッ縲∽サ・荳九��斐▽縺ョ繝ュ繧ー繧貞�蜉帙@縺セ縺吶
貂。縺帙k蠑墓焚縺ッ printf 蠖「蠑上→蜷後§縺ァ縲√ヵ繧ゥ繝シ繝槭ャ繝域枚蟄怜�縺ィ蜿ッ螟牙九�螟画焚縺ァ縺吶ゆセ九∴縺ー縲√%繧薙↑諢溘§縺ォ菴ソ縺�∪縺吶

```c++
tError("Invalid Parameter : value : %d", value);
tError("Invalid Parameter, value : %d", value);
```

縺吶k縺ィ縲∵ャ。縺ョ繧医≧縺ェ繝ュ繧ー縺 log/app.log 繝輔ぃ繧、繝ォ縺ォ蜃コ蜉帙&繧後k縺ァ縺励g縺�

```
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter : value : -1
2011-04-01 21:06:04 ERROR [12345678] Invalid Parameter, value : -1
```

繝輔か繝シ繝槭ャ繝域枚蟄怜�縺ョ譛ォ蟆セ縺ォ縺ッ謾ケ陦後さ繝シ繝峨�荳崎ヲ√〒縺吶

TreeFrog 繝舌�繧ク繝ァ繝ウ2.10莉・髯阪〒縺ッ縲《tdc++20繧偵し繝昴�繝医@縺溘さ繝ウ繝代う繝ゥ縺ァ縺ゅl縺ー縲∵ャ。縺ョ繝。繧ス繝�ラ縺ァ std::format 繧ケ繧ソ繧、繝ォ縺ョ譖ク蠑上r險倩ソー縺ァ縺阪∪縺吶

* Tf::fatal()
* Tf::error()
* Tf::warn()
* Tf::info()
* Tf::debug()
* Tf::trace()

谺。縺ョ繧医≧縺ォ險倩ソー縺ァ縺阪∪縺吶
```c++
Tf::error("Invalid Parameter, value : {}", value);
```

## 繝ュ繧ー縺ョ繝ャ繧、繧「繧ヲ繝亥、画峩

蜃コ蜉帙&繧後k繝ュ繧ー縺ョ繝ャ繧、繧「繧ヲ繝医r螟画峩縺吶k縺薙→縺悟庄閭ス縺ァ縺吶Mogger.ini 險ュ螳壹ヵ繧。繧、繝ォ縺ォ縺ゅk FileLogger.Layout 繝代Λ繝。繝シ繧ソ縺ォ險ュ螳壹@縺セ縺吶
Expand Down
4 changes: 2 additions & 2 deletions installer/create_installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set LIB=
set PATH=C:\WINDOWS\system32;C:\WINDOWS

call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
call :build_msi "%QTBASE%\6.7.1\msvc2019_64\bin\qtenv2.bat" 6.7
call :build_msi "%QTBASE%\6.8.0\msvc2022_64\bin\qtenv2.bat" 6.8

:: Clear environment variables
set VCToolsVersion=
Expand All @@ -36,7 +36,7 @@ set LIB=
set PATH=C:\WINDOWS\system32;C:\WINDOWS

call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
call :build_msi "%QTBASE%\6.6.3\msvc2019_64\bin\qtenv2.bat" 6.6
call :build_msi "%QTBASE%\6.7.3\msvc2022_64\bin\qtenv2.bat" 6.7

call :build_setup treefrog-%VERSION%-msvc_64-setup.exe

Expand Down
20 changes: 10 additions & 10 deletions installer/msi/TreeFrog.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<!-- *** 蝓コ譛ャ逧�↓ 9陦檎岼,10陦檎岼,42陦檎岼,54陦檎岼繧ゆソョ豁」縺吶k (guidgen菴ソ逕ィ) *** -->

<!-- 繝励Ο繝繧ッ繝域ュ蝣ア -->
<Product Name='TreeFrog Framework 2.9.0'
Id="DDB2A2E5-ECD1-4C0F-998F-533149FB3637"
UpgradeCode="39124F5E-CBB3-4A79-90A0-C47729C9F506"
<Product Name='TreeFrog Framework 2.10.0'
Id="E62F0889-126C-4B96-B216-14A4E5B4409A"
UpgradeCode="EF057FD0-AB58-44D9-AB7F-23138622F72A"
Language='1041' Codepage='932'
Version='2.9.0' Manufacturer='TreeFrog Framework Project'>
Version='2.10.0' Manufacturer='TreeFrog Framework Project'>

<!-- 繝代ャ繧ア繝シ繧ク諠�ア -->
<Package Id='*' Keywords='Installer'
Expand All @@ -27,21 +27,21 @@
<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='WINDOWSVOLUME'>
<Directory Id='INSTALLDIR' Name='TreeFrog'>
<Directory Id='VERSIONDIR' Name='2.9.0'>
<Directory Id='VERSIONDIR' Name='2.10.0'>
</Directory>
</Directory>
</Directory>
<Directory Id="DesktopFolder" SourceName="Desktop"/>
<Directory Id="ProgramMenuFolder">
<Directory Id="ApplicationProgramsFolder" Name="TreeFrog Framework 2.9.0"/>
<Directory Id="ApplicationProgramsFolder" Name="TreeFrog Framework 2.10.0"/>
</Directory>
</Directory>

<!-- 繝�せ繧ッ繝医ャ繝励す繝ァ繝シ繝医き繝�ヨ -->
<DirectoryRef Id="DesktopFolder">
<Component Id="DesktopShortcut" Guid="4CA80893-F007-4E29-A3B5-530ACE94C7EB">
<Component Id="DesktopShortcut" Guid="70D025DC-2123-4D90-8F58-94C02E1274D1">
<Shortcut Id="PromptDesktopShortcut"
Name="TreeFrog Prompt 2.9.0"
Name="TreeFrog Prompt 2.10.0"
Description="TreeFrog Framework Prompt"
Target="[SystemFolder]cmd.exe" Arguments="/K [VERSIONDIR]bin\\tfenv.bat"
WorkingDirectory="PersonalFolder"/>
Expand All @@ -51,12 +51,12 @@

<!-- 繝励Ο繧ー繝ゥ繝繝。繝九Η繝シ繧キ繝ァ繝シ繝医き繝�ヨ -->
<DirectoryRef Id="ApplicationProgramsFolder">
<Component Id="ApplicationShortcut" Guid="BE257E94-EA18-477F-B585-49E9D1B0E0C5">
<Component Id="ApplicationShortcut" Guid="29D7EA6D-B7C3-4516-A141-FDB7F307502D">
<CreateFolder Directory="ApplicationProgramsFolder"/>

<!-- Shortcut to TF prompt-->
<Shortcut Id="PromptProgramMenuShortcut"
Name="TreeFrog Prompt 2.9.0"
Name="TreeFrog Prompt 2.10.0"
Description="TreeFrog Framework Prompt"
Target="[SystemFolder]cmd.exe" Arguments="/K [VERSIONDIR]bin\\tfenv.bat"
WorkingDirectory="PersonalFolder"/>
Expand Down
13 changes: 6 additions & 7 deletions installer/treefrog-setup/treefrog-setup/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;

//
// 繧「繧サ繝ウ繝悶Μ縺ォ髢「縺吶k荳闊ャ諠�ア縺ッ莉・荳九�螻樊ァ繧サ繝�ヨ繧偵→縺翫@縺ヲ蛻カ蠕。縺輔l縺セ縺吶
// 繧「繧サ繝ウ繝悶Μ縺ォ髢「騾」莉倥¢繧峨l縺ヲ縺�k諠�ア繧貞、画峩縺吶k縺ォ縺ッ縲
// 縺薙l繧峨�螻樊ァ蛟、繧貞、画峩縺励※縺上□縺輔>縲
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
//
[assembly:AssemblyTitleAttribute("treefrogsetup")];
[assembly:AssemblyDescriptionAttribute("")];
Expand All @@ -21,19 +21,18 @@ using namespace System::Security::Permissions;
[assembly:AssemblyCultureAttribute("")];

//
// 繧「繧サ繝ウ繝悶Μ縺ョ繝舌�繧ク繝ァ繝ウ諠�ア縺ッ縲∽サ・荳九� 4 縺、縺ョ蛟、縺ァ讒区�縺輔l縺ヲ縺�∪縺:
// アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 縺吶∋縺ヲ縺ョ蛟、繧呈欠螳壹☆繧九°縲∽ク九�繧医≧縺ォ '*' 繧剃スソ縺」縺ヲ繝ェ繝薙ず繝ァ繝ウ縺翫h縺ウ繝薙Ν繝臥分蜿キ繧
// 譌「螳壼、縺ォ縺吶k縺薙→縺後〒縺阪∪縺:
// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
// 既定値にすることができます:

[assembly:AssemblyVersionAttribute("2.10.0")];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

Loading
Loading