LaunchSLClient.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>9.0.21022</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{FFC2EE60-0000-0000-0000-000000000000}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>LaunchSLClient</AssemblyName>
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>Exe</OutputType>
  19. <AppDesignerFolder>
  20. </AppDesignerFolder>
  21. <RootNamespace>LaunchSLClient</RootNamespace>
  22. <StartupObject>
  23. </StartupObject>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  29. <BaseAddress>285212672</BaseAddress>
  30. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  31. <ConfigurationOverrideFile>
  32. </ConfigurationOverrideFile>
  33. <DefineConstants>TRACE;DEBUG</DefineConstants>
  34. <DocumentationFile>
  35. </DocumentationFile>
  36. <DebugSymbols>True</DebugSymbols>
  37. <FileAlignment>4096</FileAlignment>
  38. <Optimize>False</Optimize>
  39. <OutputPath>..\..\..\bin\</OutputPath>
  40. <RegisterForComInterop>False</RegisterForComInterop>
  41. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  42. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  43. <WarningLevel>4</WarningLevel>
  44. <NoWarn>
  45. </NoWarn>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  49. <BaseAddress>285212672</BaseAddress>
  50. <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  51. <ConfigurationOverrideFile>
  52. </ConfigurationOverrideFile>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <DocumentationFile>
  55. </DocumentationFile>
  56. <DebugSymbols>False</DebugSymbols>
  57. <FileAlignment>4096</FileAlignment>
  58. <Optimize>True</Optimize>
  59. <OutputPath>..\..\..\bin\</OutputPath>
  60. <RegisterForComInterop>False</RegisterForComInterop>
  61. <RemoveIntegerChecks>False</RemoveIntegerChecks>
  62. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  63. <WarningLevel>4</WarningLevel>
  64. <NoWarn>
  65. </NoWarn>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="Microsoft.Win32">
  69. <HintPath>Microsoft.Win32.dll</HintPath>
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System">
  73. <HintPath>System.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="System.Collections">
  77. <HintPath>System.Collections.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="System.Collections.Generic">
  81. <HintPath>System.Collections.Generic.dll</HintPath>
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="System.ComponentModel">
  85. <HintPath>System.ComponentModel.dll</HintPath>
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="System.Data">
  89. <HintPath>System.Data.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="System.Diagnostics">
  93. <HintPath>System.Diagnostics.dll</HintPath>
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System.Drawing">
  97. <HintPath>System.Drawing.dll</HintPath>
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="System.IO">
  101. <HintPath>System.IO.dll</HintPath>
  102. <Private>False</Private>
  103. </Reference>
  104. <Reference Include="System.Text">
  105. <HintPath>System.Text.dll</HintPath>
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="System.Text.RegularExpressions">
  109. <HintPath>System.Text.RegularExpressions.dll</HintPath>
  110. <Private>False</Private>
  111. </Reference>
  112. <Reference Include="System.Windows.Forms">
  113. <HintPath>System.Windows.Forms.dll</HintPath>
  114. <Private>False</Private>
  115. </Reference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="Form1.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="Form1.Designer.cs">
  124. <DependentUpon>Form1.cs</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="LauncherException.cs">
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="Program.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="Properties\AssemblyInfo.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <DependentUpon>Properties\Resources.cs</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Properties\Settings.Designer.cs">
  141. <DependentUpon>Properties\Settings.cs</DependentUpon>
  142. <SubType>Code</SubType>
  143. </Compile>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  146. <PropertyGroup>
  147. <PreBuildEvent>
  148. </PreBuildEvent>
  149. <PostBuildEvent>
  150. </PostBuildEvent>
  151. </PropertyGroup>
  152. </Project>