-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSqript.Lib.csproj
More file actions
26 lines (22 loc) · 872 Bytes
/
Sqript.Lib.csproj
File metadata and controls
26 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>Qrakhen.Sqript.Lib</AssemblyName>
<RootNamespace>Qrakhen.SqriptLib</RootNamespace>
<Authors>Qrakhen</Authors>
<Company>Qrakhen</Company>
<Product>Sqript</Product>
<Description>QrakhenQrakhenQrakhenQrakhenQrakhen</Description>
<Version>0.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\Sqript\bin\Debug\netcoreapp1.1\lib\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="Qrakhen.Sqript">
<HintPath>..\Sqript\bin\Debug\netcoreapp1.1\Qrakhen.Sqript.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
</Project>