Permalink
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
<ProductVersion>9.0.30729</ProductVersion> | |
<SchemaVersion>2.0</SchemaVersion> | |
<ProjectGuid>{9CF2AA36-7465-43ED-94BD-4F4B163913E8}</ProjectGuid> | |
<OutputType>WinExe</OutputType> | |
<AppDesignerFolder>Properties</AppDesignerFolder> | |
<RootNamespace>Wlipper</RootNamespace> | |
<AssemblyName>Wlipper</AssemblyName> | |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | |
<FileAlignment>512</FileAlignment> | |
<ApplicationIcon>Gfx\Wlipper.ICO</ApplicationIcon> | |
<IsWebBootstrapper>false</IsWebBootstrapper> | |
<ManifestCertificateThumbprint>B8632E63AB1DC2FF950D6CFDF25B8D0F23E0FCBB</ManifestCertificateThumbprint> | |
<ManifestKeyFile>Wlipper_TemporaryKey.pfx</ManifestKeyFile> | |
<GenerateManifests>true</GenerateManifests> | |
<SignManifests>false</SignManifests> | |
<SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\markus.kwasnicki\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> | |
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> | |
<NoStdLib>False</NoStdLib> | |
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> | |
<FileUpgradeFlags> | |
</FileUpgradeFlags> | |
<OldToolsVersion>3.5</OldToolsVersion> | |
<UpgradeBackupLocation /> | |
<TargetFrameworkProfile /> | |
<PublishUrl>C:\Users\Markus Kwasnicki\Desktop\Wlipper Setup\</PublishUrl> | |
<Install>true</Install> | |
<InstallFrom>Disk</InstallFrom> | |
<UpdateEnabled>false</UpdateEnabled> | |
<UpdateMode>Foreground</UpdateMode> | |
<UpdateInterval>7</UpdateInterval> | |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
<UpdatePeriodically>false</UpdatePeriodically> | |
<UpdateRequired>false</UpdateRequired> | |
<MapFileExtensions>false</MapFileExtensions> | |
<ProductName>Wlipper</ProductName> | |
<PublisherName>Wlipper</PublisherName> | |
<OpenBrowserOnPublish>false</OpenBrowserOnPublish> | |
<ApplicationRevision>5</ApplicationRevision> | |
<ApplicationVersion>3.5.8.5</ApplicationVersion> | |
<UseApplicationTrust>false</UseApplicationTrust> | |
<PublishWizardCompleted>true</PublishWizardCompleted> | |
<BootstrapperEnabled>true</BootstrapperEnabled> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
<DebugSymbols>true</DebugSymbols> | |
<DebugType>Full</DebugType> | |
<Optimize>false</Optimize> | |
<OutputPath>bin\Debug\</OutputPath> | |
<DefineConstants>DEBUG;TRACE</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
<DebugType>pdbonly</DebugType> | |
<Optimize>true</Optimize> | |
<OutputPath>bin\Release\</OutputPath> | |
<DefineConstants>TRACE</DefineConstants> | |
<ErrorReport>prompt</ErrorReport> | |
<WarningLevel>4</WarningLevel> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | |
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> | |
<RegisterForComInterop>False</RegisterForComInterop> | |
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> | |
<BaseAddress>4194304</BaseAddress> | |
<PlatformTarget>AnyCPU</PlatformTarget> | |
</PropertyGroup> | |
<PropertyGroup> | |
<TargetZone>LocalIntranet</TargetZone> | |
</PropertyGroup> | |
<PropertyGroup> | |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> | |
</PropertyGroup> | |
<PropertyGroup> | |
<SignAssembly>false</SignAssembly> | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="System" /> | |
<Reference Include="System.Drawing" /> | |
<Reference Include="System.Windows.Forms" /> | |
<Reference Include="System.XML" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Compile Include="Clipboarding.cs" /> | |
<Compile Include="Localization.Designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DesignTime>True</DesignTime> | |
<DependentUpon>Localization.resx</DependentUpon> | |
</Compile> | |
<Compile Include="Naming.Designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DesignTime>True</DesignTime> | |
<DependentUpon>Naming.resx</DependentUpon> | |
</Compile> | |
<Compile Include="Settings.cs" /> | |
<Compile Include="SpecialCharacters.Designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DesignTime>True</DesignTime> | |
<DependentUpon>SpecialCharacters.resx</DependentUpon> | |
</Compile> | |
<Compile Include="WlipperForm.cs"> | |
<SubType>Form</SubType> | |
</Compile> | |
<Compile Include="WlipperForm.Designer.cs"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
</Compile> | |
<Compile Include="Program.cs" /> | |
<Compile Include="Properties\AssemblyInfo.cs" /> | |
<EmbeddedResource Include="Localization.es.resx"> | |
<DependentUpon>Localization.resx</DependentUpon> | |
</EmbeddedResource> | |
<EmbeddedResource Include="Localization.pl.resx"> | |
<DependentUpon>Localization.resx</DependentUpon> | |
</EmbeddedResource> | |
<EmbeddedResource Include="WlipperForm.es.resx"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
</EmbeddedResource> | |
<EmbeddedResource Include="WlipperForm.pl.resx"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
</EmbeddedResource> | |
<EmbeddedResource Include="WlipperForm.resx"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
</EmbeddedResource> | |
<None Include="app.config" /> | |
<Content Include="License.txt"> | |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
</Content> | |
<None Include="Properties\app.manifest" /> | |
<None Include="Properties\Settings.settings"> | |
<Generator>SettingsSingleFileGenerator</Generator> | |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
</None> | |
<None Include="Wlipper_TemporaryKey.pfx" /> | |
<Compile Include="Properties\Settings.Designer.cs"> | |
<AutoGen>True</AutoGen> | |
<DependentUpon>Settings.settings</DependentUpon> | |
<DesignTimeSharedInput>True</DesignTimeSharedInput> | |
</Compile> | |
<Compile Include="WlipperForm.Win32.cs"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
<SubType>Form</SubType> | |
</Compile> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="Gfx\Wlipper.ICO" /> | |
<None Include="Gfx\WlipperBoxShot.png" /> | |
<None Include="TODO.txt" /> | |
<None Include="wlipper.xml"> | |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
</None> | |
<EmbeddedResource Include="Localization.de.resx"> | |
<DependentUpon>Localization.resx</DependentUpon> | |
</EmbeddedResource> | |
<EmbeddedResource Include="Localization.resx"> | |
<Generator>ResXFileCodeGenerator</Generator> | |
<LastGenOutput>Localization.Designer.cs</LastGenOutput> | |
</EmbeddedResource> | |
<EmbeddedResource Include="Naming.resx"> | |
<Generator>ResXFileCodeGenerator</Generator> | |
<LastGenOutput>Naming.Designer.cs</LastGenOutput> | |
</EmbeddedResource> | |
<EmbeddedResource Include="ReadMe.htm"> | |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
</EmbeddedResource> | |
<EmbeddedResource Include="SpecialCharacters.resx"> | |
<Generator>ResXFileCodeGenerator</Generator> | |
<LastGenOutput>SpecialCharacters.Designer.cs</LastGenOutput> | |
</EmbeddedResource> | |
<EmbeddedResource Include="WlipperForm.de.resx"> | |
<DependentUpon>WlipperForm.cs</DependentUpon> | |
</EmbeddedResource> | |
</ItemGroup> | |
<ItemGroup> | |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
<Visible>False</Visible> | |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
<Install>false</Install> | |
</BootstrapperPackage> | |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
<Visible>False</Visible> | |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
<Install>false</Install> | |
</BootstrapperPackage> | |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
<Visible>False</Visible> | |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
<Install>false</Install> | |
</BootstrapperPackage> | |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
<Visible>False</Visible> | |
<ProductName>.NET Framework 3.5</ProductName> | |
<Install>false</Install> | |
</BootstrapperPackage> | |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
<Visible>False</Visible> | |
<ProductName>.NET Framework 3.5 SP1</ProductName> | |
<Install>true</Install> | |
</BootstrapperPackage> | |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | |
<Visible>False</Visible> | |
<ProductName>Windows Installer 3.1</ProductName> | |
<Install>true</Install> | |
</BootstrapperPackage> | |
</ItemGroup> | |
<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. | |
<Target Name="BeforeBuild"> | |
</Target> | |
<Target Name="AfterBuild"> | |
</Target> | |
--> | |
</Project> |