개정판 cdfb57ff
zoom control 이벤트 추가
mainmenu 수정
app 수정
Change-Id: I0d007c3a3c412b7fbe6e2a52bafb932e1a7b9f03
KCOM/KCOM.csproj | ||
---|---|---|
15 | 15 |
<NuGetPackageImportStamp> |
16 | 16 |
</NuGetPackageImportStamp> |
17 | 17 |
<TargetFrameworkProfile /> |
18 |
<PublishUrl>publish\</PublishUrl> |
|
19 |
<Install>true</Install> |
|
20 |
<InstallFrom>Disk</InstallFrom> |
|
21 |
<UpdateEnabled>false</UpdateEnabled> |
|
22 |
<UpdateMode>Foreground</UpdateMode> |
|
23 |
<UpdateInterval>7</UpdateInterval> |
|
24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
25 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
26 |
<UpdateRequired>false</UpdateRequired> |
|
27 |
<MapFileExtensions>true</MapFileExtensions> |
|
28 |
<ApplicationRevision>0</ApplicationRevision> |
|
29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
30 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
31 |
<UseApplicationTrust>false</UseApplicationTrust> |
|
32 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
18 | 33 |
</PropertyGroup> |
19 | 34 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 35 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
47 | 62 |
<ErrorReport>prompt</ErrorReport> |
48 | 63 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
49 | 64 |
<Prefer32Bit>false</Prefer32Bit> |
65 |
<WarningLevel>3</WarningLevel> |
|
50 | 66 |
</PropertyGroup> |
51 | 67 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
52 | 68 |
<OutputPath>..\Setup\</OutputPath> |
... | ... | |
257 | 273 |
<Compile Include="Common\Converter\SvgConverter.cs" /> |
258 | 274 |
<Compile Include="Common\Converter\SvgImageConverter.cs" /> |
259 | 275 |
<Compile Include="Common\FileStreamToBase64.cs" /> |
276 |
<Compile Include="Common\ImageSourceHelper.cs" /> |
|
260 | 277 |
<Compile Include="Common\ISplashMessage.cs" /> |
261 | 278 |
<Compile Include="Common\SelectionSet.cs" /> |
262 | 279 |
<Compile Include="Common\TempFile.cs" /> |
... | ... | |
1299 | 1316 |
<Name>ZoomAndPan</Name> |
1300 | 1317 |
</ProjectReference> |
1301 | 1318 |
</ItemGroup> |
1319 |
<ItemGroup> |
|
1320 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
1321 |
<Visible>False</Visible> |
|
1322 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
1323 |
<Install>false</Install> |
|
1324 |
</BootstrapperPackage> |
|
1325 |
</ItemGroup> |
|
1302 | 1326 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1303 | 1327 |
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
1304 | 1328 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
내보내기 Unified diff