aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-06-01 14:20:20 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2016-06-14 06:34:35 +0000
commit7ed3f0af9e2afbc1200e8038e62eda7d0c5a174e (patch)
tree54df41b267be4cffd3f7f26b43af4b3895dfcd5d /src/qtprojectlib/QtProjectLib.csproj
parent8ae962e7adbce4edf8570e8fc4280dac3eb18e4f (diff)
Copy QtProjectLib into src directory.
Change-Id: I5b6b4cc8a2b46f5e5baf157ae22ca480a73c8d21 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj105
1 files changed, 105 insertions, 0 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
new file mode 100644
index 00000000..ce0a15d7
--- /dev/null
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>QtProjectLib</RootNamespace>
+ <AssemblyName>QtProjectLib</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;VS2013</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE;VS2013</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>QtProjectLib.ico</ApplicationIcon>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="CompilerToolWrapper.cs" />
+ <Compile Include="CxxStreamReader.cs" />
+ <Compile Include="DeploymentToolWrapper.cs" />
+ <Compile Include="ExportProjectDialog.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="HelperClasses.cs" />
+ <Compile Include="HelperFunctions.cs" />
+ <Compile Include="ImageButton.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="LinkerToolWrapper.cs" />
+ <Compile Include="Messages.cs" />
+ <Compile Include="MocCmdChecker.cs" />
+ <Compile Include="ProjectExporter.cs" />
+ <Compile Include="ProjectImporter.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="QMakeConf.cs" />
+ <Compile Include="QMakeProcess.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="QProcess.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="QrcParser.cs" />
+ <Compile Include="QtConfig.cs" />
+ <Compile Include="QtModules.cs" />
+ <Compile Include="QtProject.cs" />
+ <Compile Include="QtProjectEngine.cs" />
+ <Compile Include="QtVersionManager.cs" />
+ <Compile Include="QtVSIPSettings.cs" />
+ <Compile Include="RccOptions.cs" />
+ <Compile Include="ResClass.cs" />
+ <Compile Include="Resources.cs" />
+ <Compile Include="VersionInformation.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="ExportProjectDialog.resx">
+ <DependentUpon>ExportProjectDialog.cs</DependentUpon>
+ </EmbeddedResource>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="QtProjectLib.ico" />
+ <EmbeddedResource Include="Resources.resx">
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources\delete.png" />
+ <EmbeddedResource Include="Resources\delete_d.png" />
+ <EmbeddedResource Include="Resources\newitem.png" />
+ <EmbeddedResource Include="Resources\newitem_d.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+ <Reference Include="System" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file