still working on auto-mode
This commit is contained in:
parent
8fc1739a34
commit
0b3e8e8523
20 changed files with 151 additions and 3 deletions
|
@ -84,6 +84,9 @@
|
|||
</Compile>
|
||||
<Compile Include="Ref.cs" />
|
||||
<Compile Include="Util.cs" />
|
||||
<Compile Include="VitaGuide.xaml.cs">
|
||||
<DependentUpon>VitaGuide.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Page Include="AutoMode.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
@ -100,6 +103,10 @@
|
|||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Page Include="VitaGuide.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
|
@ -138,6 +145,23 @@
|
|||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Resource Include="img\1.png" />
|
||||
<Resource Include="img\11.png" />
|
||||
<Resource Include="img\12.png" />
|
||||
<Resource Include="img\13.png" />
|
||||
<Resource Include="img\14.png" />
|
||||
<Resource Include="img\2.png" />
|
||||
<Resource Include="img\3.png" />
|
||||
<Resource Include="img\4.png" />
|
||||
<Resource Include="img\5.png" />
|
||||
<Resource Include="img\6.png" />
|
||||
<Resource Include="img\7.png" />
|
||||
<Resource Include="img\8.png" />
|
||||
<Resource Include="img\9.PNG" />
|
||||
<Resource Include="img\10.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
|
|
Reference in a new issue