Fix Project Files, Contained a SD Relative Path
This commit is contained in:
Родитель
9e5ecc0e0c
Коммит
e7304b22eb
|
@ -11,8 +11,7 @@
|
|||
<NoStdLib>False</NoStdLib>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<OutputPath>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\</OutputPath>
|
||||
<DocumentationFile>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\ICSharpCode.WpfDesign.Designer.xml</DocumentationFile>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<NoWarn>1591</NoWarn>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<SignAssembly>True</SignAssembly>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>ICSharpCode.WpfDesign.Tests</RootNamespace>
|
||||
<AssemblyName>ICSharpCode.WpfDesign.Tests</AssemblyName>
|
||||
<OutputPath>..\..\..\..\..\..\bin\UnitTests\</OutputPath>
|
||||
<OutputPath>..\..\bin\UnitTests\</OutputPath>
|
||||
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||||
<NoStdLib>False</NoStdLib>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
|
||||
<RunCodeAnalysis>False</RunCodeAnalysis>
|
||||
<CodeAnalysisRules>-Microsoft.Globalization#CA1303;-Microsoft.Performance#CA1800</CodeAnalysisRules>
|
||||
<OutputPath>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\</OutputPath>
|
||||
<DocumentationFile>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\ICSharpCode.WpfDesign.XamlDom.xml</DocumentationFile>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
|
||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>ICSharpCode.WpfDesign</RootNamespace>
|
||||
<AssemblyName>ICSharpCode.WpfDesign</AssemblyName>
|
||||
<DocumentationFile>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\ICSharpCode.WpfDesign.xml</DocumentationFile>
|
||||
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
||||
<NoStdLib>False</NoStdLib>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
@ -17,7 +16,7 @@
|
|||
</AssemblyOriginatorKeyFile>
|
||||
<DelaySign>False</DelaySign>
|
||||
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
|
||||
<OutputPath>..\..\..\..\..\..\AddIns\DisplayBindings\WpfDesign\</OutputPath>
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<RunCodeAnalysis>False</RunCodeAnalysis>
|
||||
<CodeAnalysisRules>-Microsoft.Globalization#CA1303</CodeAnalysisRules>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
|
|
20
appveyor.yml
20
appveyor.yml
|
@ -17,26 +17,26 @@ after_build:
|
|||
- ps: .\nuget\pack.ps1
|
||||
|
||||
test_script:
|
||||
nunit-console WpfDesign.Designer\Tests\obj\Debug\ICSharpCode.WpfDesign.Tests.dll /framework:net-4.5
|
||||
nunit-console bin\UnitTests\ICSharpCode.WpfDesign.Tests.dll /framework:net-4.5
|
||||
|
||||
artifacts:
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.dll
|
||||
- path: bin\ICSharpCode.WpfDesign.Designer.dll
|
||||
name: ICSharpCode.WpfDesign.Designer.dll
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.pdb
|
||||
- path: bin\ICSharpCode.WpfDesign.Designer.pdb
|
||||
name: ICSharpCode.WpfDesign.Designer.pdb
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.xml
|
||||
- path: bin\ICSharpCode.WpfDesign.Designer.xml
|
||||
name: ICSharpCode.WpfDesign.Designer.xml
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.dll
|
||||
- path: bin\ICSharpCode.WpfDesign.dll
|
||||
name: ICSharpCode.WpfDesign.dll
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.pdb
|
||||
- path: bin\ICSharpCode.WpfDesign.pdb
|
||||
name: ICSharpCode.WpfDesign.pdb
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.xml
|
||||
- path: bin\ICSharpCode.WpfDesign.xml
|
||||
name: ICSharpCode.WpfDesign.xml
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.dll
|
||||
- path: bin\ICSharpCode.WpfDesign.XamlDom.dll
|
||||
name: ICSharpCode.WpfDesign.XamlDom.dll
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.pdb
|
||||
- path: bin\ICSharpCode.WpfDesign.XamlDom.pdb
|
||||
name: ICSharpCode.WpfDesign.XamlDom.pdb
|
||||
- path: XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.xml
|
||||
- path: bin\ICSharpCode.WpfDesign.XamlDom.xml
|
||||
name: ICSharpCode.WpfDesign.XamlDom.xml
|
||||
- path: '**\WpfDesigner.*.nupkg'
|
||||
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
<copyright>Copyright 2015</copyright>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.dll" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.pdb" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.Designer.xml" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.dll" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.pdb" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.xml" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.dll" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.pdb" target="lib\net40" />
|
||||
<file src="..\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.XamlDom.xml" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.Designer.dll" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.Designer.pdb" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.Designer.xml" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.dll" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.pdb" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.xml" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.XamlDom.dll" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.XamlDom.pdb" target="lib\net40" />
|
||||
<file src="..\bin\ICSharpCode.WpfDesign.XamlDom.xml" target="lib\net40" />
|
||||
</files>
|
||||
</package>
|
||||
|
|
|
@ -2,7 +2,7 @@ $root = (split-path -parent $MyInvocation.MyCommand.Definition) + '\..'
|
|||
|
||||
Write-Host "root: $root"
|
||||
|
||||
$version = [System.Reflection.Assembly]::LoadFile("$root\XamlDesigner\bin\Debug\ICSharpCode.WpfDesign.dll").GetName().Version
|
||||
$version = [System.Reflection.Assembly]::LoadFile("$root\bin\ICSharpCode.WpfDesign.dll").GetName().Version
|
||||
$versionStr = "{0}.{1}.{2}" -f ($version.Major, $version.Minor, $version.Build)
|
||||
|
||||
Write-Host "Setting .nuspec version tag to $versionStr"
|
||||
|
|
Загрузка…
Ссылка в новой задаче