1 Star 0 Fork 0

hgyxbll / WP-Syntax.LiveWriter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WP-Syntax.LiveWriter.Plugins.csproj 4.45 KB
一键复制 编辑 原始数据 按行查看 历史
<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.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{75A47BB2-87B8-460D-96A2-4872AE01D942}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WPSyntaxFramework.LiveWriter.Plugins</RootNamespace>
<AssemblyName>WP-Syntax.LiveWriter.Plugins</AssemblyName>
<StartupObject>
</StartupObject>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ManifestCertificateThumbprint>9BE5F9946BEC8BA607BB24B81BD00053B0C09F6B</ManifestCertificateThumbprint>
<ManifestKeyFile>CodemarksFramework.LiveWriter.Plugins_TemporaryKey.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests>
<SignManifests>false</SignManifests>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SignAssembly>false</SignAssembly>
<DelaySign>true</DelaySign>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsLive.Writer.Api, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>Lib\WindowsLive.Writer.Api.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="GlobalSet.cs" />
<Compile Include="LiveWriterAdapter.cs" />
<Compile Include="FrmLiveWriterPlug.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmLiveWriterPlug.Designer.cs">
<DependentUpon>FrmLiveWriterPlug.cs</DependentUpon>
</Compile>
<Compile Include="Profile.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FrmLiveWriterPlug.resx">
<SubType>Designer</SubType>
<DependentUpon>FrmLiveWriterPlug.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>
-->
<PropertyGroup>
<PostBuildEvent>XCOPY /D /Y /R "$(TargetPath)" "D:\Program Files\Windows Live\Writer\Plugins"
XCOPY /D /Y /R "$(ProjectDir)\other\make_syntax.rb" "D:\Program Files\Windows Live\Writer\Plugins\WP-Syntax.LiveWriter.Plugins"
XCOPY /D /Y /R "$(ProjectDir)\other\main.config" "D:\Program Files\Windows Live\Writer\Plugins\WP-Syntax.LiveWriter.Plugins"
XCOPY /D /Y /R "$(ProjectDir)\other\common.css" "D:\Program Files\Windows Live\Writer\Plugins\WP-Syntax.LiveWriter.Plugins"</PostBuildEvent>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/hgyxbll/WP-Syntax.LiveWriter.git
git@gitee.com:hgyxbll/WP-Syntax.LiveWriter.git
hgyxbll
WP-Syntax.LiveWriter
WP-Syntax.LiveWriter
master

搜索帮助