waf-launcher.csproj (1932B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 6 <ProductVersion>9.0.21022</ProductVersion> 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{63E79792-BE8F-4AE5-9A99-99B1AE4D96E3}</ProjectGuid> 9 <OutputType>Exe</OutputType> 10 <RootNamespace>waflauncher</RootNamespace> 11 <AssemblyName>waf</AssemblyName> 12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 13 <ReleaseVersion>1.0</ReleaseVersion> 14 </PropertyGroup> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 16 <DebugSymbols>true</DebugSymbols> 17 <DebugType>full</DebugType> 18 <Optimize>false</Optimize> 19 <OutputPath>bin\Debug</OutputPath> 20 <DefineConstants>DEBUG</DefineConstants> 21 <ErrorReport>prompt</ErrorReport> 22 <WarningLevel>4</WarningLevel> 23 <PlatformTarget>x86</PlatformTarget> 24 <Externalconsole>true</Externalconsole> 25 </PropertyGroup> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 27 <DebugType>none</DebugType> 28 <Optimize>false</Optimize> 29 <OutputPath>bin\Release</OutputPath> 30 <ErrorReport>prompt</ErrorReport> 31 <WarningLevel>4</WarningLevel> 32 <PlatformTarget>x86</PlatformTarget> 33 <Externalconsole>true</Externalconsole> 34 </PropertyGroup> 35 <ItemGroup> 36 <Reference Include="System" /> 37 </ItemGroup> 38 <ItemGroup> 39 <Compile Include="Main.cs" /> 40 <Compile Include="AssemblyInfo.cs" /> 41 </ItemGroup> 42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 43 <ProjectExtensions> 44 <MonoDevelop> 45 <Properties> 46 <Deployment.LinuxDeployData generateScript="false" /> 47 </Properties> 48 </MonoDevelop> 49 </ProjectExtensions> 50 </Project>