Modification of ExpenseItIntro.vbproj (#253)

* Modification of ExpenseItIntro.vbproj, adding it to GettingStarted.sln and WPFSamples.sln, removing GenerateAssemblyInfo settings from accessibility sample apps

* removed assemblyInfo.cs files from accessibility projects

* Renamed ExpenseItIntro vbproj to ExpenseItIntro2.vbproj, removed assemblyInfo.vb
This commit is contained in:
vartikav 2020-01-27 13:18:22 -08:00 коммит произвёл GitHub
Родитель 749948e187
Коммит c2d9f24f3e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
20 изменённых файлов: 124 добавлений и 508 удалений

Просмотреть файл

@ -1,23 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23103.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlsAndLayout", "ControlsAndLayout\ControlsAndLayout\ControlsAndLayout.csproj", "{AC167A27-1309-4A7C-842F-A971AE067C96}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControlsAndLayout", "ControlsAndLayout\ControlsAndLayout\ControlsAndLayout.csproj", "{AC167A27-1309-4A7C-842F-A971AE067C96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Concepts", "Concepts\Concepts.csproj", "{D3B9551D-FE81-4DD9-BCF1-5470C4DDF877}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Concepts", "Concepts\Concepts.csproj", "{D3B9551D-FE81-4DD9-BCF1-5470C4DDF877}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{DDBCF377-2D29-440D-9FDB-02B4936E2D80}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{DDBCF377-2D29-440D-9FDB-02B4936E2D80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicLayout", "DynamicLayout\DynamicLayout.csproj", "{40955500-41BB-45B2-B8BC-9AFA10C879EA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicLayout", "DynamicLayout\DynamicLayout.csproj", "{40955500-41BB-45B2-B8BC-9AFA10C879EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComplexLayout", "ComplexLayout\ComplexLayout.csproj", "{11A2B748-2F85-44B6-B390-81559C136DC4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComplexLayout", "ComplexLayout\ComplexLayout.csproj", "{11A2B748-2F85-44B6-B390-81559C136DC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiPage", "MultiPage\MultiPage.csproj", "{8BB5C536-404D-4E91-8C2D-61D0D6494D67}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiPage", "MultiPage\MultiPage.csproj", "{8BB5C536-404D-4E91-8C2D-61D0D6494D67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleLayout", "SimpleLayout\SimpleLayout.csproj", "{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLayout", "SimpleLayout\SimpleLayout.csproj", "{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseItIntro", "WalkthroughFirstWPFApp\csharp\ExpenseItIntro.csproj", "{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpenseItIntro", "WalkthroughFirstWPFApp\csharp\ExpenseItIntro.csproj", "{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpenseItIntro2", "WalkthroughFirstWPFApp\vb\ExpenseItIntro.vbproj", "{B7A77E2B-932E-465E-BDFA-8AF218B8854F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -48,17 +50,22 @@ Global
{8BB5C536-404D-4E91-8C2D-61D0D6494D67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB5C536-404D-4E91-8C2D-61D0D6494D67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB5C536-404D-4E91-8C2D-61D0D6494D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB5C536-404D-4E91-8C2D-61D0D6494D67}.Release|Any CPU.Build.0 = Release|Any CPU
{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D81B26B-2525-41EA-9CBC-A4AA3B29579C}.Release|Any CPU.Build.0 = Release|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4FAD40C-CDA6-434E-B4BC-2D88AE2D2F0A}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,11 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
<OutputType>WinExe</OutputType>
<RootNamespace>ExpenseIt9</RootNamespace>
<AssemblyName>ExpenseIt9</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />

Просмотреть файл

@ -1,3 +1,5 @@
Imports System.Windows
Namespace ExpenseIt9
''' <summary>
''' Interaction logic for App.xaml

Просмотреть файл

@ -1,20 +1,23 @@
Imports System.Windows
Imports System.Windows.Controls
Namespace ExpenseIt
''' <summary>
''' Interaction logic for ExpenseItHome.xaml
''' </summary>
Partial Public Class ExpenseItHome
Inherits Page
Public Sub New()
InitializeComponent()
End Sub
''' <summary>
''' Interaction logic for ExpenseItHome.xaml
''' </summary>
Partial Public Class ExpenseItHome
Inherits Page
Public Sub New()
InitializeComponent()
End Sub
Private Sub Button_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
' View Expense Report
Dim expenseReportPage As New ExpenseReportPage(Me.peopleListBox.SelectedItem)
Me.NavigationService.Navigate(expenseReportPage)
Private Sub Button_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
' View Expense Report
Dim expenseReportPage As New ExpenseReportPage(Me.peopleListBox.SelectedItem)
Me.NavigationService.Navigate(expenseReportPage)
End Sub
End Sub
End Class
End Class
End Namespace

Просмотреть файл

@ -1,20 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ExpenseItIntro", "ExpenseItIntro.vbproj", "{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Debug|x86.ActiveCfg = Debug|x86
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Debug|x86.Build.0 = Debug|x86
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|x86.ActiveCfg = Release|x86
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,148 +0,0 @@
<?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>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace></RootNamespace>
<AssemblyName>ExpenseIt9</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<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.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="UIAutomationProvider" />
<Reference Include="UIAutomationTypes" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Diagnostics" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Windows.Controls" />
<Import Include="System.Windows.Data" />
<Import Include="System.Windows.Shapes" />
<Import Include="System.Windows.Documents" />
<Import Include="System.Windows.Input" />
<Import Include="System.Windows.Media.Imaging" />
<Import Include="System.Windows.Media" />
<Import Include="System.Windows.Navigation" />
<Import Include="System.Windows" />
<Import Include="System" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="Application.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="ExpenseItHome.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ExpenseReportPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="Application.xaml.vb">
<DependentUpon>Application.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="ExpenseItHome.xaml.vb">
<DependentUpon>ExpenseItHome.xaml</DependentUpon>
</Compile>
<Compile Include="ExpenseReportPage.xaml.vb">
<DependentUpon>ExpenseReportPage.xaml</DependentUpon>
</Compile>
<Compile Include="MainWindow.xaml.vb">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<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>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
</EmbeddedResource>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<AppDesigner Include="My Project\" />
</ItemGroup>
<ItemGroup>
<Resource Include="watermark.png" />
</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>

Просмотреть файл

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "ExpenseItIntro2", "ExpenseItIntro2.vbproj", "{270A838B-4FC0-4E19-9AD0-1AF088740203}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{270A838B-4FC0-4E19-9AD0-1AF088740203}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{270A838B-4FC0-4E19-9AD0-1AF088740203}.Debug|Any CPU.Build.0 = Release|Any CPU
{270A838B-4FC0-4E19-9AD0-1AF088740203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270A838B-4FC0-4E19-9AD0-1AF088740203}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55B96E49-A987-4FCF-8683-DD7B781115EB}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
<OutputType>WinExe</OutputType>
<RootNamespace>ExpenseIt9</RootNamespace>
<AssemblyName>ExpenseIt9</AssemblyName>
<LangVersion>14.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Resource Include="watermark.png" />
</ItemGroup>
</Project>

Просмотреть файл

@ -1,21 +1,23 @@
Imports System.Windows.Controls
Namespace ExpenseIt
''' <summary>
''' Interaction logic for ExpenseReportPage.xaml
''' </summary>
''' <summary>
''' Interaction logic for ExpenseReportPage.xaml
''' </summary>
Partial Public Class ExpenseReportPage
Inherits Page
Public Sub New()
InitializeComponent()
End Sub
Partial Public Class ExpenseReportPage
Inherits Page
Public Sub New()
InitializeComponent()
End Sub
' Custom constructor to pass expense report data
Public Sub New(ByVal data As Object)
Me.New()
' Bind to expense report data.
Me.DataContext = data
End Sub
' Custom constructor to pass expense report data
Public Sub New(ByVal data As Object)
Me.New()
' Bind to expense report data.
Me.DataContext = data
End Sub
End Class
End Class
End Namespace

Просмотреть файл

@ -1,11 +1,13 @@
Imports System.Windows.Navigation
Namespace ExpenseIt
''' <summary>
''' Interaction logic for MainWindow.xaml
''' </summary>
Partial Public Class MainWindow
Inherits NavigationWindow
Public Sub New()
InitializeComponent()
End Sub
End Class
''' <summary>
''' Interaction logic for MainWindow.xaml
''' </summary>
Partial Public Class MainWindow
Inherits NavigationWindow
Public Sub New()
InitializeComponent()
End Sub
End Class
End Namespace

Просмотреть файл

@ -1,51 +0,0 @@
Imports System.Reflection
Imports System.Resources
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
<Assembly: AssemblyTitle("ExpenseIt9")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyConfiguration("")>
<Assembly: AssemblyCompany("Microsoft")>
<Assembly: AssemblyProduct("ExpenseIt9")>
<Assembly: AssemblyCopyright("Copyright © Microsoft 2009")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>
' Setting ComVisible to false makes the types in this assembly not visible
' to COM components. If you need to access a type in this assembly from
' COM, set the ComVisible attribute to true on that type.
<Assembly: ComVisible(False)>
'In order to begin building localizable applications, set
'<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
'inside a <PropertyGroup>. For example, if you are using US english
'in your source files, set the <UICulture> to en-US. Then uncomment
'the NeutralResourceLanguage attribute below. Update the "en-US" in
'the line below to match the UICulture setting in the project file.
'[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
'(used if a resource is not found in the page,
' or application resource dictionaries)
'(used if a resource is not found in the page,
' app, or any theme specific resource dictionaries)
<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)> 'where the generic resource dictionary is located - where theme specific resource dictionaries are located
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' [assembly: AssemblyVersion("1.0.*")]
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>

Просмотреть файл

@ -5,6 +5,5 @@
<OutputType>WinExe</OutputType>
<RootNamespace>CustomComboBox</RootNamespace>
<AssemblyName>CustomComboBox</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,55 +0,0 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CustomComboBox")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CustomComboBox")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -6,7 +6,6 @@
<OutputType>WinExe</OutputType>
<RootNamespace>DataBindingDemo</RootNamespace>
<AssemblyName>DataBindingDemo</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,59 +0,0 @@
// // Copyright (c) Microsoft. All rights reserved.
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DataBindingDemo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DataBindingDemo")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -6,7 +6,6 @@
<OutputType>WinExe</OutputType>
<RootNamespace>EditingExaminerDemo</RootNamespace>
<AssemblyName>EditingExaminerDemo</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,59 +0,0 @@
// // Copyright (c) Microsoft. All rights reserved.
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("EditingExaminerDemo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EditingExaminerDemo")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -6,7 +6,6 @@
<OutputType>WinExe</OutputType>
<RootNamespace>ExpenseIt9</RootNamespace>
<AssemblyName>ExpenseIt9</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>

Просмотреть файл

@ -1,59 +0,0 @@
// // Copyright (c) Microsoft. All rights reserved.
// // Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ExpenseItDemo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ExpenseItDemo")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -39,6 +39,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExpenseIt", "ExpenseIt", "{
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpenseItIntro", "Getting Started\WalkthroughFirstWPFApp\csharp\ExpenseItIntro.csproj", "{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpenseItIntro2", "Getting Started\WalkthroughFirstWPFApp\vb\ExpenseItIntro2.vbproj", "{B7A77E2B-932E-465E-BDFA-8AF218B8854F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EditBoxControlLibrary", "Sample Applications\ExpenseIt\EditBoxControlLibrary\EditBoxControlLibrary.csproj", "{558EEE03-6927-4FE6-AEB6-972769960849}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FontDialogDemo", "Sample Applications\FontDialog\FontDialogDemo.csproj", "{18DA881E-FE67-46E6-95E5-6FDC99331E2B}"
@ -700,6 +702,18 @@ Global
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|x64.Build.0 = Release|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|x86.ActiveCfg = Release|Any CPU
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA}.Release|x86.Build.0 = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|x64.ActiveCfg = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|x64.Build.0 = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|x86.ActiveCfg = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Debug|x86.Build.0 = Debug|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|x64.ActiveCfg = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|x64.Build.0 = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|x86.ActiveCfg = Release|Any CPU
{B7A77E2B-932E-465E-BDFA-8AF218B8854F}.Release|x86.Build.0 = Release|Any CPU
{558EEE03-6927-4FE6-AEB6-972769960849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{558EEE03-6927-4FE6-AEB6-972769960849}.Debug|Any CPU.Build.0 = Debug|Any CPU
{558EEE03-6927-4FE6-AEB6-972769960849}.Debug|x64.ActiveCfg = Debug|Any CPU
@ -2994,7 +3008,6 @@ Global
{11A2B748-2F85-44B6-B390-81559C136DC4} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{8BB5C536-404D-4E91-8C2D-61D0D6494D67} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{2D81B26B-2525-41EA-9CBC-A4AA3B29579C} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{0C7755BD-E5D1-4CB1-8271-445863408B5B} = {122369C4-906B-4398-9F7D-DA33916262CF}
{8EF611EF-44AD-4871-9CF9-A80D501A1300} = {122369C4-906B-4398-9F7D-DA33916262CF}
{9E3EECAF-86CF-45CB-8ABB-01A850A308F0} = {122369C4-906B-4398-9F7D-DA33916262CF}
@ -3003,6 +3016,8 @@ Global
{E689F47C-198B-4E3C-941D-81BD73D61B2C} = {122369C4-906B-4398-9F7D-DA33916262CF}
{D1729F17-99A5-45AF-AB38-72FA6ECCE609} = {07258053-D6F1-4D8F-B3E4-A93423EFDF78}
{07258053-D6F1-4D8F-B3E4-A93423EFDF78} = {122369C4-906B-4398-9F7D-DA33916262CF}
{04A305B4-D6A2-458B-817C-7B0AA88F7FCA} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{B7A77E2B-932E-465E-BDFA-8AF218B8854F} = {83EAA79F-7255-4D85-BAB6-A92230D66D36}
{558EEE03-6927-4FE6-AEB6-972769960849} = {07258053-D6F1-4D8F-B3E4-A93423EFDF78}
{18DA881E-FE67-46E6-95E5-6FDC99331E2B} = {122369C4-906B-4398-9F7D-DA33916262CF}
{FBA69105-5C42-44A4-82E6-0BF3BC09F2A5} = {122369C4-906B-4398-9F7D-DA33916262CF}