2007-03-30 19:52:40 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{BDC43D2A-7638-412E-976A-E7E115803A27}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{9F340DF3-2AED-4330-AC16-78AC2D9B4738};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Nuclex.Windows.Forms</RootNamespace>
|
|
|
|
|
<AssemblyName>Nuclex.Windows.Forms</AssemblyName>
|
|
|
|
|
<XnaFrameworkVersion>v1.0</XnaFrameworkVersion>
|
|
|
|
|
<XnaPlatform>Windows</XnaPlatform>
|
|
|
|
|
<XNAGlobalContentPipelineAssemblies>Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll;Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</XNAGlobalContentPipelineAssemblies>
|
|
|
|
|
<XNAProjectContentPipelineAssemblies>
|
|
|
|
|
</XNAProjectContentPipelineAssemblies>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DocumentationFile>Documentation\Nuclex.Windows.Forms.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\x86\Release</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>true</NoStdLib>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<DocumentationFile>Documentation\Nuclex.Windows.Forms.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.Xna.Framework">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Xna.Framework.Game">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="mscorlib">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2007-07-02 18:54:34 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>AssemblyInfo</Name>
|
|
|
|
|
</Compile>
|
2007-07-19 21:16:20 +00:00
|
|
|
|
<Compile Include="Source\AsyncProgressBar\AsyncProgressBar.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>AsyncProgressBar</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\AsyncProgressBar\AsyncProgressBar.Designer.cs">
|
|
|
|
|
<DependentUpon>AsyncProgressBar.cs</DependentUpon>
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>AsyncProgressBar.Designer</Name>
|
|
|
|
|
</Compile>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Compile Include="Source\ContainerListView\ContainerListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ContainerListView</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\ContainerListView\ContainerListView.Designer.cs">
|
|
|
|
|
<DependentUpon>ContainerListView.cs</DependentUpon>
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ContainerListView.Designer</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\ContainerListView\ListViewEmbeddedControl.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ListViewEmbeddedControl</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\ContainerListView\ListViewEmbeddedControlCollection.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ListViewEmbeddedControlCollection</Name>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\EmbeddedControlCollection.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>EmbeddedControlCollection</Name>
|
|
|
|
|
</Compile>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
<Compile Include="Source\ProgressReporter\ProgressReporterForm.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ProgressReporterForm</Name>
|
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>
|
2007-07-22 21:55:35 +00:00
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ProgressReporterForm.Designer</Name>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
</Compile>
|
2007-12-04 20:54:42 +00:00
|
|
|
|
<Compile Include="Source\TrackingBar\ToolStripTrackingBar.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>ToolStripTrackingBar</Name>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2007-04-13 19:31:53 +00:00
|
|
|
|
<Compile Include="Source\TrackingBar\TrackingBar.cs">
|
|
|
|
|
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
|
|
|
|
<Name>TrackingBar</Name>
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Source\TrackingBar\TrackingBar.Designer.cs">
|
|
|
|
|
<DependentUpon>TrackingBar.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Nuclex.Support\Nuclex.Support %28PC%29.csproj">
|
|
|
|
|
<Project>{A696702E-AFAD-45E7-88FA-1E2520E5E746}</Project>
|
|
|
|
|
<Name>Nuclex.Support %28PC%29</Name>
|
|
|
|
|
</ProjectReference>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
</ItemGroup>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Source\ProgressReporter\ProgressReporterForm.resx">
|
|
|
|
|
<DependentUpon>ProgressReporterForm.cs</DependentUpon>
|
2007-07-19 21:16:20 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2007-07-17 19:33:18 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
2007-03-30 19:52:40 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.ContentPipeline.targets" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA\Game Studio Express\v1.0\Microsoft.Xna.Common.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>
|