프로젝트

일반

사용자정보

개정판 90de6e1d

ID90de6e1dadb6f06a038c5773001b01909f91b900
상위 e551f094
하위 37e754f4

백흠경이(가) 5년 이상 전에 추가함

issue #660: deploy SmartUpdate files to artifactory

Change-Id: I1836e680304873dc7b56170c703f01f975da1985

차이점 보기:

SmartUpdate/SmartUpdate.csproj
42 42
    <WarningLevel>4</WarningLevel>
43 43
  </PropertyGroup>
44 44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <PlatformTarget>AnyCPU</PlatformTarget>
45
    <PlatformTarget>x64</PlatformTarget>
46 46
    <DebugType>pdbonly</DebugType>
47 47
    <Optimize>true</Optimize>
48 48
    <OutputPath>bin\Release\</OutputPath>
......
80 80
    <ErrorReport>prompt</ErrorReport>
81 81
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82 82
  </PropertyGroup>
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
84
    <DebugSymbols>true</DebugSymbols>
85
    <OutputPath>bin\x64\Debug\</OutputPath>
86
    <DefineConstants>DEBUG;TRACE</DefineConstants>
87
    <DebugType>full</DebugType>
88
    <PlatformTarget>x64</PlatformTarget>
89
    <ErrorReport>prompt</ErrorReport>
90
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
91
  </PropertyGroup>
92
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
93
    <OutputPath>bin\x64\Release\</OutputPath>
94
    <DefineConstants>TRACE</DefineConstants>
95
    <Optimize>true</Optimize>
96
    <DebugType>pdbonly</DebugType>
97
    <PlatformTarget>x64</PlatformTarget>
98
    <ErrorReport>prompt</ErrorReport>
99
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100
  </PropertyGroup>
83 101
  <ItemGroup>
84
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
85
      <HintPath>..\packages\ICSharpCode.SharpZipLib.dll.0.85.4.369\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath>
86
    </Reference>
87 102
    <Reference Include="System" />
88 103
    <Reference Include="System.Data" />
89 104
    <Reference Include="System.Drawing" />
......
177 192
    <Resource Include="Resources\UpdateImg.png" />
178 193
  </ItemGroup>
179 194
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195
  <PropertyGroup>
196
    <PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent>
197
  </PropertyGroup>
180 198
</Project>

내보내기 Unified diff

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