Robust32.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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)' == '' ">x86</Platform>
  6. <ProjectGuid>{A159489E-6552-4734-8EFA-8E031F63C7F6}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <NoStandardLibraries>false</NoStandardLibraries>
  9. <AssemblyName>Robust32</AssemblyName>
  10. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  11. <TargetFrameworkProfile>
  12. </TargetFrameworkProfile>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>..\..\..\bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <PlatformTarget>x86</PlatformTarget>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>..\..\..\bin\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  49. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <RootNamespace>Robust32</RootNamespace>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject>Robust32.Program</StartupObject>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="Robust, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\bin\Robust.exe</HintPath>
  62. </Reference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Program.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="app.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  73. <Visible>False</Visible>
  74. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  75. <Install>true</Install>
  76. </BootstrapperPackage>
  77. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  78. <Visible>False</Visible>
  79. <ProductName>.NET Framework 3.5 SP1</ProductName>
  80. <Install>false</Install>
  81. </BootstrapperPackage>
  82. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  83. <Visible>False</Visible>
  84. <ProductName>Windows Installer 4.5</ProductName>
  85. <Install>true</Install>
  86. </BootstrapperPackage>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
  89. <ProjectExtensions>
  90. <VisualStudio AllowExistingFolder="true" />
  91. </ProjectExtensions>
  92. </Project>