SilkypixFileMover.csproj (9165B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <PropertyGroup> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProjectGuid>{58BB320E-C90D-4F35-A23E-10FA8D3FF47B}</ProjectGuid> 8 <OutputType>WinExe</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>SilkypixFileMover</RootNamespace> 11 <AssemblyName>RawFileWizard</AssemblyName> 12 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> 13 <FileAlignment>512</FileAlignment> 14 <SccProjectName> 15 </SccProjectName> 16 <SccLocalPath> 17 </SccLocalPath> 18 <SccAuxPath> 19 </SccAuxPath> 20 <SccProvider> 21 </SccProvider> 22 <IsWebBootstrapper>true</IsWebBootstrapper> 23 <TargetFrameworkProfile /> 24 <PublishUrl>C:\Users\winuser\Music\</PublishUrl> 25 <Install>true</Install> 26 <InstallFrom>Web</InstallFrom> 27 <UpdateEnabled>true</UpdateEnabled> 28 <UpdateMode>Background</UpdateMode> 29 <UpdateInterval>1</UpdateInterval> 30 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 31 <UpdatePeriodically>false</UpdatePeriodically> 32 <UpdateRequired>false</UpdateRequired> 33 <MapFileExtensions>true</MapFileExtensions> 34 <InstallUrl>https://www.rw-net.de/RawFileWizard/</InstallUrl> 35 <UpdateUrl>https://www.rw-net.de/RawFileWizard/</UpdateUrl> 36 <SupportUrl>https://www.rw-foto.net</SupportUrl> 37 <ProductName>RawFileWizard</ProductName> 38 <PublisherName>René Wagner</PublisherName> 39 <CreateWebPageOnPublish>true</CreateWebPageOnPublish> 40 <WebPage>index.htm</WebPage> 41 <OpenBrowserOnPublish>false</OpenBrowserOnPublish> 42 <ApplicationRevision>0</ApplicationRevision> 43 <ApplicationVersion>1.6.2.%2a</ApplicationVersion> 44 <UseApplicationTrust>false</UseApplicationTrust> 45 <CreateDesktopShortcut>true</CreateDesktopShortcut> 46 <PublishWizardCompleted>true</PublishWizardCompleted> 47 <BootstrapperEnabled>true</BootstrapperEnabled> 48 </PropertyGroup> 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 50 <PlatformTarget>AnyCPU</PlatformTarget> 51 <DebugSymbols>true</DebugSymbols> 52 <DebugType>full</DebugType> 53 <Optimize>false</Optimize> 54 <OutputPath>bin\Debug\</OutputPath> 55 <DefineConstants>DEBUG;TRACE</DefineConstants> 56 <ErrorReport>prompt</ErrorReport> 57 <WarningLevel>4</WarningLevel> 58 <RunCodeAnalysis>true</RunCodeAnalysis> 59 </PropertyGroup> 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 61 <PlatformTarget>AnyCPU</PlatformTarget> 62 <DebugType>pdbonly</DebugType> 63 <Optimize>true</Optimize> 64 <OutputPath>bin\Release\</OutputPath> 65 <DefineConstants>TRACE</DefineConstants> 66 <ErrorReport>prompt</ErrorReport> 67 <WarningLevel>4</WarningLevel> 68 <RunCodeAnalysis>true</RunCodeAnalysis> 69 <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode> 70 </PropertyGroup> 71 <PropertyGroup> 72 <StartupObject>SilkypixFileMover.Program</StartupObject> 73 </PropertyGroup> 74 <PropertyGroup> 75 <SignAssembly>true</SignAssembly> 76 </PropertyGroup> 77 <PropertyGroup> 78 <AssemblyOriginatorKeyFile>RawFileWizard.snk</AssemblyOriginatorKeyFile> 79 </PropertyGroup> 80 <PropertyGroup> 81 <TargetZone>Internet</TargetZone> 82 </PropertyGroup> 83 <PropertyGroup> 84 <GenerateManifests>true</GenerateManifests> 85 </PropertyGroup> 86 <PropertyGroup /> 87 <PropertyGroup> 88 <ManifestCertificateThumbprint>3870D3EB3B30C463E560D7949365B4D392EB4615</ManifestCertificateThumbprint> 89 </PropertyGroup> 90 <PropertyGroup> 91 <ManifestKeyFile>SilkypixFileMover_TemporaryKey.pfx</ManifestKeyFile> 92 </PropertyGroup> 93 <PropertyGroup> 94 <SignManifests>false</SignManifests> 95 </PropertyGroup> 96 <PropertyGroup> 97 <ApplicationManifest>Properties\app.manifest</ApplicationManifest> 98 </PropertyGroup> 99 <PropertyGroup> 100 <ApplicationIcon>Resources\backup_wizard.ico</ApplicationIcon> 101 </PropertyGroup> 102 <ItemGroup> 103 <Reference Include="System" /> 104 <Reference Include="System.Core" /> 105 <Reference Include="System.Xml.Linq" /> 106 <Reference Include="Microsoft.CSharp" /> 107 <Reference Include="System.Drawing" /> 108 <Reference Include="System.Windows.Forms" /> 109 <Reference Include="System.Xml" /> 110 </ItemGroup> 111 <ItemGroup> 112 <Compile Include="About.cs"> 113 <SubType>Form</SubType> 114 </Compile> 115 <Compile Include="About.Designer.cs"> 116 <DependentUpon>About.cs</DependentUpon> 117 </Compile> 118 <Compile Include="FileOperationAPIWrapper.cs" /> 119 <Compile Include="Helpers\FileHelpers.cs" /> 120 <Compile Include="Objects\RawFile.cs" /> 121 <Compile Include="Objects\History.cs" /> 122 <Compile Include="MainForm.cs"> 123 <SubType>Form</SubType> 124 </Compile> 125 <Compile Include="MainForm.Designer.cs"> 126 <DependentUpon>MainForm.cs</DependentUpon> 127 </Compile> 128 <Compile Include="NativeMethods.cs" /> 129 <Compile Include="Program.cs" /> 130 <Compile Include="Properties\AssemblyInfo.cs" /> 131 <Compile Include="Enums\WorkerAction.cs" /> 132 <Compile Include="Objects\WorkerParams.cs" /> 133 <Compile Include="SettingsForm.cs"> 134 <SubType>Form</SubType> 135 </Compile> 136 <Compile Include="SettingsForm.Designer.cs"> 137 <DependentUpon>SettingsForm.cs</DependentUpon> 138 </Compile> 139 <EmbeddedResource Include="About.de.resx"> 140 <DependentUpon>About.cs</DependentUpon> 141 </EmbeddedResource> 142 <EmbeddedResource Include="About.en.resx"> 143 <DependentUpon>About.cs</DependentUpon> 144 </EmbeddedResource> 145 <EmbeddedResource Include="About.resx"> 146 <DependentUpon>About.cs</DependentUpon> 147 </EmbeddedResource> 148 <EmbeddedResource Include="MainForm.de.resx"> 149 <DependentUpon>MainForm.cs</DependentUpon> 150 </EmbeddedResource> 151 <EmbeddedResource Include="MainForm.en.resx"> 152 <DependentUpon>MainForm.cs</DependentUpon> 153 </EmbeddedResource> 154 <EmbeddedResource Include="MainForm.resx"> 155 <DependentUpon>MainForm.cs</DependentUpon> 156 </EmbeddedResource> 157 <EmbeddedResource Include="Properties\Resources.resx"> 158 <Generator>ResXFileCodeGenerator</Generator> 159 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 160 <SubType>Designer</SubType> 161 </EmbeddedResource> 162 <Compile Include="Properties\Resources.Designer.cs"> 163 <AutoGen>True</AutoGen> 164 <DependentUpon>Resources.resx</DependentUpon> 165 <DesignTime>True</DesignTime> 166 </Compile> 167 <EmbeddedResource Include="SettingsForm.en.resx"> 168 <DependentUpon>SettingsForm.cs</DependentUpon> 169 </EmbeddedResource> 170 <EmbeddedResource Include="SettingsForm.resx"> 171 <DependentUpon>SettingsForm.cs</DependentUpon> 172 </EmbeddedResource> 173 <None Include="..\..\StrongName.snk"> 174 <Link>StrongName.snk</Link> 175 </None> 176 <None Include="Properties\app.manifest" /> 177 <None Include="Properties\Settings.settings"> 178 <Generator>SettingsSingleFileGenerator</Generator> 179 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 180 </None> 181 <Compile Include="Properties\Settings.Designer.cs"> 182 <AutoGen>True</AutoGen> 183 <DependentUpon>Settings.settings</DependentUpon> 184 <DesignTimeSharedInput>True</DesignTimeSharedInput> 185 </Compile> 186 <None Include="SilkypixFileMover_TemporaryKey.pfx" /> 187 </ItemGroup> 188 <ItemGroup> 189 <None Include="App.config" /> 190 </ItemGroup> 191 <ItemGroup> 192 <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> 193 <Visible>False</Visible> 194 <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> 195 <Install>true</Install> 196 </BootstrapperPackage> 197 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 198 <Visible>False</Visible> 199 <ProductName>.NET Framework 3.5 SP1</ProductName> 200 <Install>false</Install> 201 </BootstrapperPackage> 202 </ItemGroup> 203 <ItemGroup> 204 <Content Include="Resources\backup_wizard.ico" /> 205 <None Include="RawFileWizard.snk" /> 206 <None Include="Resources\backups.ico" /> 207 </ItemGroup> 208 <ItemGroup> 209 <PublishFile Include="en\RawFileWizard.resources"> 210 <Visible>False</Visible> 211 <Group> 212 </Group> 213 <TargetPath> 214 </TargetPath> 215 <PublishState>Include</PublishState> 216 <IncludeHash>True</IncludeHash> 217 <FileType>Satellite</FileType> 218 </PublishFile> 219 </ItemGroup> 220 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 221 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 222 Other similar extension points exist, see Microsoft.Common.targets. 223 <Target Name="BeforeBuild"> 224 </Target> 225 <Target Name="AfterBuild"> 226 </Target> 227 --> 228 </Project>