File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
json-downloader/json-downloader Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7474 <LinkIncremental >true</LinkIncremental >
7575 <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
7676 <IntDir >$(Platform)\$(Configuration)\</IntDir >
77+ <TargetName >$(ProjectName).$(Platform)</TargetName >
7778 </PropertyGroup >
7879 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
7980 <LinkIncremental >true</LinkIncremental >
81+ <TargetName >$(ProjectName).$(Platform)</TargetName >
8082 </PropertyGroup >
8183 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
8284 <LinkIncremental >false</LinkIncremental >
8385 <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
8486 <IntDir >$(Platform)\$(Configuration)\</IntDir >
87+ <TargetName >$(ProjectName).$(Platform)</TargetName >
8588 </PropertyGroup >
8689 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
8790 <LinkIncremental >false</LinkIncremental >
91+ <TargetName >$(ProjectName).$(Platform)</TargetName >
8892 </PropertyGroup >
8993 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
9094 <ClCompile >
You can’t perform that action at this time.
0 commit comments