diff options
| author | Li Jin <dragon-fly@qq.com> | 2020-03-27 18:40:55 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2020-03-27 18:40:55 +0800 |
| commit | b3e7b8ebb3b43e02197683a8e46957bbb16b8ead (patch) | |
| tree | 1ed982c80280534cf8da167cc1364d4121e7fa5c /MoonPlus.vcxproj | |
| parent | cd26ef85ccd3b9ef59822f567d912ac7520efa9e (diff) | |
| download | yuescript-b3e7b8ebb3b43e02197683a8e46957bbb16b8ead.tar.gz yuescript-b3e7b8ebb3b43e02197683a8e46957bbb16b8ead.tar.bz2 yuescript-b3e7b8ebb3b43e02197683a8e46957bbb16b8ead.zip | |
fix moonp repl issue.
Diffstat (limited to 'MoonPlus.vcxproj')
| -rw-r--r-- | MoonPlus.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MoonPlus.vcxproj b/MoonPlus.vcxproj index b6b7d1a..a42ccbf 100644 --- a/MoonPlus.vcxproj +++ b/MoonPlus.vcxproj | |||
| @@ -73,21 +73,25 @@ | |||
| 73 | <LinkIncremental>true</LinkIncremental> | 73 | <LinkIncremental>true</LinkIncremental> |
| 74 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> | 74 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> |
| 75 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> | 75 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> |
| 76 | <TargetName>moonp</TargetName> | ||
| 76 | </PropertyGroup> | 77 | </PropertyGroup> |
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 78 | <LinkIncremental>true</LinkIncremental> | 79 | <LinkIncremental>true</LinkIncremental> |
| 79 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 80 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 80 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> | 81 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> |
| 82 | <TargetName>moonp</TargetName> | ||
| 81 | </PropertyGroup> | 83 | </PropertyGroup> |
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 83 | <LinkIncremental>false</LinkIncremental> | 85 | <LinkIncremental>false</LinkIncremental> |
| 84 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> | 86 | <IntDir>$(SolutionDir)\build\windows\$(Configuration)\</IntDir> |
| 85 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> | 87 | <OutDir>$(SolutionDir)\bin\windows\$(Configuration)\</OutDir> |
| 88 | <TargetName>moonp</TargetName> | ||
| 86 | </PropertyGroup> | 89 | </PropertyGroup> |
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 88 | <LinkIncremental>false</LinkIncremental> | 91 | <LinkIncremental>false</LinkIncremental> |
| 89 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 92 | <OutDir>$(SolutionDir)\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 90 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> | 93 | <IntDir>$(SolutionDir)\build\windows\$(Platform)\$(Configuration)\</IntDir> |
| 94 | <TargetName>moonp</TargetName> | ||
| 91 | </PropertyGroup> | 95 | </PropertyGroup> |
| 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 93 | <ClCompile> | 97 | <ClCompile> |
