This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/ref/xcad/samples/SwAddIn/SwAddIn.csproj
2022-10-15 19:16:08 +02:00

157 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{01EA9ADD-493F-48D8-9A0E-433AB52BDF2A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SwAddInExample</RootNamespace>
<AssemblyName>SwAddInExample</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RegisterForComInterop>false</RegisterForComInterop>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="SolidWorks.Interop.sldworks, Version=28.1.0.74, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xarial.XCad.SolidWorks.Interops.0.3.0\lib\net40\SolidWorks.Interop.sldworks.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="SolidWorks.Interop.swconst, Version=28.1.0.74, Culture=neutral, PublicKeyToken=19f43e188e4269d8, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xarial.XCad.SolidWorks.Interops.0.3.0\lib\net40\SolidWorks.Interop.swconst.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="SolidWorks.Interop.swpublished, Version=28.1.0.74, Culture=neutral, PublicKeyToken=89a97bdc5284e6d8, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xarial.XCad.SolidWorks.Interops.0.3.0\lib\net40\SolidWorks.Interop.swpublished.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="BoxMacroFeatureEditor.cs" />
<Compile Include="ComUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ComUserControl.Designer.cs">
<DependentUpon>ComUserControl.cs</DependentUpon>
</Compile>
<Compile Include="PmpData.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SampleMacroFeature.cs" />
<Compile Include="SwAddInSample.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SwDocHandler.cs" />
<Compile Include="WinForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WinForm.Designer.cs">
<DependentUpon>WinForm.cs</DependentUpon>
</Compile>
<Compile Include="WinUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="WinUserControl.Designer.cs">
<DependentUpon>WinUserControl.cs</DependentUpon>
</Compile>
<Compile Include="WpfUserControl.xaml.cs">
<DependentUpon>WpfUserControl.xaml</DependentUpon>
</Compile>
<Compile Include="WpfWindow.xaml.cs">
<DependentUpon>WpfWindow.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ComUserControl.resx">
<DependentUpon>ComUserControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="WinForm.resx">
<DependentUpon>WinForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WinUserControl.resx">
<DependentUpon>WinUserControl.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\xarial.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Base\Base.csproj">
<Project>{2683a66e-3f60-4794-a34b-d79a66676407}</Project>
<Name>Base</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\SolidWorks\SolidWorks.csproj">
<Project>{28947993-3e55-436c-b885-6eddaa8bc7d6}</Project>
<Name>SolidWorks</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\Toolkit\Toolkit.csproj">
<Project>{8edff821-4d1b-4ac1-bd32-5da87e693f46}</Project>
<Name>Toolkit</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Page Include="WpfUserControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WpfWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="Resources\horizontal.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\vertical.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeClean">
<Exec Command="%windir%\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe &quot;$(TargetPath)&quot; /u" IgnoreExitCode="true" Condition="Exists('$(TargetPath)')" />
</Target>
<Target Name="AfterBuild">
<Exec Command="%windir%\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe &quot;$(TargetPath)&quot; /codebase" Condition="Exists('$(TargetPath)')" />
</Target>
</Project>