Skip to content

Commit c9ab911

Browse files
committed
Corrected SharpOSC Reference
1 parent 2e78823 commit c9ab911

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

OSCLock.csproj

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
43
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5-
64
<PropertyGroup>
75
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
86
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -35,11 +33,9 @@
3533
<ErrorReport>prompt</ErrorReport>
3634
<WarningLevel>4</WarningLevel>
3735
</PropertyGroup>
38-
3936
<PropertyGroup>
4037
<ApplicationIcon>Heart.ico</ApplicationIcon>
4138
</PropertyGroup>
42-
4339
<ItemGroup>
4440
<Reference Include="FluentColorConsole, Version=2.0.0.1, Culture=neutral, processorArchitecture=MSIL">
4541
<HintPath>packages\FluentColorConsole.2.0.1\lib\netstandard2.0\FluentColorConsole.dll</HintPath>
@@ -50,7 +46,7 @@
5046
<Private>True</Private>
5147
</Reference>
5248
<Reference Include="SharpOSC">
53-
<HintPath>..\Repo\thirdparty\oscsharp\SharpOSC.dll</HintPath>
49+
<HintPath>References\SharpOSC\SharpOSC.dll</HintPath>
5450
</Reference>
5551
<Reference Include="System" />
5652
<Reference Include="System.ComponentModel.Composition" />
@@ -97,7 +93,6 @@
9793
<HintPath>C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0\Windows.winmd</HintPath>
9894
</Reference>
9995
</ItemGroup>
100-
10196
<ItemGroup>
10297
<Compile Include="Encryption.cs" />
10398
<Compile Include="ESmartLockAPI.cs" />
@@ -123,32 +118,24 @@
123118
<Compile Include="Logic\OSCTimer.cs" />
124119
<Compile Include="Properties\AssemblyInfo.cs" />
125120
</ItemGroup>
126-
127121
<ItemGroup>
128122
<Content Include="Heart.ico" />
129123
<Content Include="README.md" />
130-
<Content Include="thirdparty\oscsharp\SharpOSC.dll" />
131-
<Content Include="thirdparty\oscsharp\SharpOSC.pdb" />
132124
</ItemGroup>
133-
134125
<ItemGroup>
135126
<None Include="App.config" />
136127
<None Include="packages.config" />
137128
</ItemGroup>
138-
139129
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140130
<Import Project="packages\System.Runtime.WindowsRuntime.5.0.0-preview.5.20278.1\build\net461\System.Runtime.WindowsRuntime.targets" Condition="Exists('packages\System.Runtime.WindowsRuntime.5.0.0-preview.5.20278.1\build\net461\System.Runtime.WindowsRuntime.targets')" />
141-
142131
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
143132
<Error Condition="!Exists('packages\System.Runtime.WindowsRuntime.5.0.0-preview.5.20278.1\build\net461\System.Runtime.WindowsRuntime.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\System.Runtime.WindowsRuntime.5.0.0-preview.5.20278.1\build\net461\System.Runtime.WindowsRuntime.targets'))" />
144133
</Target>
145-
146134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147135
Other similar extension points exist, see Microsoft.Common.targets.
148136
<Target Name="BeforeBuild">
149137
</Target>
150138
<Target Name="AfterBuild">
151139
</Target>
152140
-->
153-
154-
</Project>
141+
</Project>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)