Skip to content

Commit

Permalink
merge from git.controlanything.com
Browse files Browse the repository at this point in the history
  • Loading branch information
xushirui committed Apr 1, 2016
1 parent ed9a43f commit 5a9b847
Show file tree
Hide file tree
Showing 866 changed files with 116,863 additions and 0 deletions.
2,151 changes: 2,151 additions & 0 deletions AnyI2C_windows/AnyI2C.sln

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions AnyI2C_windows/AnyI2C/AnyI2C.csproj
@@ -0,0 +1,141 @@
<?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>{50179CEA-902D-4086-8867-0819CEC74C8B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AnyI2C</RootNamespace>
<AssemblyName>AnyI2C</AssemblyName>
<TargetFrameworkVersion>v4.0</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\</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\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>anyi2c.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<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="CommonData.cs" />
<Compile Include="ctlI2CAddress.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ctlI2CAddress.Designer.cs">
<DependentUpon>ctlI2CAddress.cs</DependentUpon>
</Compile>
<Compile Include="ctlI2CByte.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ctlI2CByte.Designer.cs">
<DependentUpon>ctlI2CByte.cs</DependentUpon>
</Compile>
<Compile Include="DeviceConfig.cs" />
<Compile Include="frmI2CDataEdit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmI2CDataEdit.Designer.cs">
<DependentUpon>frmI2CDataEdit.cs</DependentUpon>
</Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
<Compile Include="frmScanI2C.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmScanI2C.Designer.cs">
<DependentUpon>frmScanI2C.cs</DependentUpon>
</Compile>
<Compile Include="HelpFunction.cs" />
<Compile Include="I2CData.cs" />
<Compile Include="NumLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PlugIn.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="ctlI2CAddress.resx">
<DependentUpon>ctlI2CAddress.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ctlI2CByte.resx">
<DependentUpon>ctlI2CByte.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmI2CDataEdit.resx">
<DependentUpon>frmI2CDataEdit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmScanI2C.resx">
<DependentUpon>frmScanI2C.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>
</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>
<ProjectReference Include="..\AnyI2cLib\AnyI2cLib.csproj">
<Project>{7c11d238-8414-4723-85b3-5a02757dc26f}</Project>
<Name>AnyI2cLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="anyi2c.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>

0 comments on commit 5a9b847

Please sign in to comment.