Skip to content

Commit

Permalink
Removed Sensel.cs from examples into shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSensel committed Apr 25, 2017
1 parent 0768019 commit bcd2b1e
Show file tree
Hide file tree
Showing 9 changed files with 122 additions and 389 deletions.
14 changes: 14 additions & 0 deletions sensel-examples/sensel-cs/SenselCS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenselContacts", "example-2
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenselForces", "example-3-forces\SenselForces.csproj", "{C9E0FCA6-0195-4FEE-A33C-542B3C497FEE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SenselWrapperCS", "sensel-wrapper-cs\SenselWrapperCS.csproj", "{B5ECA380-4318-44C1-B6AB-6D38A2823839}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,6 +57,18 @@ Global
{C9E0FCA6-0195-4FEE-A33C-542B3C497FEE}.Release|x64.Build.0 = Release|x64
{C9E0FCA6-0195-4FEE-A33C-542B3C497FEE}.Release|x86.ActiveCfg = Release|x86
{C9E0FCA6-0195-4FEE-A33C-542B3C497FEE}.Release|x86.Build.0 = Release|x86
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|x64.ActiveCfg = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|x64.Build.0 = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|x86.ActiveCfg = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Debug|x86.Build.0 = Debug|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|Any CPU.Build.0 = Release|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|x64.ActiveCfg = Release|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|x64.Build.0 = Release|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|x86.ActiveCfg = Release|Any CPU
{B5ECA380-4318-44C1-B6AB-6D38A2823839}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<ItemGroup>
<Compile Include="HelloSensel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sensel.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand All @@ -117,6 +116,12 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\sensel-wrapper-cs\SenselWrapperCS.csproj">
<Project>{b5eca380-4318-44c1-b6ab-6d38a2823839}</Project>
<Name>SenselWrapperCS</Name>
</ProjectReference>
</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.
Expand Down
193 changes: 0 additions & 193 deletions sensel-examples/sensel-cs/example-2-contacts/Sensel.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Sensel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SenselContacts.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\sensel-wrapper-cs\SenselWrapperCS.csproj">
<Project>{b5eca380-4318-44c1-b6ab-6d38a2823839}</Project>
<Name>SenselWrapperCS</Name>
</ProjectReference>
</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.
Expand Down

0 comments on commit bcd2b1e

Please sign in to comment.