Upgrade files to modern VS2022

This commit is contained in:
James S
2024-05-19 17:40:22 -07:00
parent 7c830b241a
commit 9b7b928a26
17 changed files with 3071 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,7 +11,7 @@
<AssemblyName>Background</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,6 +12,11 @@
<AssemblyName>DevUtl</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,7 +11,7 @@
<AssemblyName>IPlugin</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>

View File

@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LipSync", "LipSync\LipSync.csproj", "{15B51EEA-0D7F-4B59-AC7B-879A7BDB4A56}"
ProjectSection(ProjectDependencies) = postProject
{604390C3-BA02-4583-8C41-7B3B14437D6F} = {604390C3-BA02-4583-8C41-7B3B14437D6F}
@@ -92,4 +94,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5668DDAE-7F0F-4A99-894A-9EA516E89CD8}
EndGlobalSection
EndGlobal

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -17,7 +17,7 @@
<TargetZone>LocalIntranet</TargetZone>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>

View File

@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
// <auto-generated>
// このコードはツールによって生成されました。
// ランタイム バージョン:2.0.50727.3053
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
// コードが再生成されるときに損失したりします。
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -13,13 +13,13 @@ namespace LipSync.Properties {
/// <summary>
/// ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// このクラスは StronglyTypedResourceBuilder クラスが ResGen
// または Visual Studio のようなツールを使用して自動生成されました。
// メンバを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
// ResGen を実行し直すか、または VS プロジェクトをビルドし直します。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
@@ -33,7 +33,7 @@ namespace LipSync.Properties {
}
/// <summary>
/// このクラスで使用されているキャッシュされた ResourceManager インスタンスを返します。
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ namespace LipSync.Properties {
}
/// <summary>
/// 厳密に型指定されたこのリソース クラスを使用して、すべての検索リソースに対し、
/// 現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
@@ -60,6 +60,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_a {
get {
object obj = ResourceManager.GetObject("b_len100_a", resourceCulture);
@@ -67,6 +70,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_aa {
get {
object obj = ResourceManager.GetObject("b_len100_aa", resourceCulture);
@@ -74,6 +80,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_base {
get {
object obj = ResourceManager.GetObject("b_len100_base", resourceCulture);
@@ -81,6 +90,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_e {
get {
object obj = ResourceManager.GetObject("b_len100_e", resourceCulture);
@@ -88,6 +100,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_e1 {
get {
object obj = ResourceManager.GetObject("b_len100_e1", resourceCulture);
@@ -95,6 +110,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_eyeclose {
get {
object obj = ResourceManager.GetObject("b_len100_eyeclose", resourceCulture);
@@ -102,6 +120,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_eyethin {
get {
object obj = ResourceManager.GetObject("b_len100_eyethin", resourceCulture);
@@ -109,6 +130,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_i {
get {
object obj = ResourceManager.GetObject("b_len100_i", resourceCulture);
@@ -116,6 +140,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_kisisi {
get {
object obj = ResourceManager.GetObject("b_len100_kisisi", resourceCulture);
@@ -123,6 +150,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_nn {
get {
object obj = ResourceManager.GetObject("b_len100_nn", resourceCulture);
@@ -130,6 +160,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_o {
get {
object obj = ResourceManager.GetObject("b_len100_o", resourceCulture);
@@ -137,6 +170,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_shakin {
get {
object obj = ResourceManager.GetObject("b_len100_shakin", resourceCulture);
@@ -144,6 +180,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_smile {
get {
object obj = ResourceManager.GetObject("b_len100_smile", resourceCulture);
@@ -151,6 +190,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_u {
get {
object obj = ResourceManager.GetObject("b_len100_u", resourceCulture);
@@ -158,6 +200,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_winkleft {
get {
object obj = ResourceManager.GetObject("b_len100_winkleft", resourceCulture);
@@ -165,6 +210,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_winkright {
get {
object obj = ResourceManager.GetObject("b_len100_winkright", resourceCulture);
@@ -172,6 +220,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_len100_xo {
get {
object obj = ResourceManager.GetObject("b_len100_xo", resourceCulture);
@@ -179,6 +230,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_a {
get {
object obj = ResourceManager.GetObject("b_miku175_a", resourceCulture);
@@ -186,6 +240,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_aa {
get {
object obj = ResourceManager.GetObject("b_miku175_aa", resourceCulture);
@@ -193,6 +250,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_base {
get {
object obj = ResourceManager.GetObject("b_miku175_base", resourceCulture);
@@ -200,6 +260,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_bee {
get {
object obj = ResourceManager.GetObject("b_miku175_bee", resourceCulture);
@@ -207,6 +270,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_e {
get {
object obj = ResourceManager.GetObject("b_miku175_e", resourceCulture);
@@ -214,6 +280,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_eyeclose {
get {
object obj = ResourceManager.GetObject("b_miku175_eyeclose", resourceCulture);
@@ -221,6 +290,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_eyethin {
get {
object obj = ResourceManager.GetObject("b_miku175_eyethin", resourceCulture);
@@ -228,6 +300,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_i {
get {
object obj = ResourceManager.GetObject("b_miku175_i", resourceCulture);
@@ -235,6 +310,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_konata {
get {
object obj = ResourceManager.GetObject("b_miku175_konata", resourceCulture);
@@ -242,6 +320,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_kudo {
get {
object obj = ResourceManager.GetObject("b_miku175_kudo", resourceCulture);
@@ -249,6 +330,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_neko {
get {
object obj = ResourceManager.GetObject("b_miku175_neko", resourceCulture);
@@ -256,6 +340,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_nn {
get {
object obj = ResourceManager.GetObject("b_miku175_nn", resourceCulture);
@@ -263,6 +350,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_o {
get {
object obj = ResourceManager.GetObject("b_miku175_o", resourceCulture);
@@ -270,6 +360,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_smile {
get {
object obj = ResourceManager.GetObject("b_miku175_smile", resourceCulture);
@@ -277,6 +370,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_u {
get {
object obj = ResourceManager.GetObject("b_miku175_u", resourceCulture);
@@ -284,6 +380,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_winkleft {
get {
object obj = ResourceManager.GetObject("b_miku175_winkleft", resourceCulture);
@@ -291,6 +390,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_winkright {
get {
object obj = ResourceManager.GetObject("b_miku175_winkright", resourceCulture);
@@ -298,6 +400,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_miku175_xo {
get {
object obj = ResourceManager.GetObject("b_miku175_xo", resourceCulture);
@@ -305,6 +410,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_a {
get {
object obj = ResourceManager.GetObject("b_rin100_a", resourceCulture);
@@ -312,6 +420,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_aa {
get {
object obj = ResourceManager.GetObject("b_rin100_aa", resourceCulture);
@@ -319,6 +430,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_base {
get {
object obj = ResourceManager.GetObject("b_rin100_base", resourceCulture);
@@ -326,6 +440,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_bee {
get {
object obj = ResourceManager.GetObject("b_rin100_bee", resourceCulture);
@@ -333,6 +450,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_e {
get {
object obj = ResourceManager.GetObject("b_rin100_e", resourceCulture);
@@ -340,6 +460,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_eyeclose {
get {
object obj = ResourceManager.GetObject("b_rin100_eyeclose", resourceCulture);
@@ -347,6 +470,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_eyethin {
get {
object obj = ResourceManager.GetObject("b_rin100_eyethin", resourceCulture);
@@ -354,6 +480,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_i {
get {
object obj = ResourceManager.GetObject("b_rin100_i", resourceCulture);
@@ -361,6 +490,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_kisisi {
get {
object obj = ResourceManager.GetObject("b_rin100_kisisi", resourceCulture);
@@ -368,6 +500,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_kudo {
get {
object obj = ResourceManager.GetObject("b_rin100_kudo", resourceCulture);
@@ -375,6 +510,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_neko {
get {
object obj = ResourceManager.GetObject("b_rin100_neko", resourceCulture);
@@ -382,6 +520,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_nn {
get {
object obj = ResourceManager.GetObject("b_rin100_nn", resourceCulture);
@@ -389,6 +530,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_o {
get {
object obj = ResourceManager.GetObject("b_rin100_o", resourceCulture);
@@ -396,6 +540,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_smile {
get {
object obj = ResourceManager.GetObject("b_rin100_smile", resourceCulture);
@@ -403,6 +550,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_u {
get {
object obj = ResourceManager.GetObject("b_rin100_u", resourceCulture);
@@ -410,6 +560,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_winkleft {
get {
object obj = ResourceManager.GetObject("b_rin100_winkleft", resourceCulture);
@@ -417,6 +570,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_winkright {
get {
object obj = ResourceManager.GetObject("b_rin100_winkright", resourceCulture);
@@ -424,6 +580,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap b_rin100_xo {
get {
object obj = ResourceManager.GetObject("b_rin100_xo", resourceCulture);
@@ -431,6 +590,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap closed {
get {
object obj = ResourceManager.GetObject("closed", resourceCulture);
@@ -438,6 +600,9 @@ namespace LipSync.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap opened {
get {
object obj = ResourceManager.GetObject("opened", resourceCulture);

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -13,7 +13,7 @@
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -14,6 +14,11 @@
<FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,6 +12,11 @@
<AssemblyName>lang2po</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>