Files
duplicati/WizardForm/WizardForm.csproj
T
2011-11-10 16:30:25 +00:00

128 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F2854848-BF78-4A6D-9A2A-2AE2AFB70DF1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>System.Windows.Forms.Wizard</RootNamespace>
<AssemblyName>System.Windows.Forms.Wizard</AssemblyName>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>WizardForm.snk</AssemblyOriginatorKeyFile>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</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)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Dialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog.Designer.cs">
<DependentUpon>Dialog.cs</DependentUpon>
</Compile>
<Compile Include="DoubleClickRadioButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="IWizardControl.cs" />
<Compile Include="IWizardForm.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StartPage.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="StartPage.Designer.cs">
<DependentUpon>StartPage.cs</DependentUpon>
</Compile>
<Compile Include="Strings\Dialog.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Dialog.resx</DependentUpon>
</Compile>
<Compile Include="WizardControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WizardControl.Designer.cs">
<DependentUpon>WizardControl.cs</DependentUpon>
</Compile>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Dialog.resx">
<SubType>Designer</SubType>
<DependentUpon>Dialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="StartPage.resx">
<SubType>Designer</SubType>
<DependentUpon>StartPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Strings\Dialog.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Dialog.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="WizardControl.resx">
<SubType>Designer</SubType>
<DependentUpon>WizardControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="WizardForm.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>