diff options
author | chai <chaifix@163.com> | 2018-10-23 12:56:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-23 12:56:48 +0800 |
commit | 233856869a699c0139291e4f43a61bc5a056c189 (patch) | |
tree | b9e0182d2ab37228ea733a53dcc3402b3bc47f63 /build/vc++ | |
parent | 3cab40df0f7d50c26bc5250c7332906d75587d07 (diff) |
*修改工程名
Diffstat (limited to 'build/vc++')
-rw-r--r-- | build/vc++/jin.vcxproj | 2 | ||||
-rw-r--r-- | build/vc++/libjin/libjin.vcxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index 49f5eaa..a12378b 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -22,7 +22,7 @@ <ProjectGuid>{A3E35ECA-62EB-45CE-8152-674FBC7F7A3B}</ProjectGuid> <RootNamespace>jin</RootNamespace> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> - <ProjectName>jin(min version)</ProjectName> + <ProjectName>jin</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/build/vc++/libjin/libjin.vcxproj b/build/vc++/libjin/libjin.vcxproj index 385c4a2..3a9deae 100644 --- a/build/vc++/libjin/libjin.vcxproj +++ b/build/vc++/libjin/libjin.vcxproj @@ -23,7 +23,7 @@ <ProjectGuid>{9EE02090-C15E-4520-9C05-C435E45EF2FC}</ProjectGuid> <RootNamespace>libjin</RootNamespace> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> - <ProjectName>libjin(min version)</ProjectName> + <ProjectName>libjin</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |