404 lines
16 KiB
XML
404 lines
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{729EC23B-F5F3-464A-B357-F235362CB8C5}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<StartupObject>GBM.My.MyApplication</StartupObject>
|
|
<RootNamespace>GBM</RootNamespace>
|
|
<AssemblyName>GBM</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>WindowsForms</MyType>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<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>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DocumentationFile>GBM.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DocumentationFile>GBM.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>gbm.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DocumentationFile>GBM.xml</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DocumentationFile>GBM.xml</DocumentationFile>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent Condition="$(Platform)==x64">echo Running x64 Post Build Event...
|
|
COPY /Y "$(SolutionDir)\GBM\x64\sqlite3.dll" .
|
|
RMDIR /S /Q Utilities\x86</PostBuildEvent>
|
|
<PostBuildEvent Condition="$(Platform)==x86">echo Running x86 Post Build Event...
|
|
COPY /Y "$(SolutionDir)\GBM\x86\sqlite3.dll" .
|
|
RMDIR /S /Q Utilities\x64</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Mono.Data.Sqlite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>References\Mono.Data.Sqlite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Drawing" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Classes\clsSavedPath.vb" />
|
|
<Compile Include="Classes\XML Serialize Classes\Tag.vb" />
|
|
<Compile Include="Classes\XML Serialize Classes\Game.vb" />
|
|
<Compile Include="Classes\clsGameTag.vb" />
|
|
<Compile Include="Classes\clsPathVariable.vb" />
|
|
<Compile Include="Classes\clsBackup.vb" />
|
|
<Compile Include="Classes\clsGame.vb" />
|
|
<Compile Include="Classes\clsTag.vb" />
|
|
<Compile Include="Forms\frmAdvancedImport.Designer.vb">
|
|
<DependentUpon>frmAdvancedImport.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmAdvancedImport.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmFilter.Designer.vb">
|
|
<DependentUpon>frmFilter.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmFilter.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmGameManager.Designer.vb">
|
|
<DependentUpon>frmGameManager.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmGameManager.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmFileFolderSearch.Designer.vb">
|
|
<DependentUpon>frmFileFolderSearch.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmFileFolderSearch.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmGameTags.Designer.vb">
|
|
<DependentUpon>frmGameTags.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmGameTags.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmIncludeExclude.Designer.vb">
|
|
<DependentUpon>frmIncludeExclude.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmIncludeExclude.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmStartUpWizard.Designer.vb">
|
|
<DependentUpon>frmStartUpWizard.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmStartUpWizard.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmAddWizard.Designer.vb">
|
|
<DependentUpon>frmAddWizard.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmAddWizard.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmChooseGame.Designer.vb">
|
|
<DependentUpon>frmChooseGame.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmChooseGame.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmSettings.Designer.vb">
|
|
<DependentUpon>frmSettings.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmSettings.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmMain.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmMain.Designer.vb">
|
|
<DependentUpon>frmMain.vb</DependentUpon>
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmSyncFields.Designer.vb">
|
|
<DependentUpon>frmSyncFields.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmSyncFields.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmTags.Designer.vb">
|
|
<DependentUpon>frmTags.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmTags.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\frmVariableManager.Designer.vb">
|
|
<DependentUpon>frmVariableManager.vb</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\frmVariableManager.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Managers\mgrCommon.vb" />
|
|
<Compile Include="Managers\mgrGameTags.vb" />
|
|
<Compile Include="Managers\mgrHash.vb" />
|
|
<Compile Include="Managers\mgrManifest.vb" />
|
|
<Compile Include="Managers\mgrMonitorList.vb" />
|
|
<Compile Include="Managers\mgrPath.vb" />
|
|
<Compile Include="Managers\mgrRestore.vb" />
|
|
<Compile Include="Managers\mgrSavedPath.vb" />
|
|
<Compile Include="Managers\mgrSettings.vb" />
|
|
<Compile Include="Managers\mgrBackup.vb" />
|
|
<Compile Include="Managers\mgrSQLite.vb" />
|
|
<Compile Include="Managers\mgrTags.vb" />
|
|
<Compile Include="Managers\mgrVariables.vb" />
|
|
<Compile Include="Managers\mgrXML.vb" />
|
|
<Compile Include="Managers\mgrProcesses.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Application.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Application.myapp</DependentUpon>
|
|
</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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Forms\frmAdvancedImport.resx">
|
|
<DependentUpon>frmAdvancedImport.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmFilter.resx">
|
|
<DependentUpon>frmFilter.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmGameManager.resx">
|
|
<DependentUpon>frmGameManager.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmFileFolderSearch.resx">
|
|
<DependentUpon>frmFileFolderSearch.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmGameTags.resx">
|
|
<DependentUpon>frmGameTags.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmIncludeExclude.resx">
|
|
<DependentUpon>frmIncludeExclude.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmStartUpWizard.resx">
|
|
<DependentUpon>frmStartUpWizard.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmAddWizard.resx">
|
|
<DependentUpon>frmAddWizard.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmChooseGame.resx">
|
|
<DependentUpon>frmChooseGame.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmSettings.resx">
|
|
<DependentUpon>frmSettings.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmMain.resx">
|
|
<DependentUpon>frmMain.vb</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmSyncFields.resx">
|
|
<DependentUpon>frmSyncFields.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmTags.resx">
|
|
<DependentUpon>frmTags.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\frmVariableManager.resx">
|
|
<DependentUpon>frmVariableManager.vb</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="My Project\Resources.resx">
|
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="My Project\app.manifest" />
|
|
<None Include="My Project\Application.myapp">
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="Testing\Legacy Import Test Files.7z" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="gbm.ico">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="License\credits.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="References\Mono.Data.Sqlite.dll" />
|
|
<Content Include="Utilities\x64\7za.exe">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Utilities\x86\7za.exe">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="x64\sqlite3.dll" />
|
|
<Content Include="x86\sqlite3.dll" />
|
|
<None Include="Resources\gbm.ico" />
|
|
<Content Include="Resources\Admin.png" />
|
|
<Content Include="Resources\Clock.png" />
|
|
<Content Include="Resources\file.ico" />
|
|
<Content Include="Resources\folder.ico" />
|
|
<Content Include="Resources\GBM_Tray_Detected.ico" />
|
|
<Content Include="Resources\GBM_Tray_Ready.ico" />
|
|
<Content Include="Resources\GBM_Tray_Stopped.ico" />
|
|
<Content Include="Resources\Inbox.png" />
|
|
<Content Include="Resources\type.ico" />
|
|
<Content Include="Resources\User.png" />
|
|
<None Include="Resources\Stopped.png" />
|
|
<None Include="Resources\Detected.png" />
|
|
<None Include="Resources\Ready.png" />
|
|
<None Include="Resources\Working.png" />
|
|
<None Include="Resources\Searching.png" />
|
|
<None Include="Resources\Unknown.png" />
|
|
<Content Include="License\7z license.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="License\gpl-3.0.html">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="License\license.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="readme.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Utilities\Legacy\7za.exe" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<COMReference Include="Shell32">
|
|
<Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>0</VersionMinor>
|
|
<Lcid>0</Lcid>
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
<Isolated>False</Isolated>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
</COMReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
|
|
-->
|
|
</Project> |