PageRenderTime 35ms CodeModel.GetById 8ms RepoModel.GetById 0ms app.codeStats 1ms

/Visual Studio 2008/CSWPFAnimationWhenDataChanged/CSWPFAnimationWhenDataChanged.csproj

#
MSBuild | 113 lines | 113 code | 0 blank | 0 comment | 0 complexity | bb26f885eb00f811d321607b0ad258aa 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>{EE111798-52E7-47FB-9030-D3423134F9F8}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSWPFAnimationWhenDataChanged</RootNamespace>
  12. <AssemblyName>CSWPFAnimationWhenDataChanged</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="UIAutomationTypes">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="WindowsBase" />
  55. <Reference Include="PresentationCore" />
  56. <Reference Include="PresentationFramework" />
  57. <Reference Include="WPFToolkit, Version=3.5.40128.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ApplicationDefinition Include="App.xaml">
  61. <Generator>MSBuild:Compile</Generator>
  62. <SubType>Designer</SubType>
  63. </ApplicationDefinition>
  64. <Page Include="MainWindow.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </Page>
  68. <Compile Include="App.xaml.cs">
  69. <DependentUpon>App.xaml</DependentUpon>
  70. <SubType>Code</SubType>
  71. </Compile>
  72. <Compile Include="MainWindow.xaml.cs">
  73. <DependentUpon>MainWindow.xaml</DependentUpon>
  74. <SubType>Code</SubType>
  75. </Compile>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="DataModel.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs">
  80. <SubType>Code</SubType>
  81. </Compile>
  82. <Compile Include="Properties\Resources.Designer.cs">
  83. <AutoGen>True</AutoGen>
  84. <DesignTime>True</DesignTime>
  85. <DependentUpon>Resources.resx</DependentUpon>
  86. </Compile>
  87. <Compile Include="Properties\Settings.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Settings.settings</DependentUpon>
  90. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  91. </Compile>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. </EmbeddedResource>
  96. <None Include="Properties\Settings.settings">
  97. <Generator>SettingsSingleFileGenerator</Generator>
  98. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  99. </None>
  100. <AppDesigner Include="Properties\" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Resource Include="Readme.txt" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>