프로젝트

일반

사용자정보

개정판 4b5077f0

ID4b5077f0b834e005864526d80ff272f2f02f197b
상위 1d46df43
하위 2013a5bd

김태성이(가) 4년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)