Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 57b1b6a

Browse files
committed
update to Revit 2019
1 parent 05866ed commit 57b1b6a

File tree

11 files changed

+187
-7
lines changed

11 files changed

+187
-7
lines changed

AssemblyVersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// You can specify all the values or you can default the Build and Revision Numbers
1010
// by using the '*' as shown below:
1111
// [assembly: AssemblyVersion("1.0.*")]
12-
[assembly: AssemblyVersion("2.2.0")]
13-
[assembly: AssemblyFileVersion("2.2.0")]
12+
[assembly: AssemblyVersion("2.2.1")]
13+
[assembly: AssemblyFileVersion("2.2.1")]

BCFier.exe

79.6 KB
Binary file not shown.

BCFier.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ Global
2020
Debug-2016|Any CPU = Debug-2016|Any CPU
2121
Debug-2017|Any CPU = Debug-2017|Any CPU
2222
Debug-2018|Any CPU = Debug-2018|Any CPU
23+
Debug-2019|Any CPU = Debug-2019|Any CPU
2324
Release|Any CPU = Release|Any CPU
2425
Release-2015|Any CPU = Release-2015|Any CPU
2526
Release-2016|Any CPU = Release-2016|Any CPU
2627
Release-2017|Any CPU = Release-2017|Any CPU
2728
Release-2018|Any CPU = Release-2018|Any CPU
29+
Release-2019|Any CPU = Release-2019|Any CPU
2830
EndGlobalSection
2931
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3032
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@@ -37,6 +39,8 @@ Global
3739
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug-2017|Any CPU.Build.0 = Debug|Any CPU
3840
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug-2018|Any CPU.ActiveCfg = Debug|Any CPU
3941
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug-2018|Any CPU.Build.0 = Debug|Any CPU
42+
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug-2019|Any CPU.ActiveCfg = Debug|Any CPU
43+
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Debug-2019|Any CPU.Build.0 = Debug|Any CPU
4044
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
4145
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release|Any CPU.Build.0 = Release|Any CPU
4246
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2015|Any CPU.ActiveCfg = Release|Any CPU
@@ -47,6 +51,8 @@ Global
4751
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2017|Any CPU.Build.0 = Release|Any CPU
4852
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2018|Any CPU.ActiveCfg = Release|Any CPU
4953
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2018|Any CPU.Build.0 = Release|Any CPU
54+
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2019|Any CPU.ActiveCfg = Release|Any CPU
55+
{503CE2C1-09D7-4F15-BB42-86196EE01ED4}.Release-2019|Any CPU.Build.0 = Release|Any CPU
5056
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5157
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2015|Any CPU.ActiveCfg = Debug-2015|Any CPU
5258
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2015|Any CPU.Build.0 = Debug-2015|Any CPU
@@ -56,6 +62,8 @@ Global
5662
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2017|Any CPU.Build.0 = Debug-2017|Any CPU
5763
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2018|Any CPU.ActiveCfg = Debug-2018|Any CPU
5864
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2018|Any CPU.Build.0 = Debug-2018|Any CPU
65+
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2019|Any CPU.ActiveCfg = Debug-2019|Any CPU
66+
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Debug-2019|Any CPU.Build.0 = Debug-2019|Any CPU
5967
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release|Any CPU.ActiveCfg = Release|Any CPU
6068
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release|Any CPU.Build.0 = Release|Any CPU
6169
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2015|Any CPU.ActiveCfg = Release-2015|Any CPU
@@ -66,6 +74,8 @@ Global
6674
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2017|Any CPU.Build.0 = Release-2017|Any CPU
6775
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2018|Any CPU.ActiveCfg = Release-2018|Any CPU
6876
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2018|Any CPU.Build.0 = Release-2018|Any CPU
77+
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2019|Any CPU.ActiveCfg = Release-2019|Any CPU
78+
{2D132990-5674-42DF-93BF-55BA8FDC6A23}.Release-2019|Any CPU.Build.0 = Release-2019|Any CPU
6979
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7080
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
7181
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2015|Any CPU.ActiveCfg = Debug|Any CPU
@@ -76,6 +86,8 @@ Global
7686
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2017|Any CPU.Build.0 = Debug|Any CPU
7787
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2018|Any CPU.ActiveCfg = Debug|Any CPU
7888
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2018|Any CPU.Build.0 = Debug|Any CPU
89+
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2019|Any CPU.ActiveCfg = Debug|Any CPU
90+
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Debug-2019|Any CPU.Build.0 = Debug|Any CPU
7991
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
8092
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release|Any CPU.Build.0 = Release|Any CPU
8193
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2015|Any CPU.ActiveCfg = Release|Any CPU
@@ -86,6 +98,8 @@ Global
8698
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2017|Any CPU.Build.0 = Release|Any CPU
8799
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2018|Any CPU.ActiveCfg = Release|Any CPU
88100
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2018|Any CPU.Build.0 = Release|Any CPU
101+
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2019|Any CPU.ActiveCfg = Release|Any CPU
102+
{3C03085B-63AD-4890-AC2C-A4DE31AF1A6B}.Release-2019|Any CPU.Build.0 = Release|Any CPU
89103
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90104
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
91105
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug-2015|Any CPU.ActiveCfg = Debug-2015|Any CPU
@@ -95,6 +109,7 @@ Global
95109
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug-2017|Any CPU.ActiveCfg = Debug-2017|Any CPU
96110
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug-2017|Any CPU.Build.0 = Debug-2017|Any CPU
97111
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug-2018|Any CPU.ActiveCfg = Debug-2017|Any CPU
112+
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Debug-2019|Any CPU.ActiveCfg = Debug-2017|Any CPU
98113
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
99114
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release|Any CPU.Build.0 = Release|Any CPU
100115
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release-2015|Any CPU.ActiveCfg = Release-2015|Any CPU
@@ -104,6 +119,7 @@ Global
104119
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release-2017|Any CPU.ActiveCfg = Release-2017|Any CPU
105120
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release-2017|Any CPU.Build.0 = Release-2017|Any CPU
106121
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release-2018|Any CPU.ActiveCfg = Release-2017|Any CPU
122+
{CAF05B60-6A81-489D-B966-7B94F0D69AC7}.Release-2019|Any CPU.ActiveCfg = Release-2019|Any CPU
107123
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
108124
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug|Any CPU.Build.0 = Debug|Any CPU
109125
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2015|Any CPU.ActiveCfg = Debug|Any CPU
@@ -114,6 +130,8 @@ Global
114130
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2017|Any CPU.Build.0 = Debug|Any CPU
115131
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2018|Any CPU.ActiveCfg = Debug|Any CPU
116132
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2018|Any CPU.Build.0 = Debug|Any CPU
133+
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2019|Any CPU.ActiveCfg = Debug|Any CPU
134+
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Debug-2019|Any CPU.Build.0 = Debug|Any CPU
117135
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release|Any CPU.ActiveCfg = Release|Any CPU
118136
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release|Any CPU.Build.0 = Release|Any CPU
119137
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2015|Any CPU.ActiveCfg = Release|Any CPU
@@ -124,8 +142,13 @@ Global
124142
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2017|Any CPU.Build.0 = Release|Any CPU
125143
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2018|Any CPU.ActiveCfg = Release|Any CPU
126144
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2018|Any CPU.Build.0 = Release|Any CPU
145+
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2019|Any CPU.ActiveCfg = Release|Any CPU
146+
{4CD7CA76-A40E-4DF4-831D-36B64818CC69}.Release-2019|Any CPU.Build.0 = Release|Any CPU
127147
EndGlobalSection
128148
GlobalSection(SolutionProperties) = preSolution
129149
HideSolutionNode = FALSE
130150
EndGlobalSection
151+
GlobalSection(ExtensibilityGlobals) = postSolution
152+
SolutionGuid = {440C743A-A1DD-46EA-A56F-5A92471914C6}
153+
EndGlobalSection
131154
EndGlobal

Bcfier.Navisworks/Bcfier.Navisworks.csproj

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,25 @@
141141
<PropertyGroup>
142142
<StartupObject />
143143
</PropertyGroup>
144+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-2019|AnyCPU'">
145+
<DebugSymbols>true</DebugSymbols>
146+
<OutputPath>bin\Debug-2019\</OutputPath>
147+
<DefineConstants>TRACE;DEBUG;Version2017</DefineConstants>
148+
<DebugType>full</DebugType>
149+
<PlatformTarget>x64</PlatformTarget>
150+
<ErrorReport>prompt</ErrorReport>
151+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
152+
</PropertyGroup>
153+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-2019|AnyCPU'">
154+
<OutputPath>bin\Release-2019\</OutputPath>
155+
<DefineConstants>TRACE;RELEASE;Version2017</DefineConstants>
156+
<Optimize>true</Optimize>
157+
<WarningLevel>0</WarningLevel>
158+
<DebugType>pdbonly</DebugType>
159+
<PlatformTarget>AnyCPU</PlatformTarget>
160+
<ErrorReport>prompt</ErrorReport>
161+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
162+
</PropertyGroup>
144163
<!-- MULTIVERSION CONFIGURATION END -->
145164
<ItemGroup>
146165
<!-- REVIT API References -->

Bcfier.Revit/Bcfier.Revit.csproj

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,39 @@
175175
<Prefer32Bit>false</Prefer32Bit>
176176
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
177177
</PropertyGroup>
178+
<!-- 2019 -->
179+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-2019|AnyCPU'">
180+
<DebugSymbols>true</DebugSymbols>
181+
<OutputPath>bin\Debug-2019\</OutputPath>
182+
<DefineConstants>TRACE;DEBUG;Version2019</DefineConstants>
183+
<DebugType>full</DebugType>
184+
<PlatformTarget>x64</PlatformTarget>
185+
<ErrorReport>prompt</ErrorReport>
186+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
187+
<RevitVersion>2019</RevitVersion>
188+
<AssemblyName>$(AssemblyName)</AssemblyName>
189+
<Prefer32Bit>false</Prefer32Bit>
190+
<StartAction>Program</StartAction>
191+
<StartProgram>C:\Program Files\Autodesk\Revit 2019\Revit.exe</StartProgram>
192+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
193+
</PropertyGroup>
194+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-2019|AnyCPU'">
195+
<OutputPath>bin\Release-2019\</OutputPath>
196+
<DefineConstants>TRACE;RELEASE;Version2019</DefineConstants>
197+
<Optimize>true</Optimize>
198+
<DebugType>pdbonly</DebugType>
199+
<PlatformTarget>AnyCPU</PlatformTarget>
200+
<ErrorReport>prompt</ErrorReport>
201+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
202+
<RevitVersion>2019</RevitVersion>
203+
<AssemblyName>$(AssemblyName)</AssemblyName>
204+
<WarningLevel>0</WarningLevel>
205+
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
206+
None
207+
</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
208+
<Prefer32Bit>false</Prefer32Bit>
209+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
210+
</PropertyGroup>
178211
<!-- MULTIVERSION CONFIGURATION END -->
179212
<ItemGroup>
180213
<!-- MULTIVERSION REVIT API REFERENCES START -->
@@ -226,6 +259,19 @@
226259
<HintPath>C:\Program Files\Autodesk\Revit 2018\RevitAPIIFC.dll</HintPath>
227260
<Private>False</Private>
228261
</Reference>
262+
<!-- 2019 -->
263+
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Debug-2019'">
264+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
265+
<Private>False</Private>
266+
</Reference>
267+
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Debug-2019'">
268+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPIUI.dll</HintPath>
269+
<Private>False</Private>
270+
</Reference>
271+
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Debug-2019'">
272+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPIIFC.dll</HintPath>
273+
<Private>False</Private>
274+
</Reference>
229275
<!-- RELEASE -->
230276
<!-- 2015 -->
231277
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release-2015'">
@@ -279,6 +325,19 @@
279325
<HintPath>C:\Program Files\Autodesk\Revit 2018\RevitAPIIFC.dll</HintPath>
280326
<Private>False</Private>
281327
</Reference>
328+
<!-- 2019 -->
329+
<Reference Include="RevitAPI" Condition="'$(Configuration)' == 'Release-2019'">
330+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPI.dll</HintPath>
331+
<Private>False</Private>
332+
</Reference>
333+
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release-2019'">
334+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPIUI.dll</HintPath>
335+
<Private>False</Private>
336+
</Reference>
337+
<Reference Include="RevitAPIUI" Condition="'$(Configuration)' == 'Release-2019'">
338+
<HintPath>C:\Program Files\Autodesk\Revit 2019\RevitAPIIFC.dll</HintPath>
339+
<Private>False</Private>
340+
</Reference>
282341
<!-- MULTIVERSION REVIT API REFERENCES END -->
283342
<Reference Include="RevitAPIUI">
284343
<HintPath>C:\Program Files\Autodesk\Revit 2016\RevitAPIUI.dll</HintPath>
@@ -373,7 +432,7 @@
373432
<!-- MULTIVERSION POST BUILD EVENTS START -->
374433
<!-- COPIES ALL DLLS AND .ADDIN MANIFEST TO THE RELATIVE REVIT ADDIN FOLDER -->
375434
<Target Name="AfterBuild">
376-
<CallTarget Condition="'$(Configuration)' == 'Debug-2015' Or '$(Configuration)' == 'Debug-2016' Or '$(Configuration)' == 'Debug-2017' Or '$(Configuration)' == 'Debug-2018'" Targets="AfterBuildDebug" />
435+
<CallTarget Condition="'$(Configuration)' == 'Debug-2015' Or '$(Configuration)' == 'Debug-2016' Or '$(Configuration)' == 'Debug-2017' Or '$(Configuration)' == 'Debug-2018' Or '$(Configuration)' == 'Debug-2019'" Targets="AfterBuildDebug" />
377436
</Target>
378437
<Target Name="AfterBuildDebug">
379438
<ItemGroup>

Bcfier.Revit/Data/RevitUtils.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,15 @@ public static ViewOrientation3D ConvertBasePoint(Document doc, XYZ c, XYZ view,
3030
//if BPL is set to 0,0,0 not always it corresponds to Revit's origin
3131

3232
XYZ origin = new XYZ(0, 0, 0);
33+
#if Version2019
34+
35+
ProjectPosition position = doc.ActiveProjectLocation.GetProjectPosition(origin);
36+
37+
#else
3338
ProjectPosition position = doc.ActiveProjectLocation.get_ProjectPosition(origin);
3439

40+
#endif
41+
3542
int i = (negative) ? -1 : 1;
3643

3744
x = i * position.EastWest;

Bcfier.Revit/Entry/CmdMain.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ namespace Bcfier.Revit.Entry
1515
[Regeneration(RegenerationOption.Manual)]
1616
public class CmdMain : IExternalCommand
1717
{
18-
#if Version2018
18+
19+
#if Version2019
20+
21+
public const string RevitVersion = "2019";
22+
23+
#elif Version2018
1924

2025
public const string RevitVersion = "2018";
2126

@@ -33,6 +38,7 @@ public class CmdMain : IExternalCommand
3338

3439

3540
#endif
41+
3642

3743

3844
internal static CmdMain ThisCmd = null;

Bcfier.Win/Bcfier.Win.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,24 @@
130130
<ErrorReport>prompt</ErrorReport>
131131
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
132132
</PropertyGroup>
133+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-2019|AnyCPU'">
134+
<DebugSymbols>true</DebugSymbols>
135+
<OutputPath>bin\Debug-2019\</OutputPath>
136+
<DefineConstants>DEBUG;TRACE</DefineConstants>
137+
<DebugType>full</DebugType>
138+
<PlatformTarget>AnyCPU</PlatformTarget>
139+
<ErrorReport>prompt</ErrorReport>
140+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
141+
</PropertyGroup>
142+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-2019|AnyCPU'">
143+
<OutputPath>bin\Release-2019\</OutputPath>
144+
<DefineConstants>TRACE</DefineConstants>
145+
<Optimize>true</Optimize>
146+
<DebugType>pdbonly</DebugType>
147+
<PlatformTarget>AnyCPU</PlatformTarget>
148+
<ErrorReport>prompt</ErrorReport>
149+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
150+
</PropertyGroup>
133151
<ItemGroup>
134152
<Reference Include="System" />
135153
<Reference Include="System.Data" />

Bcfier.XbimXplorer/Bcfier.XbimXplorer.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,26 @@
5656
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5757
<Prefer32Bit>true</Prefer32Bit>
5858
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-2019|AnyCPU'">
60+
<DebugSymbols>true</DebugSymbols>
61+
<OutputPath>bin\Debug-2019\</OutputPath>
62+
<DefineConstants>DEBUG;TRACE</DefineConstants>
63+
<DebugType>full</DebugType>
64+
<PlatformTarget>AnyCPU</PlatformTarget>
65+
<ErrorReport>prompt</ErrorReport>
66+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67+
<Prefer32Bit>true</Prefer32Bit>
68+
</PropertyGroup>
69+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-2019|AnyCPU'">
70+
<OutputPath>bin\Release-2019\</OutputPath>
71+
<DefineConstants>TRACE</DefineConstants>
72+
<Optimize>true</Optimize>
73+
<DebugType>pdbonly</DebugType>
74+
<PlatformTarget>AnyCPU</PlatformTarget>
75+
<ErrorReport>prompt</ErrorReport>
76+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
77+
<Prefer32Bit>true</Prefer32Bit>
78+
</PropertyGroup>
5979
<ItemGroup>
6080
<Reference Include="Esent.Interop, Version=1.9.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
6181
<HintPath>..\packages\ManagedEsent.1.9.4\lib\net40\Esent.Interop.dll</HintPath>

Bcfier/Bcfier.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,24 @@
118118
<ErrorReport>prompt</ErrorReport>
119119
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
120120
</PropertyGroup>
121+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-2019|AnyCPU'">
122+
<DebugSymbols>true</DebugSymbols>
123+
<OutputPath>bin\Debug-2019\</OutputPath>
124+
<DefineConstants>DEBUG;TRACE</DefineConstants>
125+
<DebugType>full</DebugType>
126+
<PlatformTarget>AnyCPU</PlatformTarget>
127+
<ErrorReport>prompt</ErrorReport>
128+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
129+
</PropertyGroup>
130+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-2019|AnyCPU'">
131+
<OutputPath>bin\Release-2019\</OutputPath>
132+
<DefineConstants>TRACE</DefineConstants>
133+
<Optimize>true</Optimize>
134+
<DebugType>pdbonly</DebugType>
135+
<PlatformTarget>AnyCPU</PlatformTarget>
136+
<ErrorReport>prompt</ErrorReport>
137+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
138+
</PropertyGroup>
121139
<ItemGroup>
122140
<Reference Include="GongSolutions.Wpf.DragDrop, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
123141
<HintPath>..\packages\gong-wpf-dragdrop.1.1.0\lib\net45\GongSolutions.Wpf.DragDrop.dll</HintPath>

0 commit comments

Comments
 (0)