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')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{227A9700-E83D-4A61-94AC-21E492C0C55F}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >ReportProgress</RootNamespace >
11
+ <AssemblyName >ReportProgress</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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 =" BlueByte.SOLIDWORKS.Extensions, Version=2021.43.0.0, Culture=neutral, PublicKeyToken=55f393faf77448d4, processorArchitecture=MSIL" >
35
+ <HintPath >..\packages\BlueByte.SOLIDWORKS.Extensions.2021.43.0\lib\net472\BlueByte.SOLIDWORKS.Extensions.dll</HintPath >
36
+ </Reference >
37
+ <Reference Include =" SolidWorks.Interop.sldworks, Version=29.1.0.61, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL" >
38
+ <HintPath >..\packages\BlueByte.SOLIDWORKS.Interops.2021.3.0\lib\SolidWorks.Interop.sldworks.dll</HintPath >
39
+ <EmbedInteropTypes >False</EmbedInteropTypes >
40
+ </Reference >
41
+ <Reference Include =" SolidWorks.Interop.swcommands, Version=29.1.0.61, Culture=neutral, PublicKeyToken=0fda92720ba7919f, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\BlueByte.SOLIDWORKS.Interops.2021.3.0\lib\SolidWorks.Interop.swcommands.dll</HintPath >
43
+ <EmbedInteropTypes >False</EmbedInteropTypes >
44
+ </Reference >
45
+ <Reference Include =" SolidWorks.Interop.swconst, Version=29.1.0.61, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL" >
46
+ <HintPath >..\packages\BlueByte.SOLIDWORKS.Interops.2021.3.0\lib\SolidWorks.Interop.swconst.dll</HintPath >
47
+ <EmbedInteropTypes >False</EmbedInteropTypes >
48
+ </Reference >
49
+ <Reference Include =" SolidWorks.Interop.swpublished, Version=29.1.0.61, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\BlueByte.SOLIDWORKS.Interops.2021.3.0\lib\SolidWorks.Interop.swpublished.dll</HintPath >
51
+ <EmbedInteropTypes >False</EmbedInteropTypes >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Core" />
55
+ <Reference Include =" System.Xml.Linq" />
56
+ <Reference Include =" System.Data.DataSetExtensions" />
57
+ <Reference Include =" Microsoft.CSharp" />
58
+ <Reference Include =" System.Data" />
59
+ <Reference Include =" System.Net.Http" />
60
+ <Reference Include =" System.Xml" />
61
+ </ItemGroup >
62
+ <ItemGroup >
63
+ <Compile Include =" Example.cs" />
64
+ <Compile Include =" Properties\AssemblyInfo.cs" />
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <None Include =" packages.config" />
68
+ </ItemGroup >
69
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70
+ </Project >
0 commit comments