92 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			3.7 KiB
		
	
	
	
		
			XML
		
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 | |
|     <ProjectGuid>{A159489E-6552-4734-8EFA-8E031F63C7F6}</ProjectGuid>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <NoStandardLibraries>false</NoStandardLibraries>
 | |
|     <AssemblyName>Robust32</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | |
|     <TargetFrameworkProfile>
 | |
|     </TargetFrameworkProfile>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <PublishUrl>publish\</PublishUrl>
 | |
|     <Install>true</Install>
 | |
|     <InstallFrom>Disk</InstallFrom>
 | |
|     <UpdateEnabled>false</UpdateEnabled>
 | |
|     <UpdateMode>Foreground</UpdateMode>
 | |
|     <UpdateInterval>7</UpdateInterval>
 | |
|     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 | |
|     <UpdatePeriodically>false</UpdatePeriodically>
 | |
|     <UpdateRequired>false</UpdateRequired>
 | |
|     <MapFileExtensions>true</MapFileExtensions>
 | |
|     <ApplicationRevision>0</ApplicationRevision>
 | |
|     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 | |
|     <IsWebBootstrapper>false</IsWebBootstrapper>
 | |
|     <UseApplicationTrust>false</UseApplicationTrust>
 | |
|     <BootstrapperEnabled>true</BootstrapperEnabled>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>..\..\..\bin\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>..\..\..\bin\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | |
|     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <RootNamespace>Robust32</RootNamespace>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup>
 | |
|     <StartupObject>Robust32.Program</StartupObject>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="Robust, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\bin\Robust.exe</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="app.config" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <BootstrapperPackage Include=".NETFramework,Version=v4.0">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>.NET Framework 3.5 SP1</ProductName>
 | |
|       <Install>false</Install>
 | |
|     </BootstrapperPackage>
 | |
|     <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
 | |
|       <Visible>False</Visible>
 | |
|       <ProductName>Windows Installer 4.5</ProductName>
 | |
|       <Install>true</Install>
 | |
|     </BootstrapperPackage>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
 | |
|   <ProjectExtensions>
 | |
|     <VisualStudio AllowExistingFolder="true" />
 | |
|   </ProjectExtensions>
 | |
| </Project> |