diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2014-05-13 13:16:26 -0700 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2014-09-09 16:39:36 -0700 |
commit | cd6a5a1db0120198a44c2743a39eee21f9d6f4f2 (patch) | |
tree | ff7c576e376426f1e53272aa26ae53d7b683f8dd /platform/winrt/gsview/gsview.csproj | |
parent | 2f0a47c6b93bd3935a0f4fad0dfb87149685485b (diff) | |
download | mupdf-cd6a5a1db0120198a44c2743a39eee21f9d6f4f2.tar.xz |
Add Drag-n-drop, Fix a few crashes. Clean up code.
Diffstat (limited to 'platform/winrt/gsview/gsview.csproj')
-rw-r--r-- | platform/winrt/gsview/gsview.csproj | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/platform/winrt/gsview/gsview.csproj b/platform/winrt/gsview/gsview.csproj index 04718d5f..25ac57c6 100644 --- a/platform/winrt/gsview/gsview.csproj +++ b/platform/winrt/gsview/gsview.csproj @@ -14,6 +14,7 @@ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <WarningLevel>4</WarningLevel> <IsWebBootstrapper>false</IsWebBootstrapper> + <TargetFrameworkProfile /> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> @@ -25,12 +26,12 @@ <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <ApplicationVersion>6.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <PlatformTarget>x64</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> @@ -39,22 +40,23 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <Prefer32Bit>true</Prefer32Bit> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <PlatformTarget>x64</PlatformTarget> + <PlatformTarget>AnyCPU</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <PropertyGroup> - <ApplicationIcon>gsview.ico</ApplicationIcon> + <ApplicationIcon>ghosty.ico</ApplicationIcon> </PropertyGroup> <ItemGroup> <Reference Include="ReachFramework" /> @@ -266,6 +268,12 @@ <ItemGroup> <Resource Include="Resources\banner.png" /> </ItemGroup> + <ItemGroup> + <Resource Include="Resources\ghosty.ico" /> + </ItemGroup> + <ItemGroup> + <Resource Include="ghosty.ico" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |