1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>10.0.20506</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{5424CF29-908E-417E-93F3-F1CD81E5372C}</ProjectGuid> 9 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 10 <OutputType>Library</OutputType> 11 <AppDesignerFolder>Properties</AppDesignerFolder> 12 <RootNamespace>CodecApp</RootNamespace> 13 <AssemblyName>CodecApp</AssemblyName> 14 <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier> 15 <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> 16 <SilverlightVersion> 17 </SilverlightVersion> 18 <SilverlightApplication>true</SilverlightApplication> 19 <SupportedCultures> 20 </SupportedCultures> 21 <XapOutputs>true</XapOutputs> 22 <GenerateSilverlightManifest>true</GenerateSilverlightManifest> 23 <XapFilename>CodecApp_$(Configuration)_$(Platform).xap</XapFilename> 24 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> 25 <SilverlightAppEntry>CodecApp.App</SilverlightAppEntry> 26 <ValidateXaml>true</ValidateXaml> 27 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 28 <ThrowErrorsInValidation>true</ThrowErrorsInValidation> 29 <TargetFrameworkProfile /> 30 <DefaultLanguage>en-US</DefaultLanguage> 31 </PropertyGroup> 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 33 <DebugSymbols>true</DebugSymbols> 34 <DebugType>full</DebugType> 35 <Optimize>false</Optimize> 36 <OutputPath>Bin\Debug</OutputPath> 37 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 38 <NoStdLib>true</NoStdLib> 39 <NoConfig>true</NoConfig> 40 <ErrorReport>prompt</ErrorReport> 41 <WarningLevel>4</WarningLevel> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 44 <DebugType>pdbonly</DebugType> 45 <Optimize>true</Optimize> 46 <OutputPath>Bin\Release</OutputPath> 47 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 48 <NoStdLib>true</NoStdLib> 49 <NoConfig>true</NoConfig> 50 <ErrorReport>prompt</ErrorReport> 51 <WarningLevel>4</WarningLevel> 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 54 <DebugSymbols>true</DebugSymbols> 55 <DebugType>full</DebugType> 56 <Optimize>false</Optimize> 57 <OutputPath>Bin\x86\Debug</OutputPath> 58 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 59 <NoStdLib>true</NoStdLib> 60 <NoConfig>true</NoConfig> 61 <ErrorReport>prompt</ErrorReport> 62 <WarningLevel>4</WarningLevel> 63 <PlatformTarget /> 64 </PropertyGroup> 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 66 <DebugType>pdbonly</DebugType> 67 <Optimize>true</Optimize> 68 <OutputPath>Bin\x86\Release</OutputPath> 69 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 70 <NoStdLib>true</NoStdLib> 71 <NoConfig>true</NoConfig> 72 <ErrorReport>prompt</ErrorReport> 73 <WarningLevel>4</WarningLevel> 74 <PlatformTarget /> 75 </PropertyGroup> 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' "> 77 <DebugSymbols>true</DebugSymbols> 78 <DebugType>full</DebugType> 79 <Optimize>false</Optimize> 80 <OutputPath>Bin\ARM\Debug</OutputPath> 81 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 82 <NoStdLib>true</NoStdLib> 83 <NoConfig>true</NoConfig> 84 <ErrorReport>prompt</ErrorReport> 85 <WarningLevel>4</WarningLevel> 86 <PlatformTarget /> 87 </PropertyGroup> 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' "> 89 <DebugType>pdbonly</DebugType> 90 <Optimize>true</Optimize> 91 <OutputPath>Bin\ARM\Release</OutputPath> 92 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> 93 <NoStdLib>true</NoStdLib> 94 <NoConfig>true</NoConfig> 95 <ErrorReport>prompt</ErrorReport> 96 <WarningLevel>4</WarningLevel> 97 <PlatformTarget /> 98 </PropertyGroup> 99 <ItemGroup> 100 <Compile Include="App.xaml.cs"> 101 <DependentUpon>App.xaml</DependentUpon> 102 </Compile> 103 <Compile Include="LocalizedStrings.cs" /> 104 <Compile Include="MainPage.xaml.cs"> 105 <DependentUpon>MainPage.xaml</DependentUpon> 106 </Compile> 107 <Compile Include="Properties\AssemblyInfo.cs" /> 108 <Compile Include="Resources\AppResources.Designer.cs"> 109 <AutoGen>True</AutoGen> 110 <DesignTime>True</DesignTime> 111 <DependentUpon>AppResources.resx</DependentUpon> 112 </Compile> 113 </ItemGroup> 114 <ItemGroup> 115 <ApplicationDefinition Include="App.xaml"> 116 <SubType>Designer</SubType> 117 <Generator>MSBuild:Compile</Generator> 118 </ApplicationDefinition> 119 <Page Include="MainPage.xaml"> 120 <SubType>Designer</SubType> 121 <Generator>MSBuild:Compile</Generator> 122 </Page> 123 </ItemGroup> 124 <ItemGroup> 125 <Content Include="Assets\BadgeLogo.png" /> 126 <Content Include="Assets\Logo.png" /> 127 <Content Include="Assets\SplashScreen.png" /> 128 <Content Include="Assets\SquareTile150x150.png" /> 129 <Content Include="Assets\SquareTile71x71.png" /> 130 <Content Include="Assets\StoreLogo.png" /> 131 <Content Include="Assets\WideLogo.png" /> 132 <Content Include="BAMQ1_JVC_C.264"> 133 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 134 </Content> 135 <Content Include="BA1_FT_C.264"> 136 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 137 </Content> 138 <Content Include="BA_MW_D.264"> 139 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 140 </Content> 141 <None Include="CiscoVT2people_160x96_6fps.yuv"> 142 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 143 </None> 144 <None Include="layer2.cfg"> 145 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 146 </None> 147 <AppxManifest Include="Package.appxmanifest"> 148 <SubType>Designer</SubType> 149 </AppxManifest> 150 <None Include="Properties\AppManifest.xml" /> 151 <None Include="Properties\WMAppManifest.xml"> 152 <SubType>Designer</SubType> 153 </None> 154 <Content Include="openh264.dll"> 155 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 156 </Content> 157 <Content Include="welsenc.cfg"> 158 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 159 </Content> 160 </ItemGroup> 161 <ItemGroup> 162 <Content Include="Assets\AlignmentGrid.png" /> 163 <Content Include="Assets\ApplicationIcon.png"> 164 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 165 </Content> 166 <Content Include="Assets\Tiles\FlipCycleTileLarge.png"> 167 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 168 </Content> 169 <Content Include="Assets\Tiles\FlipCycleTileMedium.png"> 170 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 171 </Content> 172 <Content Include="Assets\Tiles\FlipCycleTileSmall.png"> 173 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 174 </Content> 175 <Content Include="Assets\Tiles\IconicTileMediumLarge.png"> 176 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 177 </Content> 178 <Content Include="Assets\Tiles\IconicTileSmall.png"> 179 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 180 </Content> 181 </ItemGroup> 182 <ItemGroup> 183 <EmbeddedResource Include="Resources\AppResources.resx"> 184 <Generator>PublicResXFileCodeGenerator</Generator> 185 <LastGenOutput>AppResources.Designer.cs</LastGenOutput> 186 </EmbeddedResource> 187 </ItemGroup> 188 <ItemGroup> 189 <ProjectReference Include="..\CodecRTComponent.vcxproj"> 190 <Project>{fe5bf241-f4ea-4b94-b36a-23511e5908ec}</Project> 191 <Name>CodecRTComponent</Name> 192 </ProjectReference> 193 </ItemGroup> 194 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" /> 195 <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" /> 196 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 197 Other similar extension points exist, see Microsoft.Common.targets. 198 <Target Name="BeforeBuild"> 199 </Target> 200 <Target Name="AfterBuild"> 201 </Target> 202 --> 203 <ProjectExtensions /> 204 <PropertyGroup> 205 <PreBuildEvent>copy /y ..\..\..\..\..\..\..\..\bin\$(Platform)\$(Configuration)\openh264.dll ..\..\..\ 206copy /y ..\..\..\..\..\..\..\..\res\*.yuv ..\..\..\ 207copy /y ..\..\..\..\..\..\..\..\res\B*.264 ..\..\..\ 208</PreBuildEvent> 209 </PropertyGroup> 210</Project>