개정판 3c71b3a5
issue #000: merged master
Change-Id: Id7e766c44e158848f168c86ae220da1700fa36ad
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" /> |
... | ... | |
95 | 110 |
<Reference Include="System.Xaml"> |
96 | 111 |
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
97 | 112 |
</Reference> |
98 |
<Reference Include="Telerik.Windows.Data, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
|
99 |
<SpecificVersion>False</SpecificVersion> |
|
100 |
<HintPath>..\KCOM\bin\x64\Debug\Telerik.Windows.Data.dll</HintPath> |
|
101 |
</Reference> |
|
102 | 113 |
<Reference Include="WindowsBase" /> |
103 | 114 |
<Reference Include="PresentationCore" /> |
104 | 115 |
<Reference Include="PresentationFramework" /> |
... | ... | |
177 | 188 |
<Resource Include="Resources\UpdateImg.png" /> |
178 | 189 |
</ItemGroup> |
179 | 190 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
191 |
<PropertyGroup> |
|
192 |
<PostBuildEvent>$(ProjectDir)\deploy.bat $(ProjectDir) $(TargetDir) $(Platform)</PostBuildEvent> |
|
193 |
</PropertyGroup> |
|
180 | 194 |
</Project> |
내보내기 Unified diff