-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReSharper.props
30 lines (25 loc) · 1.29 KB
/
ReSharper.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<PropertyGroup>
<NoPackageAnalysis>true</NoPackageAnalysis>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE;DEBUG;JET_MODE_ASSERT</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<SdkVersion>2019.2.3</SdkVersion>
<Title>OneCode</Title>
<Description>This extension adds methods and classes from the repositories of your choice to IntelliSense autocompletion and allows you to automatically add them to the project after autocompletion</Description>
<Copyright>Copyright © havendv, 2019</Copyright>
<Authors>havendv</Authors>
<PackageLicenseUrl />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/HavenDV/OneCode.VSExtension</PackageProjectUrl>
<PackageTags>resharper r# completion onecode</PackageTags>
</PropertyGroup>
<PropertyGroup>
<WaveVersionBase>$(SdkVersion.Substring(2,2))$(SdkVersion.Substring(5,1))</WaveVersionBase>
<WaveVersion>$(WaveVersionBase).0.0$(SdkVersion.Substring(8))</WaveVersion>
</PropertyGroup>
</Project>