개정판 4b5077f0
MarkusAutoUpdate wix Setup 추가
Change-Id: If489ba9421d146e26d0d778f5a35cf8e80e536ba
MarkusAutoUpdate/src/NetSparkle/NetSparkle.csproj | ||
---|---|---|
46 | 46 |
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release_Net452|netstandard2.0|AnyCPU'"> |
47 | 47 |
<OutputPath>..\bin\Release\NetSparkle\</OutputPath> |
48 | 48 |
<DocumentationFile>..\bin\Release\NetSparkle\NetSparkle.xml</DocumentationFile> |
49 |
<Optimize>true</Optimize> |
|
49 | 50 |
</PropertyGroup> |
50 | 51 |
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'"> |
51 | 52 |
<OutputPath>..\bin\Debug\NetSparkle\</OutputPath> |
... | ... | |
92 | 93 |
<ItemGroup> |
93 | 94 |
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" /> |
94 | 95 |
</ItemGroup> |
96 |
<Target Name="GetTargetPath" Returns="@(_FakeOutputPath)"> |
|
97 |
<ItemGroup Condition="'$(OutputType)' == 'Library'"> |
|
98 |
<_FakeOutputPath Include="$(MSBuildProjectDirectory)\$(OutputPath)\$(_InstallerTargetFramework)\$(AssemblyName).dll" /> |
|
99 |
</ItemGroup> |
|
100 |
<ItemGroup Condition="'$(OutputType)' == 'Exe'"> |
|
101 |
<_FakeOutputPath Include="$(MSBuildProjectDirectory)\$(OutputPath)\$(_InstallerTargetFramework)\$(AssemblyName).exe" /> |
|
102 |
</ItemGroup> |
|
103 |
<ItemGroup Condition="'$(OutputType)' == 'WinExe'"> |
|
104 |
<_FakeOutputPath Include="$(MSBuildProjectDirectory)\$(OutputPath)\$(_InstallerTargetFramework)\$(AssemblyName).exe" /> |
|
105 |
</ItemGroup> |
|
106 |
</Target> |
|
95 | 107 |
</Project> |
내보내기 Unified diff