82 lines
No EOL
3.4 KiB
XML
82 lines
No EOL
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{990A9AD3-B6A4-407B-9DFC-9C722AF7C9B9}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MatterHackers.InfInstaller</RootNamespace>
|
|
<AssemblyName>InfInstaller</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<ReleaseVersion>0.8.2</ReleaseVersion>
|
|
</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>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="OpenTK, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\PlatformWin32\OpenTK.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\agg-sharp\Gui\Gui.csproj">
|
|
<Project>{74F6BB6C-9D02-4512-A59A-21940E35C532}</Project>
|
|
<Name>Gui</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\agg-sharp\Tesselate\Tesselate.csproj">
|
|
<Project>{AE37DE1F-22F7-49EE-8732-FC6BC8DC58D9}</Project>
|
|
<Name>Tesselate</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\agg-sharp\VectorMath\VectorMath.csproj">
|
|
<Project>{D3E41B4E-BFBB-44CA-94C8-95C00F754FDD}</Project>
|
|
<Name>VectorMath</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\agg-sharp\Csg\Csg.csproj">
|
|
<Project>{7E61A5BD-E78F-4B80-88C9-3821B4FA062E}</Project>
|
|
<Name>Csg</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\agg-sharp\agg\Agg.csproj">
|
|
<Project>{657DBC6D-C3EA-4398-A3FA-DDB73C14F71B}</Project>
|
|
<Name>Agg</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\agg-sharp\PolygonMesh\PolygonMesh.csproj">
|
|
<Project>{86F6AAF2-9B50-40B8-A427-1897D76471C5}</Project>
|
|
<Name>PolygonMesh</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="InfInstaller.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |