1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{0E7A7AE5-0D9D-4608-A959-FD0C90E06841}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >SolidEdgeCommunity</RootNamespace >
11
- <AssemblyName >SolidEdge.Community</AssemblyName >
12
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
4
+ <TargetFramework >NET40</TargetFramework >
5
+ <Version >110.0.0</Version >
6
+ <Authors >Jason Newell</Authors >
7
+ <Company >Jason Newell</Company >
8
+ <Description >Community provided package for automating Solid Edge.</Description >
9
+ <PackageLicenseUrl >https://github.com/SolidEdgeCommunity/SolidEdge.Community/blob/master/LICENSE.md</PackageLicenseUrl >
10
+ <PackageProjectUrl >https://github.com/SolidEdgeCommunity/SolidEdge.Community</PackageProjectUrl >
11
+ <PackageIconUrl >https://raw.githubusercontent.com/SolidEdgeCommunity/SolidEdge.Community/master/media/icon.png</PackageIconUrl >
12
+ <RepositoryUrl >https://github.com/SolidEdgeCommunity/SolidEdge.Community.git</RepositoryUrl >
13
+ <RepositoryType >git</RepositoryType >
14
+ <PackageTags >interop solidedge community contrib</PackageTags >
15
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
16
</PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <DebugSymbols >true</DebugSymbols >
17
- <DebugType >full</DebugType >
18
- <Optimize >false</Optimize >
19
- <OutputPath >bin\Debug\</OutputPath >
20
- <DefineConstants >DEBUG;TRACE</DefineConstants >
21
- <ErrorReport >prompt</ErrorReport >
22
- <WarningLevel >4</WarningLevel >
23
- </PropertyGroup >
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
- <DebugType >pdbonly</DebugType >
26
- <Optimize >true</Optimize >
27
- <OutputPath >bin\Release\</OutputPath >
28
- <DefineConstants >TRACE</DefineConstants >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- <DocumentationFile >bin\Release\SolidEdge.Community.xml</DocumentationFile >
17
+
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
19
+ <DocumentationFile >bin\Release\net40\SolidEdge.Community.xml</DocumentationFile >
32
20
</PropertyGroup >
21
+
33
22
<ItemGroup >
34
- <Reference Include =" Interop.SolidEdge, Version=109.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
35
- <HintPath >..\packages\Interop.SolidEdge.109.0.0\lib\net40\Interop.SolidEdge.dll</HintPath >
36
- <Private >True</Private >
37
- </Reference >
38
- <Reference Include =" System" />
39
- <Reference Include =" System.Core" />
40
- <Reference Include =" System.Drawing" />
41
- <Reference Include =" System.Windows.Forms" />
42
- <Reference Include =" System.Xml.Linq" />
43
- <Reference Include =" System.Data.DataSetExtensions" />
44
- <Reference Include =" Microsoft.CSharp" />
45
- <Reference Include =" System.Data" />
46
- <Reference Include =" System.Xml" />
23
+ <PackageReference Include =" Interop.SolidEdge" Version =" [110.0.0, 111.0.0)" >
24
+ <PrivateAssets >None</PrivateAssets >
25
+ </PackageReference >
47
26
</ItemGroup >
27
+
48
28
<ItemGroup >
49
- <Compile Include =" ConnectionPointController.cs" />
50
- <Compile Include =" ConnectionPointControllerBase.cs" />
51
- <Compile Include =" EventSink.cs" />
52
- <Compile Include =" Extensions\Arc3DExtensions.cs" />
53
- <Compile Include =" Extensions\AssemblyDocumentExtensions.cs" />
54
- <Compile Include =" Extensions\DraftDocumentExtensions.cs" />
55
- <Compile Include =" Extensions\DrawingViewExtensions.cs" />
56
- <Compile Include =" Extensions\Line3DExtensions.cs" />
57
- <Compile Include =" Extensions\OccurrenceExtensions.cs" />
58
- <Compile Include =" Extensions\PartDocumentExtensions.cs" />
59
- <Compile Include =" Extensions\SectionExtensions.cs" />
60
- <Compile Include =" Extensions\SheetMetalDocumentExtensions.cs" />
61
- <Compile Include =" Extensions\SolidEdgeDocumentExtensions.cs" />
62
- <Compile Include =" Extensions\WeldmentDocumentExtensions.cs" />
63
- <Compile Include =" IsolatedTask.cs" />
64
- <Compile Include =" IsolatedTaskProxy.cs" />
65
- <Compile Include =" Runtime\InteropServices\ComObject.cs" />
66
- <Compile Include =" OleMessageFilter.cs" />
67
- <Compile Include =" Properties\AssemblyInfo.cs" />
68
- <Compile Include =" Extensions\PropertiesExtensions.cs" />
69
- <Compile Include =" Extensions\PropertySetsExtensions.cs" />
70
- <Compile Include =" Extensions\MouseExtensions.cs" />
71
- <Compile Include =" Extensions\SheetExtensions.cs" />
72
- <Compile Include =" Runtime\InteropServices\ComTypes\IDispatch.cs" />
73
- <Compile Include =" SolidEdgeUtils.cs" />
74
- <Compile Include =" Extensions\ApplicationExtensions.cs" />
75
- <Compile Include =" Extensions\DocumentsExtensions.cs" />
76
- <Compile Include =" Extensions\EnvironmentExtensions.cs" />
77
- <Compile Include =" Extensions\RefPlanesExtensions.cs" />
78
- <Compile Include =" Extensions\WindowExtensions.cs" />
79
- </ItemGroup >
80
- <ItemGroup >
81
- <None Include =" packages.config" />
29
+ <Reference Include =" System.Windows.Forms" />
82
30
</ItemGroup >
83
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84
- <!-- <Import Project="SolidEdge.Community.targets" />-->
85
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86
- Other similar extension points exist, see Microsoft.Common.targets.
87
- <Target Name="BeforeBuild">
88
- </Target>
89
- <Target Name="AfterBuild">
90
- </Target>
91
- -->
92
- </Project >
31
+
32
+ </Project >
0 commit comments