client/src/Iri.Modernisation.Data/Iri.Modernisation.Data.csproj
author Matthieu Totet
Tue, 05 Jan 2010 15:53:48 +0100
changeset 28 2d4ec5ab2a40
parent 27 f292db96b050
child 29 5f8d275750e7
permissions -rw-r--r--
Commit Before SL4

<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{05794257-7163-48E0-B48A-B6666128AC1F}</ProjectGuid>
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Iri.Modernisation.Data</RootNamespace>
    <AssemblyName>Iri.Modernisation.Data</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <SilverlightApplication>false</SilverlightApplication>
    <ValidateXaml>true</ValidateXaml>
    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>Bin\Debug</OutputPath>
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>Bin\Release</OutputPath>
    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System.Windows" />
    <Reference Include="mscorlib" />
    <Reference Include="system" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Net" />
    <Reference Include="System.Windows.Browser" />
    <Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Ldt\LDTContent.cs" />
    <Compile Include="Ldt\LDTDecoupage.cs" />
    <Compile Include="Ldt\LDTDisplay.cs" />
    <Compile Include="Ldt\LDTEdit.cs" />
    <Compile Include="Ldt\LDTEditing.cs" />
    <Compile Include="Ldt\LDTElement.cs" />
    <Compile Include="Ldt\LDTFile.cs" />
    <Compile Include="Ldt\LDTInst.cs" />
    <Compile Include="Ldt\LDTm.cs" />
    <Compile Include="Ldt\LDTMedia.cs" />
    <Compile Include="Ldt\LDTProject.cs" />
    <Compile Include="Ldt\Readers.cs" />
    <Compile Include="Models\Annotation.cs" />
    <Compile Include="Models\PolemicTypeDescription.cs" />
    <Compile Include="Models\AnnotationSession.cs" />
    <Compile Include="Models\FactoryVideoLivre.cs" />
    <Compile Include="Models\PolemicElement.cs" />
    <Compile Include="Models\PolemicLink.cs" />
    <Compile Include="Models\SegmentElement.cs" />
    <Compile Include="Models\SegmentIndex.cs" />
    <Compile Include="Models\User.cs" />
    <Compile Include="Models\VideoBook.cs" />
    <Compile Include="Models\VideoChapter.cs" />
    <Compile Include="Models\VideoChapterDescription.cs" />
    <Compile Include="Models\VideoSequence.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="ClassDiagram1.cd" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.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>
  -->
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
        <SilverlightProjectProperties />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>