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
+
4
3
<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 />
8
6
<OutputType >Exe</OutputType >
9
- <RootNamespace >QA</RootNamespace >
10
- <AssemblyName >QA</AssemblyName >
11
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
7
+ <StartupObject />
13
8
</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
+
55
10
<ItemGroup >
56
- <None Include =" packages.config " />
11
+ <ProjectReference Include =" ..\SolidEdge.Community\SolidEdge.Community.csproj " />
57
12
</ItemGroup >
58
- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
59
- </Project >
13
+
14
+ </Project >
0 commit comments