NfcNdefTagReader.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>{2CC14932-8F7A-426F-8997-767E860B1410}</ProjectGuid>
  9. <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>NfcNDefTagReader</RootNamespace>
  13. <AssemblyName>NfcNDefTagReader</AssemblyName>
  14. <TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
  15. <TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
  16. <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
  17. <SilverlightApplication>true</SilverlightApplication>
  18. <SupportedCultures>
  19. </SupportedCultures>
  20. <XapOutputs>true</XapOutputs>
  21. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  22. <XapFilename>NfcNDefTagReader_$(Configuration)_$(Platform).xap</XapFilename>
  23. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  24. <SilverlightAppEntry>NfcNdefTagReader.App</SilverlightAppEntry>
  25. <ValidateXaml>true</ValidateXaml>
  26. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  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. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <OutputPath>Bin\x86\Debug</OutputPath>
  55. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  56. <NoStdLib>true</NoStdLib>
  57. <NoConfig>true</NoConfig>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. </PropertyGroup>
  61. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  62. <DebugType>pdbonly</DebugType>
  63. <Optimize>true</Optimize>
  64. <OutputPath>Bin\x86\Release</OutputPath>
  65. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  66. <NoStdLib>true</NoStdLib>
  67. <NoConfig>true</NoConfig>
  68. <ErrorReport>prompt</ErrorReport>
  69. <WarningLevel>4</WarningLevel>
  70. </PropertyGroup>
  71. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|ARM' ">
  72. <DebugSymbols>true</DebugSymbols>
  73. <DebugType>full</DebugType>
  74. <Optimize>false</Optimize>
  75. <OutputPath>Bin\ARM\Debug</OutputPath>
  76. <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  77. <NoStdLib>true</NoStdLib>
  78. <NoConfig>true</NoConfig>
  79. <ErrorReport>prompt</ErrorReport>
  80. <WarningLevel>4</WarningLevel>
  81. </PropertyGroup>
  82. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|ARM' ">
  83. <DebugType>pdbonly</DebugType>
  84. <Optimize>true</Optimize>
  85. <OutputPath>Bin\ARM\Release</OutputPath>
  86. <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
  87. <NoStdLib>true</NoStdLib>
  88. <NoConfig>true</NoConfig>
  89. <ErrorReport>prompt</ErrorReport>
  90. <WarningLevel>4</WarningLevel>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <Compile Include="App.xaml.cs">
  94. <DependentUpon>App.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="LocalizedStrings.cs" />
  97. <Compile Include="MainPage.xaml.cs">
  98. <DependentUpon>MainPage.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="NdefRecord.cs" />
  101. <Compile Include="NdefRecordTypeDefinitions.cs" />
  102. <Compile Include="NdefRecordUtility.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. <Compile Include="Resources\AppResources.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>AppResources.resx</DependentUpon>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ApplicationDefinition Include="App.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </ApplicationDefinition>
  115. <Page Include="MainPage.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="Properties\AppManifest.xml" />
  122. <None Include="Properties\WMAppManifest.xml">
  123. <SubType>Designer</SubType>
  124. </None>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Content Include="Assets\NFC-device.png" />
  128. <Content Include="Assets\Tiles\NfcNdefTagReader-large.png" />
  129. <Content Include="Assets\Tiles\NfcNdefTagReader-medium.png" />
  130. <Content Include="Assets\Tiles\NfcNdefTagReader-small.png" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <EmbeddedResource Include="Resources\AppResources.resx">
  134. <Generator>PublicResXFileCodeGenerator</Generator>
  135. <LastGenOutput>AppResources.Designer.cs</LastGenOutput>
  136. </EmbeddedResource>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
  139. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  140. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  141. Other similar extension points exist, see Microsoft.Common.targets.
  142. <Target Name="BeforeBuild">
  143. </Target>
  144. <Target Name="AfterBuild">
  145. </Target>
  146. -->
  147. <ProjectExtensions />
  148. </Project>