mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
34 lines
1.6 KiB
Text
34 lines
1.6 KiB
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||
|
<HasSharedItems>true</HasSharedItems>
|
||
|
<SharedGUID>96fb99d1-0854-424f-b7ac-e52c3471cf9a</SharedGUID>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Configuration">
|
||
|
<Import_RootNamespace>ShareeSharedGuiLib</Import_RootNamespace>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)View\BarLevelView.xaml">
|
||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||
|
</EmbeddedResource>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)ViewModel\Bar.cs" />
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)ViewModel\BarLevelInputViewModel.cs" />
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)ViewModel\BarLevelViewModel.cs" />
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)View\BarLevelInputView.xaml.cs">
|
||
|
<DependentUpon>BarLevelInputView.xaml</DependentUpon>
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="$(MSBuildThisFileDirectory)View\BarLevelView.xaml.cs">
|
||
|
<DependentUpon>BarLevelView.xaml</DependentUpon>
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)View\BarLevelInputView.xaml">
|
||
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||
|
</EmbeddedResource>
|
||
|
</ItemGroup>
|
||
|
</Project>
|