client/src/Iri.Modernisation.Data/Iri.Modernisation.Data.csproj
changeset 0 249d70e7b32d
child 27 f292db96b050
equal deleted inserted replaced
-1:000000000000 0:249d70e7b32d
       
     1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
       
     2   <PropertyGroup>
       
     3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
       
     4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
       
     5     <ProductVersion>9.0.30729</ProductVersion>
       
     6     <SchemaVersion>2.0</SchemaVersion>
       
     7     <ProjectGuid>{05794257-7163-48E0-B48A-B6666128AC1F}</ProjectGuid>
       
     8     <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
       
     9     <OutputType>Library</OutputType>
       
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
       
    11     <RootNamespace>Iri.Modernisation.Data</RootNamespace>
       
    12     <AssemblyName>Iri.Modernisation.Data</AssemblyName>
       
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
       
    14     <SilverlightApplication>false</SilverlightApplication>
       
    15     <ValidateXaml>true</ValidateXaml>
       
    16     <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
       
    17   </PropertyGroup>
       
    18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
       
    19     <DebugSymbols>true</DebugSymbols>
       
    20     <DebugType>full</DebugType>
       
    21     <Optimize>false</Optimize>
       
    22     <OutputPath>Bin\Debug</OutputPath>
       
    23     <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
       
    24     <NoStdLib>true</NoStdLib>
       
    25     <NoConfig>true</NoConfig>
       
    26     <ErrorReport>prompt</ErrorReport>
       
    27     <WarningLevel>4</WarningLevel>
       
    28   </PropertyGroup>
       
    29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
       
    30     <DebugType>pdbonly</DebugType>
       
    31     <Optimize>true</Optimize>
       
    32     <OutputPath>Bin\Release</OutputPath>
       
    33     <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
       
    34     <NoStdLib>true</NoStdLib>
       
    35     <NoConfig>true</NoConfig>
       
    36     <ErrorReport>prompt</ErrorReport>
       
    37     <WarningLevel>4</WarningLevel>
       
    38   </PropertyGroup>
       
    39   <ItemGroup>
       
    40     <Reference Include="System.Windows" />
       
    41     <Reference Include="mscorlib" />
       
    42     <Reference Include="system" />
       
    43     <Reference Include="System.Core" />
       
    44     <Reference Include="System.Xml" />
       
    45     <Reference Include="System.Net" />
       
    46     <Reference Include="System.Windows.Browser" />
       
    47     <Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
       
    48   </ItemGroup>
       
    49   <ItemGroup>
       
    50     <Compile Include="Ldt\LDTContent.cs" />
       
    51     <Compile Include="Ldt\LDTDecoupage.cs" />
       
    52     <Compile Include="Ldt\LDTDisplay.cs" />
       
    53     <Compile Include="Ldt\LDTEdit.cs" />
       
    54     <Compile Include="Ldt\LDTEditing.cs" />
       
    55     <Compile Include="Ldt\LDTElement.cs" />
       
    56     <Compile Include="Ldt\LDTFile.cs" />
       
    57     <Compile Include="Ldt\LDTInst.cs" />
       
    58     <Compile Include="Ldt\LDTm.cs" />
       
    59     <Compile Include="Ldt\LDTMedia.cs" />
       
    60     <Compile Include="Ldt\LDTProject.cs" />
       
    61     <Compile Include="Ldt\Readers.cs" />
       
    62     <Compile Include="Models\Annotation.cs" />
       
    63     <Compile Include="Models\AnnotationSession.cs" />
       
    64     <Compile Include="Models\PolemicElement.cs" />
       
    65     <Compile Include="Models\PolemicLink.cs" />
       
    66     <Compile Include="Models\SegmentElement.cs" />
       
    67     <Compile Include="Models\SegmentIndex.cs" />
       
    68     <Compile Include="Models\User.cs" />
       
    69     <Compile Include="Models\VideoBook.cs" />
       
    70     <Compile Include="Models\VideoChapter.cs" />
       
    71     <Compile Include="Models\VideoSequence.cs" />
       
    72     <Compile Include="Properties\AssemblyInfo.cs" />
       
    73   </ItemGroup>
       
    74   <ItemGroup>
       
    75     <None Include="ClassDiagram1.cd" />
       
    76   </ItemGroup>
       
    77   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
       
    78   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       
    79        Other similar extension points exist, see Microsoft.Common.targets.
       
    80   <Target Name="BeforeBuild">
       
    81   </Target>
       
    82   <Target Name="AfterBuild">
       
    83   </Target>
       
    84   -->
       
    85   <ProjectExtensions>
       
    86     <VisualStudio>
       
    87       <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
       
    88         <SilverlightProjectProperties />
       
    89       </FlavorProperties>
       
    90     </VisualStudio>
       
    91   </ProjectExtensions>
       
    92 </Project>