2023-08-16 16:06:40 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<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>
|
|
|
|
|
<ProjectGuid>{8F804A27-A57E-4799-801C-4DE96BA153BC}</ProjectGuid>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<RootNamespace>VPet.Plugin.ModMaker</RootNamespace>
|
|
|
|
|
<AssemblyName>VPet.Plugin.ModMaker</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<Deterministic>true</Deterministic>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>VPet.Plugin.ModMaker.App</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="LinePutScript, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\LinePutScript.1.9.2\lib\net462\LinePutScript.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LinePutScript.Localization.WPF, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\LinePutScript.Localization.WPF.1.0.6\lib\net462\LinePutScript.Localization.WPF.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Panuon.WPF, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Panuon.WPF.1.0.2\lib\net462\Panuon.WPF.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Panuon.WPF.UI, Version=1.1.15.6, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Panuon.WPF.UI.1.1.15.6\lib\net462\Panuon.WPF.UI.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xaml">
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="VPet-Simulator.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<HintPath>..\packages\VPet-Simulator.Core.1.0.0\lib\net462\VPet-Simulator.Core.dll</HintPath>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="VPet-Simulator.Windows.Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<HintPath>..\packages\VPet-Simulator.Windows.Interface.1.0.0\lib\net462\VPet-Simulator.Windows.Interface.dll</HintPath>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Compile Include="ModEdit\FoodEdit\Page_Food.xaml.cs">
|
|
|
|
|
<DependentUpon>Page_Food.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ModEdit\FoodEdit\Page_Food.cs" />
|
|
|
|
|
<Compile Include="ModEdit\LowTextEdit\Page_LowText.cs" />
|
|
|
|
|
<Compile Include="ModEdit\LowTextEdit\Page_LowText.xaml.cs">
|
|
|
|
|
<DependentUpon>Page_LowText.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ModEdit\LowTextEdit\Window_AddLowText.xaml.cs">
|
|
|
|
|
<DependentUpon>Window_AddLowText.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<Compile Include="ModInfo.cs" />
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<Compile Include="ModMaker.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<Compile Include="Utils.cs" />
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Compile Include="ModEdit\FoodEdit\Window_AddFood.xaml.cs">
|
|
|
|
|
<DependentUpon>Window_AddFood.xaml</DependentUpon>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</Compile>
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Compile Include="ModEdit\Window_ModEdit.cs" />
|
|
|
|
|
<Compile Include="ModEdit\Window_ModEdit.xaml.cs">
|
|
|
|
|
<DependentUpon>Window_ModEdit.xaml</DependentUpon>
|
2023-08-17 15:38:28 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ModMakerWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>ModMakerWindow.xaml</DependentUpon>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</ApplicationDefinition>
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Page Include="ModEdit\FoodEdit\Page_Food.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ModEdit\FoodEdit\Window_AddFood.xaml">
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Page Include="ModEdit\LowTextEdit\Page_LowText.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ModEdit\LowTextEdit\Window_AddLowText.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="ModEdit\Window_ModEdit.xaml">
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2023-08-17 15:38:28 +00:00
|
|
|
|
<Page Include="ModMakerWindow.xaml">
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2023-08-18 16:31:48 +00:00
|
|
|
|
<Page Include="Styles.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
</ItemGroup>
|
2023-08-16 19:01:43 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.2">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.6.2 %28x86 和 x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2023-08-16 16:06:40 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|