GeekIMU/4.Software/GeekIMU Manager GUI 1.2/GEEKIMU Manager/GeekIMU Manager.csproj

172 lines
7.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{58377382-2E93-4106-8AD5-E13A430802E5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DM_CalibrationTools</RootNamespace>
<AssemblyName>DM_CalibrationTools</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>DM_CalibrationTools.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>tools.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="SharpGL, Version=2.0.0.0, Culture=neutral, PublicKeyToken=27fc851303210b27, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>CSGL\SharpGL.dll</HintPath>
</Reference>
<Reference Include="SharpGL.SceneGraph, Version=1.0.0.0, Culture=neutral, PublicKeyToken=27fc851303210b27, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>CSGL\SharpGL.SceneGraph.dll</HintPath>
</Reference>
<Reference Include="SharpGL.WinForms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=27fc851303210b27, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>CSGL\SharpGL.WinForms.dll</HintPath>
</Reference>
<Reference Include="SkinForm">
<HintPath>3rdparty\skin\SkinForm.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CaliAPI.cs" />
<Compile Include="csgl.cs" />
<Compile Include="IMUConnect.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="IMUConnect.Designer.cs">
<DependentUpon>IMUConnect.cs</DependentUpon>
</Compile>
<Compile Include="IMUInformation.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="IMUInformation.Designer.cs">
<DependentUpon>IMUInformation.cs</DependentUpon>
</Compile>
<Compile Include="MainForms.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForms.Designer.cs">
<DependentUpon>MainForms.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="txtreader.cs" />
<EmbeddedResource Include="IMUConnect.resx">
<DependentUpon>IMUConnect.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="IMUInformation.resx">
<DependentUpon>IMUInformation.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForms.resx">
<DependentUpon>MainForms.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>
<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>
<None Include="Resource\btn_close_18px_1.png" />
<None Include="Resource\tools.ico" />
<None Include="Resource\test.png" />
<None Include="Resource\download_48px.png" />
<None Include="Resource\settings_48px.png" />
<None Include="Resource\btn_mini_18px_1.png" />
<None Include="Resource\btn_setting_18px_1.png" />
<None Include="Resource\link_48px.png" />
<None Include="Resource\help_48px.png" />
<None Include="Resource\home_48px.png" />
<None Include="Resource\refresh_32px.png" />
<None Include="Resource\cancel_24px.png" />
<None Include="Resource\usb_783px.png" />
<None Include="Resource\question_48px.png" />
<None Include="Resource\question_32px.png" />
<None Include="Resource\3d_32px.png" />
<None Include="Resource\pose_32px.png" />
<None Include="Resource\earth_grid_32px.png" />
<Content Include="tools.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>