|
@@ -17,6 +17,7 @@
|
|
<Deterministic>true</Deterministic>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
@@ -29,7 +30,6 @@
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
@@ -75,6 +75,7 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
<Compile Include="ActionHistory.cs" />
|
|
<Compile Include="ActionHistory.cs" />
|
|
|
|
+ <Compile Include="LocalArmbandInterface.cs" />
|
|
<Compile Include="CustomCanvas.cs" />
|
|
<Compile Include="CustomCanvas.cs" />
|
|
<Compile Include="DebugData.cs" />
|
|
<Compile Include="DebugData.cs" />
|
|
<Compile Include="FileImporter.cs" />
|
|
<Compile Include="FileImporter.cs" />
|
|
@@ -139,13 +140,30 @@
|
|
</BootstrapperPackage>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Content Include="BodyActuator.dll" />
|
|
|
|
- <Content Include="eai_common.dll" />
|
|
|
|
- <Content Include="eai_serial.dll" />
|
|
|
|
- <Content Include="eai_winbluetooth.dll" />
|
|
|
|
- <Content Include="eai_winusb.dll" />
|
|
|
|
- <Content Include="TActionManager.dll" />
|
|
|
|
- <Content Include="TactorInterface.dll" />
|
|
|
|
|
|
+ <Content Include="BodyActuator.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="eai_common.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="eai_serial.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="eai_winbluetooth.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="eai_winusb.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="StaticLibMotors.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="TActionManager.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="TactorInterface.dll">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|