BatchRename.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectGuid>{EF18DA15-4C16-4D54-B6DA-9133E7194608}</ProjectGuid>
  5. <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>BatchRename</RootNamespace>
  10. <AssemblyName>BatchRename</AssemblyName>
  11. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <Prefer32Bit>True</Prefer32Bit>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DebugSymbols>True</DebugSymbols>
  22. <DebugType>Full</DebugType>
  23. <Optimize>False</Optimize>
  24. <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DebugSymbols>False</DebugSymbols>
  30. <DebugType>None</DebugType>
  31. <Optimize>True</Optimize>
  32. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  33. <DefineConstants>TRACE</DefineConstants>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Xml" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Program.cs" />
  42. <Compile Include="Properties\AssemblyInfo.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <None Include="app.config" />
  46. </ItemGroup>
  47. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  48. </Project>