208 lines
8.2 KiB
XML
208 lines
8.2 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>{3F10B54A-456C-43D5-884B-1B46DE448EDF}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>ChildForms</RootNamespace>
|
|
<AssemblyName>ChildForms</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ClassLibrary">
|
|
<HintPath>..\ClassLibrary\bin\Debug\ClassLibrary.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AnglesControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="AnglesControl.Designer.cs">
|
|
<DependentUpon>AnglesControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CopyProtectionSettings.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="CopyProtectionSettings.Designer.cs">
|
|
<DependentUpon>CopyProtectionSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DDPanBox.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="DDPanBox.Designer.cs">
|
|
<DependentUpon>DDPanBox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildAngles.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildAngles.Designer.cs">
|
|
<DependentUpon>frmChildAngles.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildColorProfile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildColorProfile.Designer.cs">
|
|
<DependentUpon>frmChildColorProfile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildProject.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildProject.Designer.cs">
|
|
<DependentUpon>frmChildProject.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildTreko.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildTreko.Designer.cs">
|
|
<DependentUpon>frmChildTreko.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildTreko3D.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildTreko3D.Designer.cs">
|
|
<DependentUpon>frmChildTreko3D.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="frmChildSequrity.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="frmChildSequrity.Designer.cs">
|
|
<DependentUpon>frmChildSequrity.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="AnglesControl.resx">
|
|
<DependentUpon>AnglesControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CopyProtectionSettings.resx">
|
|
<DependentUpon>CopyProtectionSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DDPanBox.resx">
|
|
<DependentUpon>DDPanBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmChildAngles.resx">
|
|
<DependentUpon>frmChildAngles.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmChildColorProfile.resx">
|
|
<DependentUpon>frmChildColorProfile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmChildProject.resx">
|
|
<DependentUpon>frmChildProject.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmChildTreko.resx">
|
|
<DependentUpon>frmChildTreko.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="frmChildTreko3D.resx">
|
|
<DependentUpon>frmChildTreko3D.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="frmChildSequrity.resx">
|
|
<DependentUpon>frmChildSequrity.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ControlLibrary\ControlLibrary.csproj">
|
|
<Project>{933a0669-6277-4ddf-9ae9-2c48f6de1163}</Project>
|
|
<Name>ControlLibrary</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Data\Data.csproj">
|
|
<Project>{f6791439-4b65-4221-8e11-c93699e728c8}</Project>
|
|
<Name>Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Frames\Frames.csproj">
|
|
<Project>{2327940d-5b3f-4373-987c-2866503478b2}</Project>
|
|
<Name>Frames</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Project\Projects.csproj">
|
|
<Project>{23d48220-ef2c-4a51-9d75-8a9499be17e9}</Project>
|
|
<Name>Projects</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\TestLayers\TestLayers.csproj">
|
|
<Project>{fd919eda-a050-4db7-b6a3-a97a8305b806}</Project>
|
|
<Name>TestLayers</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Treko3D\Treko3D.csproj">
|
|
<Project>{cbbc2ecb-b318-4a7e-b5a3-eee436c24f86}</Project>
|
|
<Name>Treko3D</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Treko\Treko.csproj">
|
|
<Project>{5dcd49a1-5d26-420d-85f4-d04c4d0c1dff}</Project>
|
|
<Name>Treko</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\XCoolForm\Make3UI.csproj">
|
|
<Project>{3b25656a-0a6b-4b68-bf41-9d3c50387ea2}</Project>
|
|
<Name>Make3UI</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="Resources\ffff.bmp" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |