PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSWPFNavigationUsage/CSWPFNavigationUsage.csproj

#
MSBuild | 127 lines | 127 code | 0 blank | 0 comment | 0 complexity | f9b6a830753ec4a043e56a181d76c201 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{043158EF-B1FD-47B4-B748-3B7334026C99}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSWPFNavigationUsage</RootNamespace>
  12. <AssemblyName>CSWPFNavigationUsage</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core">
  38. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System.Xml.Linq">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Data.DataSetExtensions">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="UIAutomationProvider">
  49. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="WindowsBase">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="PresentationCore">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="PresentationFramework">
  58. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ApplicationDefinition Include="App.xaml">
  63. <Generator>MSBuild:Compile</Generator>
  64. <SubType>Designer</SubType>
  65. </ApplicationDefinition>
  66. <Page Include="FramePage.xaml">
  67. <SubType>Designer</SubType>
  68. <Generator>MSBuild:Compile</Generator>
  69. </Page>
  70. <Page Include="MainPage.xaml">
  71. <SubType>Designer</SubType>
  72. <Generator>MSBuild:Compile</Generator>
  73. </Page>
  74. <Page Include="Page1.xaml">
  75. <SubType>Designer</SubType>
  76. <Generator>MSBuild:Compile</Generator>
  77. </Page>
  78. <Compile Include="App.xaml.cs">
  79. <DependentUpon>App.xaml</DependentUpon>
  80. <SubType>Code</SubType>
  81. </Compile>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="FramePage.xaml.cs">
  85. <DependentUpon>FramePage.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="MainPage.xaml.cs">
  88. <DependentUpon>MainPage.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="Page1.xaml.cs">
  91. <DependentUpon>Page1.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\AssemblyInfo.cs">
  94. <SubType>Code</SubType>
  95. </Compile>
  96. <Compile Include="Properties\Resources.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. </Compile>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. <EmbeddedResource Include="Properties\Resources.resx">
  107. <Generator>ResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  109. </EmbeddedResource>
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. <AppDesigner Include="Properties\" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Resource Include="image.jpg" />
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>