mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
Fix.
This commit is contained in:
parent
18b304308b
commit
3f41cf40ad
1 changed files with 2 additions and 14 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Cosmos.VS.ProjectSystem</RootNamespace>
|
<RootNamespace>Cosmos.VS.ProjectSystem</RootNamespace>
|
||||||
<AssemblyName>Cosmos.VS.ProjectSystem</AssemblyName>
|
<AssemblyName>Cosmos.VS.ProjectSystem</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
||||||
<GeneratePkgDefFile>true</GeneratePkgDefFile>
|
<GeneratePkgDefFile>true</GeneratePkgDefFile>
|
||||||
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
|
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
|
||||||
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
|
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
|
||||||
|
|
@ -365,18 +365,6 @@
|
||||||
<ProjectBasePath>..\MPF\12.0\</ProjectBasePath>
|
<ProjectBasePath>..\MPF\12.0\</ProjectBasePath>
|
||||||
<RegisterWithCodebase>true</RegisterWithCodebase>
|
<RegisterWithCodebase>true</RegisterWithCodebase>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Target Name="IncludeNETStandardFacadeInVSIX" AfterTargets="ImplicitlyExpandNETStandardFacades">
|
|
||||||
<ItemGroup>
|
|
||||||
<Content Include="@(_NETStandardLibraryNETFrameworkLib)" Condition="%(Filename) == 'netstandard'">
|
|
||||||
<IncludeInVSIX>True</IncludeInVSIX>
|
|
||||||
<VSIXSubPath>/</VSIXSubPath>
|
|
||||||
</Content>
|
|
||||||
<Content Include="..\..\packages\System.Data.Common.4.1.0\lib\net451\System.Data.Common.dll">
|
|
||||||
<IncludeInVSIX>True</IncludeInVSIX>
|
|
||||||
<VSIXSubPath>/</VSIXSubPath>
|
|
||||||
</Content>
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
<Import Project="$(ProjectBasePath)\ProjectBase.Files" />
|
<Import Project="$(ProjectBasePath)\ProjectBase.Files" />
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue