|
@@ -74,6 +74,9 @@
|
|
|
<Compile Include="Windows\PriorityChanger.xaml.cs">
|
|
|
<DependentUpon>PriorityChanger.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Windows\Redact.xaml.cs">
|
|
|
+ <DependentUpon>Redact.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
<SubType>Designer</SubType>
|
|
@@ -98,6 +101,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Windows\Redact.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Model\Agent.cs">
|