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

Commit 7d7ebcf

Browse files
committed
219.0.0 release
1 parent b4c6af6 commit 7d7ebcf

File tree

7 files changed

+29
-114
lines changed

7 files changed

+29
-114
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ pip-log.txt
218218
.exe
219219
.dll
220220
/.vs
221-
/src/.vs/SolidEdge.Community/v15/Server/sqlite3
221+
/src/.vs

src/QA/Program.cs

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
using SolidEdgeCommunity;
2-
using SolidEdgeCommunity.Extensions;
32
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
73

84
namespace QA
95
{
106
class Program
117
{
128
static void Main(string[] args)
139
{
14-
var application = SolidEdgeUtils.Connect();
15-
var documents = application.Documents;
16-
var assemblyDocument = documents.AddAssemblyDocument();
17-
var draftDocument = documents.AddDraftDocument();
10+
var application = SolidEdgeUtils.Connect(true);
11+
application.Visible = true;
1812
}
1913
}
2014
}

src/QA/Properties/AssemblyInfo.cs

-36
This file was deleted.

src/QA/QA.csproj

+9-54
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,14 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" 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+
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}</ProjectGuid>
4+
<TargetFramework>NET40</TargetFramework>
5+
<ApplicationIcon />
86
<OutputType>Exe</OutputType>
9-
<RootNamespace>QA</RootNamespace>
10-
<AssemblyName>QA</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12-
<FileAlignment>512</FileAlignment>
7+
<StartupObject />
138
</PropertyGroup>
14-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15-
<PlatformTarget>AnyCPU</PlatformTarget>
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-
<PlatformTarget>AnyCPU</PlatformTarget>
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
29-
<DefineConstants>TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
</PropertyGroup>
33-
<ItemGroup>
34-
<Reference Include="Interop.SolidEdge, Version=110.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\Interop.SolidEdge.110.0.0\lib\net40\Interop.SolidEdge.dll</HintPath>
36-
</Reference>
37-
<Reference Include="System" />
38-
<Reference Include="System.Core" />
39-
<Reference Include="System.Xml.Linq" />
40-
<Reference Include="System.Data.DataSetExtensions" />
41-
<Reference Include="Microsoft.CSharp" />
42-
<Reference Include="System.Data" />
43-
<Reference Include="System.Xml" />
44-
</ItemGroup>
45-
<ItemGroup>
46-
<Compile Include="Program.cs" />
47-
<Compile Include="Properties\AssemblyInfo.cs" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<ProjectReference Include="..\SolidEdge.Community\SolidEdge.Community.csproj">
51-
<Project>{49dafaf3-c18c-4b3d-9006-bbfbfeebbcb4}</Project>
52-
<Name>SolidEdge.Community</Name>
53-
</ProjectReference>
54-
</ItemGroup>
9+
5510
<ItemGroup>
56-
<None Include="packages.config" />
11+
<ProjectReference Include="..\SolidEdge.Community\SolidEdge.Community.csproj" />
5712
</ItemGroup>
58-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59-
</Project>
13+
14+
</Project>

src/QA/packages.config

-4
This file was deleted.

src/SolidEdge.Community.sln

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2005
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolidEdge.Community", "SolidEdge.Community\SolidEdge.Community.csproj", "{49DAFAF3-C18C-4B3D-9006-BBFBFEEBBCB4}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QA", "QA\QA.csproj", "{9D948FED-8E3E-4DA5-8E44-0F6AD7DD46CE}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QA", "QA\QA.csproj", "{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolidEdge.Community", "SolidEdge.Community\SolidEdge.Community.csproj", "{49DAFAF3-C18C-4B3D-9006-BBFBFEEBBCB4}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,10 +17,10 @@ Global
1717
{49DAFAF3-C18C-4B3D-9006-BBFBFEEBBCB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
1818
{49DAFAF3-C18C-4B3D-9006-BBFBFEEBBCB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
1919
{49DAFAF3-C18C-4B3D-9006-BBFBFEEBBCB4}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{367F7E41-0AE9-4D4B-8AFF-953CB29A68A8}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{9D948FED-8E3E-4DA5-8E44-0F6AD7DD46CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{9D948FED-8E3E-4DA5-8E44-0F6AD7DD46CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{9D948FED-8E3E-4DA5-8E44-0F6AD7DD46CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{9D948FED-8E3E-4DA5-8E44-0F6AD7DD46CE}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE

src/SolidEdge.Community/SolidEdge.Community.csproj

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>NET40</TargetFramework>
5-
<Version>110.0.0</Version>
4+
<TargetFrameworks>NET40;NET45</TargetFrameworks>
5+
<AssemblyVersion>219.0.0.0</AssemblyVersion>
6+
<FileVersion>219.0.0.0</FileVersion>
7+
<Version>219.0.0</Version>
68
<Authors>Jason Newell</Authors>
79
<Company>Jason Newell</Company>
810
<Description>Community provided package for automating Solid Edge.</Description>
@@ -15,12 +17,16 @@
1517
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1618
</PropertyGroup>
1719

18-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
20+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|NET40|AnyCPU'">
1921
<DocumentationFile>bin\Release\net40\SolidEdge.Community.xml</DocumentationFile>
2022
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|NET45|AnyCPU'">
25+
<DocumentationFile>bin\Release\net45\SolidEdge.Community.xml</DocumentationFile>
26+
</PropertyGroup>
2127

2228
<ItemGroup>
23-
<PackageReference Include="Interop.SolidEdge" Version="[110.0.0, 111.0.0)">
29+
<PackageReference Include="Interop.SolidEdge" Version="219.0.0">
2430
<PrivateAssets>None</PrivateAssets>
2531
</PackageReference>
2632
</ItemGroup>

0 commit comments

Comments
 (0)