IDTemplate.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{70259950-E5B9-4C9A-853E-ED8589E58892}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>IDTemplate</RootNamespace>
  13. <AssemblyName>IDTemplate</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  16. <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
  17. <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
  18. <SilverlightApplication>true</SilverlightApplication>
  19. <SupportedCultures>
  20. </SupportedCultures>
  21. <XapOutputs>true</XapOutputs>
  22. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  23. <XapFilename>IDTemplate.xap</XapFilename>
  24. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  25. <SilverlightAppEntry>IDTemplate.App</SilverlightAppEntry>
  26. <ValidateXaml>true</ValidateXaml>
  27. <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>Bin\Debug</OutputPath>
  34. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  35. <NoStdLib>true</NoStdLib>
  36. <NoConfig>true</NoConfig>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>Bin\Release</OutputPath>
  44. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  45. <NoStdLib>true</NoStdLib>
  46. <NoConfig>true</NoConfig>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Advertising.Mobile, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  52. <Reference Include="Microsoft.Advertising.Mobile.UI, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  53. <Reference Include="Microsoft.Devices.Sensors" />
  54. <Reference Include="Microsoft.Phone" />
  55. <Reference Include="Microsoft.Phone.Controls, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e" />
  56. <Reference Include="Microsoft.Phone.Interop" />
  57. <Reference Include="Microsoft.Xna.Framework" />
  58. <Reference Include="System.Windows" />
  59. <Reference Include="system" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Net" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="mscorlib.extensions" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="App.xaml.cs">
  67. <DependentUpon>App.xaml</DependentUpon>
  68. </Compile>
  69. <Compile Include="Business.xaml.cs">
  70. <DependentUpon>Business.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="CamView.xaml.cs">
  73. <DependentUpon>CamView.xaml</DependentUpon>
  74. </Compile>
  75. <Compile Include="Employee.xaml.cs">
  76. <DependentUpon>Employee.xaml</DependentUpon>
  77. </Compile>
  78. <Compile Include="MainPage.xaml.cs">
  79. <DependentUpon>MainPage.xaml</DependentUpon>
  80. </Compile>
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="Student.xaml.cs">
  83. <DependentUpon>Student.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="Visiting.xaml.cs">
  86. <DependentUpon>Visiting.xaml</DependentUpon>
  87. </Compile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ApplicationDefinition Include="App.xaml">
  91. <SubType>Designer</SubType>
  92. <Generator>MSBuild:Compile</Generator>
  93. </ApplicationDefinition>
  94. <Page Include="Business.xaml">
  95. <SubType>Designer</SubType>
  96. <Generator>MSBuild:Compile</Generator>
  97. </Page>
  98. <Page Include="CamView.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </Page>
  102. <Page Include="Employee.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. <Page Include="MainPage.xaml">
  107. <SubType>Designer</SubType>
  108. <Generator>MSBuild:Compile</Generator>
  109. </Page>
  110. <Page Include="Student.xaml">
  111. <SubType>Designer</SubType>
  112. <Generator>MSBuild:Compile</Generator>
  113. </Page>
  114. <Page Include="Visiting.xaml">
  115. <SubType>Designer</SubType>
  116. <Generator>MSBuild:Compile</Generator>
  117. </Page>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Properties\AppManifest.xml" />
  121. <None Include="Properties\WMAppManifest.xml" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="ApplicationIcon.png">
  125. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  126. </Content>
  127. <Content Include="Background.png">
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </Content>
  130. <Resource Include="Images\pieni.jpg" />
  131. <Resource Include="Images\images.jpg" />
  132. <Resource Include="Images\Sample.jpg" />
  133. <Content Include="SplashScreenImage.jpg" />
  134. </ItemGroup>
  135. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
  136. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. <ProjectExtensions />
  145. </Project>