Resources.csproj 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{77EC70E4-F69F-4929-AA4B-3CA90D467F7D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Resources</RootNamespace>
  12. <AssemblyName>Resources</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>..\bin\Debug\</OutputPath>
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>..\bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <DebugSymbols>true</DebugSymbols>
  32. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  33. </PropertyGroup>
  34. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  35. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  36. Other similar extension points exist, see Microsoft.Common.targets.
  37. <Target Name="BeforeBuild">
  38. </Target>
  39. <Target Name="AfterBuild">
  40. </Target>
  41. -->
  42. <ItemGroup>
  43. <Compile Include="AssemblyInfo.cs" />
  44. <Compile Include="DefaultResourceManager.cs" />
  45. <Compile Include="ResourceManager.cs" />
  46. </ItemGroup>
  47. </Project>