2010-05-18 12:54:42 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<ProjectGuid>{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}</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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<OutputPath>bin\net-4.0\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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<DocumentationFile>bin\net-4.0\Debug\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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<OutputPath>bin\net-4.0\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>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<DocumentationFile>bin\net-4.0\Release\Nuclex.Windows.Forms.xml</DocumentationFile>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
</PropertyGroup>
|
2011-02-14 18:15:40 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Foundation.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<ItemGroup>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<Reference Include="nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
2009-11-03 19:41:14 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<HintPath>..\References\nunit\net-4.0\framework\nunit.framework.dll</HintPath>
|
2009-11-03 19:41:14 +00:00
|
|
|
|
</Reference>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Reference Include="System" />
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<Reference Include="System.Core" />
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-02-06 18:34:47 +00:00
|
|
|
|
<Compile Include="Source\AutoBinding\ConventionBinder.cs" />
|
|
|
|
|
<Compile Include="Source\AutoBinding\IAutoBinder.cs" />
|
2019-02-07 18:32:14 +00:00
|
|
|
|
<Compile Include="Source\CommonDialogs\CommonDialogManager.cs" />
|
|
|
|
|
<Compile Include="Source\CommonDialogs\ICommonDialogService.cs" />
|
2019-02-11 18:05:06 +00:00
|
|
|
|
<Compile Include="Source\LateCheckedSynchronizer.cs" />
|
2019-02-07 18:03:11 +00:00
|
|
|
|
<Compile Include="Source\Messages\IMessageService.cs" />
|
|
|
|
|
<Compile Include="Source\Messages\MessageEventArgs.cs" />
|
|
|
|
|
<Compile Include="Source\Messages\MessageEventArgs.Test.cs">
|
|
|
|
|
<DependentUpon>MessageEventArgs.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Messages\MessageServiceHelper.cs" />
|
|
|
|
|
<Compile Include="Source\Messages\MessageText.cs" />
|
|
|
|
|
<Compile Include="Source\Messages\MessageText.Test.cs">
|
|
|
|
|
<DependentUpon>MessageText.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Messages\StandardMessageBoxManager.cs" />
|
2019-02-07 17:36:40 +00:00
|
|
|
|
<Compile Include="Source\NullActiveWindowTracker.cs" />
|
2019-02-06 07:30:41 +00:00
|
|
|
|
<Compile Include="Source\ViewModels\DialogViewModel.cs" />
|
|
|
|
|
<Compile Include="Source\ViewModels\DialogViewModel.Test.cs">
|
|
|
|
|
<DependentUpon>DialogViewModel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-07 17:36:40 +00:00
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedAction.cs" />
|
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedAction.Test.cs">
|
|
|
|
|
<DependentUpon>ThreadedAction.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-06 07:30:41 +00:00
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedDialogViewModel.cs" />
|
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedDialogViewModel.Test.cs">
|
|
|
|
|
<DependentUpon>ThreadedDialogViewModel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-06 07:00:27 +00:00
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedViewModel.cs" />
|
|
|
|
|
<Compile Include="Source\ViewModels\ThreadedViewModel.Test.cs">
|
|
|
|
|
<DependentUpon>ThreadedViewModel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-02-06 18:04:10 +00:00
|
|
|
|
<Compile Include="Source\IActiveWindowTracker.cs" />
|
2019-02-06 07:00:27 +00:00
|
|
|
|
<Compile Include="Source\Views\IView.cs" />
|
2019-02-06 18:04:10 +00:00
|
|
|
|
<Compile Include="Source\IWindowManager.cs" />
|
2019-02-06 07:00:27 +00:00
|
|
|
|
<Compile Include="Source\Views\ViewControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\Views\ViewForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2019-02-06 18:04:10 +00:00
|
|
|
|
<Compile Include="Source\WindowManager.cs" />
|
2019-02-07 17:36:40 +00:00
|
|
|
|
<Compile Include="Source\WindowManager.Test.cs">
|
|
|
|
|
<DependentUpon>WindowManager.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<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>
|
2009-11-03 19:41:14 +00:00
|
|
|
|
<Compile Include="Source\AsyncProgressBar\AsyncProgressBar.Test.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>
|
2009-11-03 19:41:14 +00:00
|
|
|
|
<Compile Include="Source\ContainerListView\ContainerListView.Test.cs">
|
|
|
|
|
<DependentUpon>ContainerListView.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-12-14 20:43:34 +00:00
|
|
|
|
<Compile Include="Source\ContainerListView\ListViewEmbeddedControl.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>
|
2008-05-14 19:53:43 +00:00
|
|
|
|
<ItemGroup>
|
2011-08-14 11:06:39 +00:00
|
|
|
|
<ProjectReference Include="..\Nuclex.Support.Transactions\Nuclex.Support.Transactions %28net-4.0%29.csproj">
|
|
|
|
|
<Project>{2F487C4D-8E06-496F-BCD5-7119B18C78D8}</Project>
|
|
|
|
|
<Name>Nuclex.Support.Transactions %28net-4.0%29</Name>
|
|
|
|
|
</ProjectReference>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<ProjectReference Include="..\Nuclex.Support\Nuclex.Support %28net-4.0%29.csproj">
|
|
|
|
|
<Project>{00567408-4F44-4C00-866E-B04A99E482F2}</Project>
|
|
|
|
|
<Name>Nuclex.Support %28net-4.0%29</Name>
|
2008-08-03 18:41:23 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2011-02-14 18:15:40 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\Foundation.snk">
|
|
|
|
|
<Link>Foundation.snk</Link>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2019-02-11 18:05:06 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Resources\" />
|
|
|
|
|
</ItemGroup>
|
2010-05-18 12:54:42 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<!-- 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>
|