Files
cuetools.net/CUEControls/CUEControls.csproj

95 lines
3.7 KiB
XML
Raw Normal View History

2010-02-08 08:36:26 +00:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2009-05-06 15:04:55 +00:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2010-02-23 15:15:08 +00:00
<ProductVersion>9.0.30729</ProductVersion>
2009-05-06 15:04:55 +00:00
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CA4D64E6-6544-4A29-8BA5-7DB08D50D072}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CUEControls</RootNamespace>
<AssemblyName>CUEControls</AssemblyName>
2010-02-08 08:36:26 +00:00
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
2009-05-06 15:04:55 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
2010-02-23 15:15:08 +00:00
<OutputPath>..\bin\Debug\</OutputPath>
2009-05-06 15:04:55 +00:00
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
2010-02-08 05:06:48 +00:00
<OutputPath>..\bin\Release\</OutputPath>
2009-05-06 15:04:55 +00:00
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2010-03-21 06:29:53 +00:00
<Compile Include="BNComboBox.cs">
<SubType>Component</SubType>
</Compile>
2009-05-06 15:04:55 +00:00
<Compile Include="FileSystemTreeView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="FileSystemTreeView.Designer.cs">
<DependentUpon>FileSystemTreeView.cs</DependentUpon>
</Compile>
2009-06-24 19:40:23 +00:00
<Compile Include="IIconManager.cs" />
2010-03-31 15:44:00 +00:00
<Compile Include="MediaSlider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="MediaSlider.designer.cs">
<DependentUpon>MediaSlider.cs</DependentUpon>
</Compile>
<Compile Include="PeakMeterCtrl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PeakMeterCtrl.designer.cs">
<DependentUpon>PeakMeterCtrl.cs</DependentUpon>
</Compile>
2009-05-06 15:04:55 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2009-06-24 19:40:23 +00:00
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
2009-05-06 15:04:55 +00:00
<Compile Include="ShellIconMgr.cs" />
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
2009-06-24 19:40:23 +00:00
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
2010-03-31 15:44:00 +00:00
<None Include="pmicon.bmp" />
2009-06-24 19:40:23 +00:00
<None Include="Resources\folder.ico" />
</ItemGroup>
2009-05-06 15:04:55 +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>