|
13 | 13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | 14 | <NuGetPackageImportStamp> |
15 | 15 | </NuGetPackageImportStamp> |
| 16 | + <PublishUrl>publish\</PublishUrl> |
| 17 | + <Install>true</Install> |
| 18 | + <InstallFrom>Disk</InstallFrom> |
| 19 | + <UpdateEnabled>false</UpdateEnabled> |
| 20 | + <UpdateMode>Foreground</UpdateMode> |
| 21 | + <UpdateInterval>7</UpdateInterval> |
| 22 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 23 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 24 | + <UpdateRequired>false</UpdateRequired> |
| 25 | + <MapFileExtensions>true</MapFileExtensions> |
| 26 | + <ApplicationRevision>0</ApplicationRevision> |
| 27 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 28 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 29 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 30 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
16 | 31 | </PropertyGroup> |
17 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 33 | <PlatformTarget>AnyCPU</PlatformTarget> |
19 | 34 | <DebugSymbols>true</DebugSymbols> |
20 | 35 | <DebugType>full</DebugType> |
21 | 36 | <Optimize>false</Optimize> |
22 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
| 37 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
23 | 38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 39 | <ErrorReport>prompt</ErrorReport> |
25 | 40 | <WarningLevel>4</WarningLevel> |
|
29 | 44 | <PlatformTarget>AnyCPU</PlatformTarget> |
30 | 45 | <DebugType>pdbonly</DebugType> |
31 | 46 | <Optimize>true</Optimize> |
32 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
| 47 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
33 | 48 | <DefineConstants>TRACE</DefineConstants> |
34 | 49 | <ErrorReport>prompt</ErrorReport> |
35 | 50 | <WarningLevel>4</WarningLevel> |
|
39 | 54 | </PropertyGroup> |
40 | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
41 | 56 | <DebugSymbols>true</DebugSymbols> |
42 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
| 57 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
43 | 58 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
44 | 59 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
45 | 60 | <DebugType>full</DebugType> |
|
49 | 64 | <Prefer32Bit>true</Prefer32Bit> |
50 | 65 | </PropertyGroup> |
51 | 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
52 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
| 67 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
53 | 68 | <DefineConstants>TRACE</DefineConstants> |
54 | 69 | <Optimize>true</Optimize> |
55 | 70 | <DebugType>pdbonly</DebugType> |
|
60 | 75 | </PropertyGroup> |
61 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
62 | 77 | <DebugSymbols>true</DebugSymbols> |
63 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
| 78 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\$(Configuration)\</OutputPath> |
64 | 79 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
65 | 80 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
66 | 81 | <DebugType>full</DebugType> |
|
70 | 85 | <Prefer32Bit>true</Prefer32Bit> |
71 | 86 | </PropertyGroup> |
72 | 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
73 | | - <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
| 88 | + <OutputPath>$(SolutionDir)..\..\PDFCoreSDKExamples.$(Platform)\</OutputPath> |
74 | 89 | <DefineConstants>TRACE</DefineConstants> |
75 | 90 | <Optimize>true</Optimize> |
76 | 91 | <DebugType>pdbonly</DebugType> |
|
127 | 142 | <DependentUpon>Resources.resx</DependentUpon> |
128 | 143 | </Compile> |
129 | 144 | <None Include="app.manifest" /> |
130 | | - <None Include="Documents\FeatureChartEU.pdf" /> |
131 | | - <None Include="Documents\MyStamps.pdf" /> |
132 | | - <None Include="Documents\PasswordProtected.pdf" /> |
| 145 | + <Content Include="Documents\FeatureChartEU.pdf"> |
| 146 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 147 | + </Content> |
| 148 | + <Content Include="Documents\MyStamps.pdf"> |
| 149 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 150 | + </Content> |
| 151 | + <Content Include="Documents\PasswordProtected.pdf"> |
| 152 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 153 | + </Content> |
133 | 154 | <None Include="packages.config" /> |
134 | 155 | <None Include="Properties\Settings.settings"> |
135 | 156 | <Generator>SettingsSingleFileGenerator</Generator> |
|
155 | 176 | <EmbedInteropTypes>True</EmbedInteropTypes> |
156 | 177 | </COMReference> |
157 | 178 | </ItemGroup> |
158 | | - <ItemGroup /> |
| 179 | + <ItemGroup> |
| 180 | + <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
| 181 | + <Visible>False</Visible> |
| 182 | + <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName> |
| 183 | + <Install>true</Install> |
| 184 | + </BootstrapperPackage> |
| 185 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 186 | + <Visible>False</Visible> |
| 187 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 188 | + <Install>false</Install> |
| 189 | + </BootstrapperPackage> |
| 190 | + </ItemGroup> |
159 | 191 | <ItemGroup> |
160 | 192 | <Content Include="Images\clearFilters_24.png" /> |
161 | 193 | <Content Include="Images\closeDoc_24.png" /> |
162 | 194 | <Content Include="Images\collapseAll_24.png" /> |
163 | | - <Content Include="Images\CoreAPI_32.ico" /> |
164 | | - <Content Include="Images\Editor_welcome.png" /> |
| 195 | + <Content Include="Images\CoreAPI_32.ico"> |
| 196 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 197 | + </Content> |
| 198 | + <Content Include="Images\Editor_welcome.png"> |
| 199 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 200 | + </Content> |
165 | 201 | <Content Include="Images\expandAll_24.png" /> |
166 | 202 | <Content Include="Images\folder_24.png"> |
167 | 203 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
168 | 204 | </Content> |
169 | | - <Content Include="Images\gotoSource_24.png" /> |
| 205 | + <Content Include="Images\gotoSource_24.png"> |
| 206 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 207 | + </Content> |
170 | 208 | <Content Include="Images\next_24.png" /> |
171 | 209 | <Content Include="Images\openWith_24.png" /> |
172 | 210 | <Content Include="Images\prev_24.png" /> |
|
0 commit comments