123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <_LastSelectedProfileId>E:\BlankPrism\BlankPrism\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
- </PropertyGroup>
- <ItemGroup>
- <ApplicationDefinition Update="App.xaml">
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- </ItemGroup>
- <ItemGroup>
- <Compile Update="Views\Alarm.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Loading.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\LogTrace.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\MainWindow.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Status.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\Window1.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Page Update="Views\Loading.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\MainWindow.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\Status.xaml">
- <SubType>Designer</SubType>
- </Page>
- <Page Update="Views\Window1.xaml">
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- </Project>
|