Skip to content

Commit

Permalink
Updating sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkrb committed Apr 9, 2019
1 parent f971fd4 commit e17f0be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cds/Xrm Tooling/QuickStartCS/QuickStartCS/QuickStartCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,30 +98,30 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\..\LoginUX\ExampleLoginForm.xaml.cs">
<Compile Include="..\..\..\LoginUX\ExampleLoginForm.xaml.cs">
<Link>LoginUX\ExampleLoginForm.xaml.cs</Link>
</Compile>
<Compile Include="..\..\..\..\orgsvc\C#\MyOrganizationSdkTypes.cs">
<Compile Include="..\..\..\orgsvc\C#\MyOrganizationSdkTypes.cs">
<Link>MyOrganizationSdkTypes.cs</Link>
</Compile>
<Compile Include="..\..\..\..\orgsvc\C#\OptionSets.cs">
<Compile Include="..\..\..\orgsvc\C#\OptionSets.cs">
<Link>OptionSets.cs</Link>
</Compile>
<Compile Include="..\..\..\..\orgsvc\C#\SampleHelpers.cs">
<Compile Include="..\..\..\orgsvc\C#\SampleHelpers.cs">
<Link>SampleHelpers.cs</Link>
</Compile>
<Compile Include="SampleMethods.cs" />
<Compile Include="SampleProgram.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\App.config">
<None Include="..\..\..\App.config">
<Link>App.config</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Page Include="..\..\..\..\LoginUX\ExampleLoginForm.xaml">
<Page Include="..\..\..\LoginUX\ExampleLoginForm.xaml">
<Link>LoginUX\ExampleLoginForm.xaml</Link>
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down

0 comments on commit e17f0be

Please sign in to comment.