wixbinding.csproj
来自「SharpDevelop2.0.0 c#开发免费工具」· CSPROJ 代码 · 共 70 行
CSPROJ
70 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.40607</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{e1b288a2-08ee-4318-8bbb-8ab72c69e33e}</ProjectGuid>
<RootNamespace>ICSharpCode.WixBinding</RootNamespace>
<AssemblyName>WixBinding</AssemblyName>
<OutputTarget>Library</OutputTarget>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoConfig>False</NoConfig>
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\WixBinding\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>False</DebugSymbols>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\WixBinding\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="ICSharpCode.Core.dll">
<HintPath>..\..\..\..\..\bin\ICSharpCode.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ICSharpCode.TextEditor.dll">
<HintPath>..\..\..\..\..\bin\ICSharpCode.TextEditor.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ICSharpCode.XmlForms.dll">
<HintPath>..\..\..\..\..\bin\ICSharpCode.XmlForms.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SharpDevelop.Base.dll">
<HintPath>..\..\..\..\..\bin\SharpDevelop.Base.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Src\WixLanguageBinding.cs" />
<Compile Include="Src\WixCompilerManager.cs" />
<Compile Include="Src\WixExecutionManager.cs" />
<Compile Include="Src\Project\WixCompilerParameters.cs" />
<Compile Include="Src\Project\WixProject.cs" />
<Compile Include="Src\Gui\CompilerParametersPanel.cs" />
<Compile Include="Src\Gui\LinkerParametersPanel.cs" />
<Compile Include="Src\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="WixBinding.addin">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Templates\WixProject.xpt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?