root/csharp/FlashDevelop/plugin/FlexPMDPlugin/trunk/FlexPMDPlugin.csproj

リビジョン 3089, 3.8 kB (コミッタ: bkzen, コミット時期: 3 年 前)

FlexPMD のプラグインうp

Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{DE2A959C-068F-4181-BDBF-53A427EBB146}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>FlexPMDPlugin</RootNamespace>
12     <AssemblyName>FlexPMDPlugin</AssemblyName>
13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkSubset>
16     </TargetFrameworkSubset>
17     <StartupObject>
18     </StartupObject>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>..\..\FlashDevelop\Bin\Debug\Plugins\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36   </PropertyGroup>
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38     <DebugSymbols>true</DebugSymbols>
39     <OutputPath>bin\x86\Debug\</OutputPath>
40     <DefineConstants>DEBUG;TRACE</DefineConstants>
41     <DebugType>full</DebugType>
42     <PlatformTarget>x86</PlatformTarget>
43     <ErrorReport>prompt</ErrorReport>
44   </PropertyGroup>
45   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46     <OutputPath>bin\x86\Release\</OutputPath>
47     <DefineConstants>TRACE</DefineConstants>
48     <Optimize>true</Optimize>
49     <DebugType>pdbonly</DebugType>
50     <PlatformTarget>x86</PlatformTarget>
51     <ErrorReport>prompt</ErrorReport>
52   </PropertyGroup>
53   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55        Other similar extension points exist, see Microsoft.Common.targets.
56   <Target Name="BeforeBuild">
57   </Target>
58   <Target Name="AfterBuild">
59   </Target>
60   -->
61   <ItemGroup>
62     <Reference Include="PluginCore, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
63       <SpecificVersion>False</SpecificVersion>
64       <HintPath>..\..\PluginCore\Bin\Debug\PluginCore.dll</HintPath>
65     </Reference>
66     <Reference Include="System" />
67     <Reference Include="System.Data" />
68     <Reference Include="System.Design" />
69     <Reference Include="System.Drawing" />
70     <Reference Include="System.Windows.Forms" />
71     <Reference Include="System.Xml" />
72   </ItemGroup>
73   <ItemGroup>
74     <None Include="app.config" />
75   </ItemGroup>
76   <ItemGroup>
77     <Compile Include="PluginMain.cs" />
78     <Compile Include="Pmd\FlexPMD.cs" />
79     <Compile Include="Pmd\FlexPMDAnt.cs" />
80     <Compile Include="Properties\AssemblyInfo.cs" />
81     <Compile Include="Properties\Resources.Designer.cs">
82       <AutoGen>True</AutoGen>
83       <DesignTime>True</DesignTime>
84       <DependentUpon>Resources.resx</DependentUpon>
85     </Compile>
86     <Compile Include="Settings.cs" />
87   </ItemGroup>
88   <ItemGroup>
89     <EmbeddedResource Include="Properties\Resources.resx">
90       <Generator>ResXFileCodeGenerator</Generator>
91       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
92     </EmbeddedResource>
93   </ItemGroup>
94 </Project>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。