|
@@ -5,7 +5,7 @@
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{9B25B167-4896-40E3-A423-7A02CEF3005E}</ProjectGuid>
|
|
<ProjectGuid>{9B25B167-4896-40E3-A423-7A02CEF3005E}</ProjectGuid>
|
|
- <OutputType>WinExe</OutputType>
|
|
|
|
|
|
+ <OutputType>Library</OutputType>
|
|
<RootNamespace>compdfkit_assets</RootNamespace>
|
|
<RootNamespace>compdfkit_assets</RootNamespace>
|
|
<AssemblyName>compdfkit-assets</AssemblyName>
|
|
<AssemblyName>compdfkit-assets</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
@@ -34,6 +34,9 @@
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <StartupObject />
|
|
|
|
+ </PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
@@ -51,22 +54,14 @@
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <ApplicationDefinition Include="App.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Themes\Alias_Light.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
- </ApplicationDefinition>
|
|
|
|
- <Page Include="MainWindow.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Themes\Global.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Compile Include="App.xaml.cs">
|
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
|
- <SubType>Code</SubType>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="MainWindow.xaml.cs">
|
|
|
|
- <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
- <SubType>Code</SubType>
|
|
|
|
- </Compile>
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
@@ -92,7 +87,8 @@
|
|
</None>
|
|
</None>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <None Include="App.config" />
|
|
|
|
|
|
+ <Folder Include="Resources\" />
|
|
|
|
+ <Folder Include="Styles\" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|
|
</Project>
|