Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions Native.Core/Native.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Native.Core</RootNamespace>
<AssemblyName>Native.Core</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<DllExportIdent>D63C3FB7-18B9-4CDE-A8F4-F2ACE3FC382F</DllExportIdent>
Expand Down Expand Up @@ -95,6 +96,11 @@
<Compile Include="Export\CQEventExport.cs">
<DependentUpon>CQExport.tt</DependentUpon>
</Compile>
<Compile Include="Export\CQExport.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CQExport.tt</DependentUpon>
</Compile>
<Compile Include="Export\CQMenuExport.cs">
<DependentUpon>CQExport.tt</DependentUpon>
</Compile>
Expand All @@ -104,11 +110,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Export\CQExport.log">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CQExport.tt</DependentUpon>
</None>
<None Include="FodyWeavers.xml" />
<None Include="app.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -120,7 +121,7 @@
<ItemGroup>
<Content Include="Export\CQExport.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>CQExport.log</LastGenOutput>
<LastGenOutput>CQExport.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Native.Sdk/Native.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Native.Sdk</RootNamespace>
<AssemblyName>Native.Sdk</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
3 changes: 2 additions & 1 deletion Native.Tool/Native.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Native.Tool</RootNamespace>
<AssemblyName>Native.Tool</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down