5ce2c38baa
- primo rilascio dopo prove su macchina
228 lines
10 KiB
XML
228 lines
10 KiB
XML
<Project ToolsVersion="15.0" 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>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
|
|
<RootNamespace>Effector.Plugin.StoneCut</RootNamespace>
|
|
<AssemblyName>Effector.Plugin.StoneCut</AssemblyName>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<MyType>Custom</MyType>
|
|
<Deterministic>true</Deterministic>
|
|
<ProjectGuid>{7C77F537-8235-40AB-B24A-4E71CFB96D2C}</ProjectGuid>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<IncrementalBuild>true</IncrementalBuild>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>Effector.Plugin.StoneCut.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<IncrementalBuild>false</IncrementalBuild>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>Effector.Plugin.StoneCut.xml</DocumentationFile>
|
|
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Effector.Plugin.Interface">
|
|
<HintPath>..\..\Effector.Main\Effector.Plugin.Interface\bin\Debug\Effector.Plugin.Interface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Effector.Plugin.Lib">
|
|
<HintPath>..\..\Effector.Plugin.Lib\Effector.Plugin.Lib\bin\Debug\Effector.Plugin.Lib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EgwWPFBaseLib">
|
|
<HintPath>..\..\..\EgwWPFBaseLib\EgwWPFBaseLib\bin\Debug\EgwWPFBaseLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="KeraLua, Version=1.4.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\KeraLua.1.4.1\lib\net46\KeraLua.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System.Net.Http" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="System.Threading.Tasks" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows" />
|
|
<Import Include="System.Windows.Controls" />
|
|
<Import Include="System.Windows.Data" />
|
|
<Import Include="System.Windows.Documents" />
|
|
<Import Include="System.Windows.Input" />
|
|
<Import Include="System.Windows.Shapes" />
|
|
<Import Include="System.Windows.Media" />
|
|
<Import Include="System.Windows.Media.Imaging" />
|
|
<Import Include="System.Windows.Navigation" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Constants\ConstGen.vb" />
|
|
<Compile Include="Constants\ConstIni.vb" />
|
|
<Compile Include="DoorListPage\DoorListPageV.xaml.vb">
|
|
<DependentUpon>DoorListPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DoorListPage\DoorListPageVM.vb" />
|
|
<Compile Include="FiveLakesUI.xaml.vb">
|
|
<DependentUpon>FiveLakesUI.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FiveLakesUIVM.vb" />
|
|
<Compile Include="LUA\LuaManager.vb" />
|
|
<Compile Include="LUA\Lua_Aux.vb" />
|
|
<Compile Include="LUA\Lua_General.vb" />
|
|
<Compile Include="MachinePage\MachinePageV.xaml.vb">
|
|
<DependentUpon>MachinePageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MachinePage\MachinePageVM.vb" />
|
|
<Compile Include="MainMenu\MainMenuV.xaml.vb">
|
|
<DependentUpon>MainMenuV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainMenu\MainMenuVM.vb" />
|
|
<Compile Include="RestartWnd\RestartWndV.xaml.vb">
|
|
<DependentUpon>RestartWndV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="RestartWnd\RestartWndVM.vb" />
|
|
<Compile Include="StatisticsPage\StatisticsPageV.xaml.vb">
|
|
<DependentUpon>StatisticsPageV.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StatisticsPage\StatisticsPageVM.vb" />
|
|
<Compile Include="Utility\Dictionary.xaml.vb">
|
|
<DependentUpon>Dictionary.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\AssemblyInfo.vb">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="My Project\Resources.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="Utility\JsonUtility.vb" />
|
|
<Compile Include="Utility\Map.vb" />
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
</EmbeddedResource>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
<Resource Include="Resources\Fonts\Roboto-Light.ttf" />
|
|
<Resource Include="Resources\Fonts\Roboto-Regular.ttf" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="DoorListPage\DoorListPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="FiveLakesUI.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MachinePage\MachinePageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainMenu\MainMenuV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="RestartWnd\RestartWndV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="StatisticsPage\StatisticsPageV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="Utility\Dictionary.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DoorListPage\Add.png" />
|
|
<Resource Include="Resources\DoorListPage\Copy.png" />
|
|
<Resource Include="Resources\DoorListPage\Delete.png" />
|
|
<Resource Include="Resources\DoorListPage\DeleteCsv.png" />
|
|
<Resource Include="Resources\DoorListPage\MoveDown.png" />
|
|
<Resource Include="Resources\DoorListPage\MoveUp.png" />
|
|
<Resource Include="Resources\DoorListPage\MultipleCopy.png" />
|
|
<Resource Include="Resources\DoorListPage\NotProduce.png" />
|
|
<Resource Include="Resources\DoorListPage\OpenCsv.png" />
|
|
<Resource Include="Resources\DoorListPage\OpenProduction.png" />
|
|
<Resource Include="Resources\DoorListPage\Produce.png" />
|
|
<Resource Include="Resources\DoorListPage\ProduceAll.old.png" />
|
|
<Resource Include="Resources\DoorListPage\ProduceAll.png" />
|
|
<Resource Include="Resources\DoorListPage\ResetProduction.png" />
|
|
<Resource Include="Resources\DoorListPage\SaveCsv.png" />
|
|
<Resource Include="Resources\DoorListPage\SkipDoor.png" />
|
|
<Resource Include="Resources\DoorListPage\Verify.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Resources\DoorListPage\DeleteAll.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\pre-build.ps1 -ProjectDir $(ProjectDir) -ProjectPath $(ProjectPath)</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>copy $(TargetPath) c:\EgtData\Effector\Plugin\Effector.Plugin.StoneCut\Effector.Plugin.StoneCut.dll
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<Import Project="..\packages\KeraLua.1.4.1\build\net46\KeraLua.targets" Condition="Exists('..\packages\KeraLua.1.4.1\build\net46\KeraLua.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\KeraLua.1.4.1\build\net46\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\KeraLua.1.4.1\build\net46\KeraLua.targets'))" />
|
|
</Target>
|
|
</Project> |