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 74
74
<LinkIncremental >true</LinkIncremental >
75
75
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
76
76
<IntDir >$(Platform)\$(Configuration)\</IntDir >
77
+ <TargetName >$(ProjectName).$(Platform)</TargetName >
77
78
</PropertyGroup >
78
79
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79
80
<LinkIncremental >true</LinkIncremental >
81
+ <TargetName >$(ProjectName).$(Platform)</TargetName >
80
82
</PropertyGroup >
81
83
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82
84
<LinkIncremental >false</LinkIncremental >
83
85
<OutDir >$(SolutionDir)$(Platform)\$(Configuration)\</OutDir >
84
86
<IntDir >$(Platform)\$(Configuration)\</IntDir >
87
+ <TargetName >$(ProjectName).$(Platform)</TargetName >
85
88
</PropertyGroup >
86
89
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87
90
<LinkIncremental >false</LinkIncremental >
91
+ <TargetName >$(ProjectName).$(Platform)</TargetName >
88
92
</PropertyGroup >
89
93
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90
94
<ClCompile >
You can’t perform that action at this time.
0 commit comments