<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{FFC2EE60-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>LaunchSLClient</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>Exe</OutputType> <AppDesignerFolder> </AppDesignerFolder> <RootNamespace>LaunchSLClient</RootNamespace> <StartupObject> </StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;DEBUG</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>True</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>False</Optimize> <OutputPath>..\..\..\bin\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <NoWarn> </NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>False</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\..\bin\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <NoWarn> </NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.Win32"> <HintPath>Microsoft.Win32.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System"> <HintPath>System.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Collections"> <HintPath>System.Collections.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Collections.Generic"> <HintPath>System.Collections.Generic.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.ComponentModel"> <HintPath>System.ComponentModel.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Data"> <HintPath>System.Data.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Diagnostics"> <HintPath>System.Diagnostics.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Drawing"> <HintPath>System.Drawing.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.IO"> <HintPath>System.IO.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Text"> <HintPath>System.Text.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Text.RegularExpressions"> <HintPath>System.Text.RegularExpressions.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Windows.Forms"> <HintPath>System.Windows.Forms.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> </ItemGroup> <ItemGroup> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="LauncherException.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Program.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Properties\Resources.Designer.cs"> <DependentUpon>Properties\Resources.cs</DependentUpon> <SubType>Code</SubType> </Compile> <Compile Include="Properties\Settings.Designer.cs"> <DependentUpon>Properties\Settings.cs</DependentUpon> <SubType>Code</SubType> </Compile> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>