1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
-
4
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
-
6
4
<PropertyGroup >
7
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
6
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
35
33
<ErrorReport >prompt</ErrorReport >
36
34
<WarningLevel >4</WarningLevel >
37
35
</PropertyGroup >
38
-
39
36
<PropertyGroup >
40
37
<ApplicationIcon >Heart.ico</ApplicationIcon >
41
38
</PropertyGroup >
42
-
43
39
<ItemGroup >
44
40
<Reference Include =" FluentColorConsole, Version=2.0.0.1, Culture=neutral, processorArchitecture=MSIL" >
45
41
<HintPath >packages\FluentColorConsole.2.0.1\lib\netstandard2.0\FluentColorConsole.dll</HintPath >
50
46
<Private >True</Private >
51
47
</Reference >
52
48
<Reference Include =" SharpOSC" >
53
- <HintPath >..\Repo\thirdparty\oscsharp \SharpOSC.dll</HintPath >
49
+ <HintPath >References\SharpOSC \SharpOSC.dll</HintPath >
54
50
</Reference >
55
51
<Reference Include =" System" />
56
52
<Reference Include =" System.ComponentModel.Composition" />
97
93
<HintPath >C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0\Windows.winmd</HintPath >
98
94
</Reference >
99
95
</ItemGroup >
100
-
101
96
<ItemGroup >
102
97
<Compile Include =" Encryption.cs" />
103
98
<Compile Include =" ESmartLockAPI.cs" />
123
118
<Compile Include =" Logic\OSCTimer.cs" />
124
119
<Compile Include =" Properties\AssemblyInfo.cs" />
125
120
</ItemGroup >
126
-
127
121
<ItemGroup >
128
122
<Content Include =" Heart.ico" />
129
123
<Content Include =" README.md" />
130
- <Content Include =" thirdparty\oscsharp\SharpOSC.dll" />
131
- <Content Include =" thirdparty\oscsharp\SharpOSC.pdb" />
132
124
</ItemGroup >
133
-
134
125
<ItemGroup >
135
126
<None Include =" App.config" />
136
127
<None Include =" packages.config" />
137
128
</ItemGroup >
138
-
139
129
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140
130
<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
-
142
131
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
143
132
<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'))" />
144
133
</Target >
145
-
146
134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147
135
Other similar extension points exist, see Microsoft.Common.targets.
148
136
<Target Name="BeforeBuild">
149
137
</Target>
150
138
<Target Name="AfterBuild">
151
139
</Target>
152
140
-->
153
-
154
- </Project >
141
+ </Project >
0 commit comments