diff options
| author | Wither OrNot | 2025-02-13 14:49:35 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-02-13 14:49:37 +0000 |
| commit | 0d59561bee4cf7db10d53a8aa58952ae65e856b5 (patch) | |
| tree | b2ddb66c883dd2ef75426de4c080f3121f0a8658 /LibTSforge/LibTSforge.csproj | |
| download | TSforge-0d59561bee4cf7db10d53a8aa58952ae65e856b5.zip | |
Initial commit1.0.0
Co-authored-by: neko <[email protected]>
Co-authored-by: Lyssa <[email protected]>
Co-authored-by: abbodi1406 <[email protected]>
Diffstat (limited to 'LibTSforge/LibTSforge.csproj')
| -rw-r--r-- | LibTSforge/LibTSforge.csproj | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/LibTSforge/LibTSforge.csproj b/LibTSforge/LibTSforge.csproj new file mode 100644 index 0000000..8c3504a --- /dev/null +++ b/LibTSforge/LibTSforge.csproj @@ -0,0 +1,27 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Library</OutputType> + <TargetFramework>net35</TargetFramework> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> + <LangVersion>3</LangVersion> + <PackageReadmeFile>README.md</PackageReadmeFile> + <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> + <DebugType>none</DebugType> + </PropertyGroup> + + <ItemGroup> + <None Include="..\README.md"> + <Pack>True</Pack> + <PackagePath>\</PackagePath> + </None> + </ItemGroup> + + <ItemGroup> + <Reference Include="System.ServiceProcess" /> + </ItemGroup> + +</Project> |
