Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Fix CreateProfile not in project structure
Browse files Browse the repository at this point in the history
- there was no directives in csproj file
  • Loading branch information
flopal committed Apr 13, 2020
1 parent 31bf7b9 commit d276836
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions AttestationsGenerator/AttestationsGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,18 @@
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="CreateProfile.xaml.cs">
<DependentUpon>CreateProfile.xaml</DependentUpon>
</Compile>
<Compile Include="Profile.cs" />
<Compile Include="AttestationsGenerator.xaml.cs">
<DependentUpon>AttestationsGenerator.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="CreateProfile.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
Expand Down

0 comments on commit d276836

Please sign in to comment.