|
@@ -98,12 +98,18 @@
|
|
<Compile Include="Pages\AddTask.xaml.cs">
|
|
<Compile Include="Pages\AddTask.xaml.cs">
|
|
<DependentUpon>AddTask.xaml</DependentUpon>
|
|
<DependentUpon>AddTask.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\General.xaml.cs">
|
|
|
|
+ <DependentUpon>General.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Task.cs">
|
|
<Compile Include="Task.cs">
|
|
<DependentUpon>Model1.tt</DependentUpon>
|
|
<DependentUpon>Model1.tt</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
<Compile Include="User.cs">
|
|
<Compile Include="User.cs">
|
|
<DependentUpon>Model1.tt</DependentUpon>
|
|
<DependentUpon>Model1.tt</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Windows\AccExitWin.xaml.cs">
|
|
|
|
+ <DependentUpon>AccExitWin.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Page Include="Dictionary.xaml">
|
|
<Page Include="Dictionary.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -128,10 +134,18 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\General.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Pages\TaskList.xaml">
|
|
<Page Include="Pages\TaskList.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Windows\AccExitWin.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Model1.Context.cs">
|
|
<Compile Include="Model1.Context.cs">
|