Skip to content

Commit 80c932d

Browse files
committed
first commit ForAutoCAD2023 .net wizard
1 parent cc2cc82 commit 80c932d

File tree

16 files changed

+49
-12
lines changed

16 files changed

+49
-12
lines changed

AutoCAD CSharp plug-in/Template Data/MyTemplate.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
22
<TemplateData>
3-
<Name>AutoCAD 2022 CSharp plug-in</Name>
3+
<Name>AutoCAD 2023 CSharp plug-in</Name>
44
<Description>This is a basic AutoCAD Plugin in C#</Description>
55
<ProjectType>CSharp</ProjectType>
66
<LanguageTag>C#</LanguageTag>

AutoCAD VB plug-in/AutoCAD VB plug-in.vbproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@
152152
</BootstrapperPackage>
153153
</ItemGroup>
154154
<ItemGroup>
155-
<None Include="Settings.settings" />
155+
<None Include="Settings.settings">
156+
<Generator>SettingsSingleFileGenerator</Generator>
157+
<LastGenOutput>Settings1.Designer.vb</LastGenOutput>
158+
</None>
156159
<None Include="Template Data\MyTemplate.vstemplate">
157160
<SubType>Designer</SubType>
158161
</None>
@@ -162,6 +165,11 @@
162165
<None Include="My Project\MyApplication.myapp" />
163166
</ItemGroup>
164167
<ItemGroup>
168+
<Compile Include="Settings1.Designer.vb">
169+
<AutoGen>True</AutoGen>
170+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
171+
<DependentUpon>Settings.settings</DependentUpon>
172+
</Compile>
165173
<None Include="Application.Designer.vb" />
166174
<None Include="AssemblyInfo.vb" />
167175
<None Include="Resources.Designer.vb" />

AutoCAD VB plug-in/Settings1.Designer.vb

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AutoCAD VB plug-in/Template Data/MyTemplate.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
22
<TemplateData>
3-
<Name>AutoCAD 2022 VB plug-in</Name>
3+
<Name>AutoCAD 2023 VB plug-in</Name>
44
<Description>This is a basic AutoCAD Plugin in VB.net</Description>
55
<ProjectType>VisualBasic</ProjectType>
66
<LanguageTag>Visual Basic</LanguageTag>

AutoCADNetWizardsInstaller/AutoCADNetWizards.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
4545
</Target>
4646
<PropertyGroup>
47-
<PostBuildEvent>del /F $(SolutionDir)AutoCAD_2022_dotnet_wizards.zip
48-
7z a -tzip $(SolutionDir)AutoCAD_2022_dotnet_wizards.zip $(TargetDir)$(SolutionName).msi</PostBuildEvent>
47+
<PostBuildEvent>del /F $(SolutionDir)AutoCAD_2023_dotnet_wizards.zip
48+
7z a -tzip $(SolutionDir)AutoCAD_2023_dotnet_wizards.zip $(TargetDir)$(SolutionName).msi</PostBuildEvent>
4949
</PropertyGroup>
5050
<!--
5151
To modify your build process, add your task inside one of the targets below and uncomment it.

AutoCADNetWizardsInstaller/AutoCADNetWizards.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Codepage="1252"
1212
Language="1033"
1313
Manufacturer="Autodesk"
14-
Name="AutoCAD 2022 .NET Wizards"
14+
Name="AutoCAD 2023 .NET Wizards"
1515
UpgradeCode="$(var.UpgradeCode)"
1616
Version="$(var.ProductVersion)"
1717
>
-91 Bytes
Binary file not shown.
283 KB
Binary file not shown.
0 Bytes
Binary file not shown.

AutoCADNetWizardsInstaller/Output/AutoCAD CSharp plug-in/MyTemplate.vstemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
22
<TemplateData>
3-
<Name>AutoCAD 2022 CSharp plug-in</Name>
3+
<Name>AutoCAD 2023 CSharp plug-in</Name>
44
<Description>This is a basic AutoCAD Plugin in C#</Description>
55
<ProjectType>CSharp</ProjectType>
66
<LanguageTag>C#</LanguageTag>

0 commit comments

Comments
 (0)