BigLitho/Large.Lito.Database/Make3_Treko3D/XCoolForm/Make3UI.csproj

129 lines
4.8 KiB
XML

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3B25656A-0A6B-4B68-BF41-9D3C50387EA2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Make3UI</RootNamespace>
<AssemblyName>XCoolForm</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<Win32Resource>
</Win32Resource>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="GraphicsExtension.cs" />
<Compile Include="LevelProgressBar.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="TrekoDialog.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="X3DBorderPrimitive.cs" />
<Compile Include="XAntiAlias.cs" />
<Compile Include="XCoolForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XCoolFormHelper.cs" />
<Compile Include="XLeftSideBar.cs" />
<Compile Include="XLeftSideBarButton.cs" />
<Compile Include="XLeftSideBarIconHolder.cs" />
<Compile Include="XMenuStrip.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="XStatusBar.cs" />
<Compile Include="XTitleBar.cs" />
<Compile Include="XTitleBarButton.cs" />
<Compile Include="XTitleBarIconHolder.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="TrekoDialog.resx">
<DependentUpon>TrekoDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="XCoolForm.resx">
<DependentUpon>XCoolForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\alien-48x48.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\butterfly-pink-48x48.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\symbol-48x48.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\purple-flower-48x48.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\butterfly-pink-48x48_dark.png" />
<Content Include="Resources\candy-cane.png" />
<Content Include="Resources\candy-cane_dark.png" />
<Content Include="Resources\symbol-48x48_dark.png" />
<Content Include="Resources\xmas-tree.png" />
<Content Include="Resources\xmas-tree_dark.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ControlLibrary\ControlLibrary.csproj">
<Project>{933a0669-6277-4ddf-9ae9-2c48f6de1163}</Project>
<Name>ControlLibrary</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>