File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 73
73
<PropertyGroup Label =" UserMacros" />
74
74
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
75
<LinkIncremental >true</LinkIncremental >
76
+ <OutDir >$(SolutionDir)$(Configuration)\$(PlatformTarget)</OutDir >
76
77
</PropertyGroup >
77
78
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78
79
<LinkIncremental >true</LinkIncremental >
79
80
</PropertyGroup >
80
81
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81
82
<LinkIncremental >false</LinkIncremental >
83
+ <OutDir >$(SolutionDir)$(Configuration)\$(PlatformTarget)</OutDir >
82
84
</PropertyGroup >
83
85
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84
86
<LinkIncremental >false</LinkIncremental >
Original file line number Diff line number Diff line change 16
16
<tags >Monitor Configuration Display DDC</tags >
17
17
</metadata >
18
18
<files >
19
- <file src =" bin\x86 \Release\SharpLibMonitorConfig.dll" target =" lib\net40\SharpLibMonitorConfig.dll" />
19
+ <file src =" ..\Project \Release\x86 \SharpLibMonitorConfig.dll" target =" lib\net40\SharpLibMonitorConfig.dll" />
20
20
</files >
21
21
</package >
You can’t perform that action at this time.
0 commit comments