2008-05-14 19:53:43 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2008-05-14 19:53:43 +00:00
|
|
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{BDC43D2A-7638-412E-976A-E7E115803A27}</ProjectGuid>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Nuclex.Windows.Forms</RootNamespace>
|
|
|
|
|
<AssemblyName>Nuclex.Windows.Forms</AssemblyName>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<StartupObject>
|
|
|
|
|
</StartupObject>
|
2008-05-14 19:53:43 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
<PublishUrl>publish\</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>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
</PropertyGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2007-12-10 21:22:14 +00:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;UNITTEST</DefineConstants>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<DocumentationFile>Documents\Nuclex.Windows.Forms.xml</DocumentationFile>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
</PropertyGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2007-12-10 21:22:14 +00:00
|
|
|
|
<DefineConstants>TRACE;UNITTEST</DefineConstants>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<DocumentationFile>Documents\Nuclex.Windows.Forms.xml</DocumentationFile>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
</PropertyGroup>
|
2007-12-14 21:08:35 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG;UNITTEST</DefineConstants>
|
|
|
|
|
<DocumentationFile>Documents\Nuclex.Windows.Forms.xml</DocumentationFile>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE;UNITTEST</DefineConstants>
|
|
|
|
|
<DocumentationFile>Documents\Nuclex.Windows.Forms.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<ItemGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Reference Include="System" />
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Reference Include="System.Deployment" />
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<EmbeddedResource Include="Source\ProgressReporter\ProgressReporterForm.resx">
|
|
|
|
|
<DependentUpon>ProgressReporterForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2007-07-19 21:16:20 +00:00
|
|
|
|
<Compile Include="Source\AsyncProgressBar\AsyncProgressBar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\AsyncProgressBar\AsyncProgressBar.Designer.cs">
|
|
|
|
|
<DependentUpon>AsyncProgressBar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Compile Include="Source\ContainerListView\ContainerListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\ContainerListView\ContainerListView.Designer.cs">
|
|
|
|
|
<DependentUpon>ContainerListView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\ContainerListView\ListViewEmbeddedControl.cs" />
|
|
|
|
|
<Compile Include="Source\ContainerListView\ListViewEmbeddedControlCollection.cs" />
|
|
|
|
|
<Compile Include="Source\EmbeddedControlCollection.cs" />
|
2007-07-17 19:33:18 +00:00
|
|
|
|
<Compile Include="Source\ProgressReporter\ProgressReporterForm.cs">
|
2007-09-12 18:52:41 +00:00
|
|
|
|
<SubType>Form</SubType>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\ProgressReporter\ProgressReporterForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ProgressReporterForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-04 20:54:42 +00:00
|
|
|
|
<Compile Include="Source\TrackingBar\ToolStripTrackingBar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2007-04-13 19:31:53 +00:00
|
|
|
|
<Compile Include="Source\TrackingBar\TrackingBar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\TrackingBar\TrackingBar.Designer.cs">
|
|
|
|
|
<DependentUpon>TrackingBar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
<ItemGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<ProjectReference Include="..\Nuclex.Support\Nuclex.Support %28x86%29.csproj">
|
|
|
|
|
<Project>{471344D7-583D-4B40-BAC4-4E85E77441A9}</Project>
|
|
|
|
|
<Name>Nuclex.Support %28x86%29</Name>
|
|
|
|
|
</ProjectReference>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
</ItemGroup>
|
2007-12-20 19:15:33 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Documents\" />
|
|
|
|
|
</ItemGroup>
|
2008-05-14 19:53:43 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<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>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<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>
|