Desenvolver e Download de Software Open Source

Browse Subversion Repository

Contents of /trunk/Boare.Lib.Media/Boare.Lib.Media.csproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Thu Jun 25 14:16:22 2009 UTC (14 years, 10 months ago) by kbinani
File size: 3967 byte(s)


1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.21022</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{F4F8F601-4E3D-43F5-A8A8-AA1FB7F48452}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Boare.Lib.Media</RootNamespace>
11 <AssemblyName>Boare.Lib.Media</AssemblyName>
12 <FileUpgradeFlags>
13 </FileUpgradeFlags>
14 <OldToolsVersion>2.0</OldToolsVersion>
15 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28 <DocumentationFile>Boare.Lib.Media.xml</DocumentationFile>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
38 <DocumentationFile>Boare.Lib.Media.xml</DocumentationFile>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41 <PlatformTarget>x86</PlatformTarget>
42 <OutputPath>bin\x86\Debug\</OutputPath>
43 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
44 <DefineConstants>DEBUG</DefineConstants>
45 <DocumentationFile>bin\x86\Debug\Boare.Lib.Media.XML</DocumentationFile>
46 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48 <PlatformTarget>x86</PlatformTarget>
49 <OutputPath>bin\x86\Release\</OutputPath>
50 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
51 <DocumentationFile>bin\x86\Release\Boare.Lib.Media.XML</DocumentationFile>
52 </PropertyGroup>
53 <ItemGroup>
54 <Reference Include="System" />
55 <Reference Include="System.Data" />
56 <Reference Include="System.Drawing" />
57 <Reference Include="System.Windows.Forms" />
58 <Reference Include="System.Xml" />
59 </ItemGroup>
60 <ItemGroup>
61 <Compile Include="AviReader.cs" />
62 <Compile Include="AviWriterVcm.cs" />
63 <Compile Include="IAviWriter.cs" />
64 <Compile Include="MediaPlayer.cs" />
65 <Compile Include="MidiInDevice.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="RawAvi2Writer.cs" />
68 <Compile Include="PipedAviWriter.cs" />
69 <Compile Include="Util.cs" />
70 <Compile Include="VCM.cs" />
71 <Compile Include="VFW.cs" />
72 <Compile Include="AviWriterVfw.cs" />
73 <Compile Include="Wave.cs" />
74 <Compile Include="WavePlay.cs" />
75 <Compile Include="WaveReader.cs" />
76 <Compile Include="WaveWriter.cs" />
77 </ItemGroup>
78 <ItemGroup>
79 <ProjectReference Include="..\bocoree\bocoree.csproj">
80 <Project>{C8AAE632-9C6C-4372-8175-811528A66742}</Project>
81 <Name>bocoree</Name>
82 </ProjectReference>
83 </ItemGroup>
84 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
85 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86 Other similar extension points exist, see Microsoft.Common.targets.
87 <Target Name="BeforeBuild">
88 </Target>
89 <Target Name="AfterBuild">
90 </Target>
91 -->
92 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26