mirror of
https://github.com/digital-jellyfish/Virtu.git
synced 2024-11-28 07:49:22 +00:00
2167383a00
Upgraded to FxCop 10.0. Dropped Silverlight Toolkit dependency (for now). Modified AudioService to avoid deadlocks by using timeouts. Refactored DebugService and implementations. Modified SilverlightVideoService to handle browser zoom. Split Wpf MainWindow into MainPage child control. --HG-- extra : convert_revision : svn%3Affd33b8c-2492-42e0-bdc5-587b920b7d6d/trunk%4048619
137 lines
5.3 KiB
XML
137 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{93900841-7250-4D3A-837E-43EE3FD118DC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Jellyfish.Library</RootNamespace>
|
|
<AssemblyName>Jellyfish.Library</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;WINDOWS;CODE_ANALYSIS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE;WINDOWS;CODE_ANALYSIS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\AssemblyCommentAttribute.cs">
|
|
<Link>AssemblyCommentAttribute.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\DirectSound.cs">
|
|
<Link>DirectSound.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\DirectSoundInterop.cs">
|
|
<Link>DirectSoundInterop.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\DispatcherExtensions.cs">
|
|
<Link>DispatcherExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\FrameRateCounter.xaml.cs">
|
|
<Link>FrameRateCounter.xaml.cs</Link>
|
|
<DependentUpon>FrameRateCounter.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="..\GCHandleHelpers.cs">
|
|
<Link>GCHandleHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GeneralSecurity.cs">
|
|
<Link>GeneralSecurity.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\GlobalSuppressions.cs">
|
|
<Link>GlobalSuppressions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\IEnumerableExtensions.cs">
|
|
<Link>IEnumerableExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\MarshalHelpers.cs">
|
|
<Link>MarshalHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\MathHelpers.cs">
|
|
<Link>MathHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SafeAllocHandle.cs">
|
|
<Link>SafeAllocHandle.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SafeFileHandle.cs">
|
|
<Link>SafeFileHandle.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\SingletonFactory.cs">
|
|
<Link>SingletonFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\StreamExtensions.cs">
|
|
<Link>StreamExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\StringBuilderExtensions.cs">
|
|
<Link>StringBuilderExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\ThreadExtensions.cs">
|
|
<Link>ThreadExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\WaitHandleExtensions.cs">
|
|
<Link>WaitHandleExtensions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\WaveFormat.cs">
|
|
<Link>WaveFormat.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\XmlSerializerHelpers.cs">
|
|
<Link>XmlSerializerHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ApplicationBase.cs" />
|
|
<Compile Include="WindowExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="..\FrameRateCounter.xaml">
|
|
<Link>FrameRateCounter.xaml</Link>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CodeAnalysisDictionary Include="..\CustomDictionary.xml">
|
|
<Link>CustomDictionary.xml</Link>
|
|
</CodeAnalysisDictionary>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\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> |