Skip to content

Commit 88fd279

Browse files
committed
avoid source auto update changes
1 parent be25eff commit 88fd279

File tree

180 files changed

+180
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+180
-180
lines changed

CS/CodeBehind/EFCore/InfiniteAsyncSource/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="EFCoreIssues.App"
1+
<Application x:Class="EFCoreIssues.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:EFCoreIssues"

CS/CodeBehind/EFCore/InfiniteAsyncSource/InfiniteAsyncSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@
212212
<None Include="App.config" />
213213
</ItemGroup>
214214
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
215-
</Project>
215+
</Project>

CS/CodeBehind/EFCore/InfiniteAsyncSource/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
<RowDefinition />
3333
</Grid.RowDefinitions>
3434
</Grid>
35-
</Window>
35+
</Window>

CS/CodeBehind/EFCore/InstantFeedbackMode/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="EFCoreIssues.App"
1+
<Application x:Class="EFCoreIssues.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:EFCoreIssues"

CS/CodeBehind/EFCore/InstantFeedbackMode/InstantFeedbackMode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@
221221
<None Include="App.config" />
222222
</ItemGroup>
223223
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
224-
</Project>
224+
</Project>

CS/CodeBehind/EFCore/InstantFeedbackMode/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
<RowDefinition />
4444
</Grid.RowDefinitions>
4545
</Grid>
46-
</Window>
46+
</Window>

CS/CodeBehind/EFCore/LocalData/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="EFCoreIssues.App"
1+
<Application x:Class="EFCoreIssues.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:EFCoreIssues"

CS/CodeBehind/EFCore/LocalData/LocalData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@
212212
<None Include="App.config" />
213213
</ItemGroup>
214214
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
215-
</Project>
215+
</Project>

CS/CodeBehind/EFCore/LocalData/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
<RowDefinition />
2626
</Grid.RowDefinitions>
2727
</Grid>
28-
</Window>
28+
</Window>

CS/CodeBehind/EFCore/PagedAsyncSource/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application x:Class="EFCoreIssues.App"
1+
<Application x:Class="EFCoreIssues.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:local="clr-namespace:EFCoreIssues"

0 commit comments

Comments
 (0)