Skip to content

Commit d3db705

Browse files
committed
Remove DebuggerVisualizers
Set LangVersion 11 for all projects
1 parent 463fa5b commit d3db705

9 files changed

Lines changed: 11 additions & 675 deletions

File tree

CADability.App/CADability.App.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Optimize>true</Optimize>
5858
<OutputPath>bin\RelWithDoc\</OutputPath>
5959
<PlatformTarget>AnyCPU</PlatformTarget>
60-
<LangVersion>7.3</LangVersion>
60+
<LangVersion>11.0</LangVersion>
6161
<Prefer32Bit>true</Prefer32Bit>
6262
</PropertyGroup>
6363

@@ -68,7 +68,7 @@
6868
<Optimize>false</Optimize>
6969
<OutputPath>bin\x64\Debug\</OutputPath>
7070
<PlatformTarget>x64</PlatformTarget>
71-
<LangVersion>7.3</LangVersion>
71+
<LangVersion>11.0</LangVersion>
7272
<Prefer32Bit>true</Prefer32Bit>
7373
</PropertyGroup>
7474

@@ -78,7 +78,7 @@
7878
<Optimize>true</Optimize>
7979
<OutputPath>bin\x64\Release\</OutputPath>
8080
<PlatformTarget>x64</PlatformTarget>
81-
<LangVersion>7.3</LangVersion>
81+
<LangVersion>11.0</LangVersion>
8282
<Prefer32Bit>true</Prefer32Bit>
8383
</PropertyGroup>
8484

@@ -88,7 +88,7 @@
8888
<Optimize>true</Optimize>
8989
<OutputPath>bin\x64\RelWithDoc\</OutputPath>
9090
<PlatformTarget>x64</PlatformTarget>
91-
<LangVersion>7.3</LangVersion>
91+
<LangVersion>11.0</LangVersion>
9292
<Prefer32Bit>true</Prefer32Bit>
9393
</PropertyGroup>
9494

@@ -110,7 +110,6 @@
110110
<!-- NuGet Packages -->
111111
<ItemGroup>
112112
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
113-
<PackageReference Include="netDXF" Version="2.2.0.1" />
114113
</ItemGroup>
115114

116115
<!-- Project References -->
@@ -121,7 +120,6 @@
121120

122121
<!-- Additional files -->
123122
<ItemGroup>
124-
<None Include="CADability.App_TemporaryKey.pfx" />
125123
<None Include="App.config" />
126124
<None Include="Properties\Settings.settings">
127125
<Generator>SettingsSingleFileGenerator</Generator>

CADability.DebuggerVisualizers/CADability.DebuggerVisualizers.csproj

Lines changed: 0 additions & 85 deletions
This file was deleted.
-596 Bytes
Binary file not shown.

CADability.DebuggerVisualizers/DebugForm.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)