Skip to content

Commit

Permalink
恢复对csproj文件的追踪
Browse files Browse the repository at this point in the history
  • Loading branch information
winup-zhou committed Oct 1, 2024
1 parent bbaec3d commit a975fcd
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.csproj
*.rsuser
*.suo
*.user
Expand Down Expand Up @@ -362,9 +361,3 @@ MigrationBackup/

# Fody - auto-generated XML schema
FodyWeavers.xsd
/TGMT-CBTC-EX/TGMT-CBTC-EX.csproj
/TGMT-CBTC-EX_WCU/TGMT-CBTC-EX_WCU.csproj
/TGMT-CBTC-EX/TGMT-CBTC-EX.csproj
/TGMT-CBTC-EX/TickNew.cs
/TGMT-CBTC-EX_WCU/TGMT-CBTC-EX_WCU.csproj
/TGMT-CBTC-EX/TGMT-CBTC-EX.csproj
105 changes: 105 additions & 0 deletions TGMT-CBTC-EX/TGMT-CBTC-EX.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A18C1921-1E03-4FE8-A6ED-6C1FC2209F5F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TGMTAts.OBCU</RootNamespace>
<AssemblyName>TGMT-CBTC-EX</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Zbx1425.DXDynamicTexture-net48, Version=1.2.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\DXDynamicTexture\Zbx1425.DXDynamicTexture-net48.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Ato.cs" />
<Compile Include="TickNew.cs" />
<Compile Include="Config.cs" />
<Compile Include="FolderHash.cs" />
<Compile Include="Inputs.cs" />
<Compile Include="Load.cs" />
<Compile Include="Patterns\CalculatedLimit.cs" />
<Compile Include="Patterns\PreTrainManager.cs" />
<Compile Include="Patterns\SpeedLimit.cs" />
<Compile Include="Patterns\StationManager.cs" />
<Compile Include="Patterns\TrackLimit.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UserInterface\DebugWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UserInterface\DebugWindow.Designer.cs">
<DependentUpon>DebugWindow.cs</DependentUpon>
</Compile>
<Compile Include="UserInterface\GDIWrapper.cs" />
<Compile Include="UserInterface\TGMTPainter.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="UserInterface\DebugWindow.resx">
<DependentUpon>DebugWindow.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AtsEx.CoreExtensions">
<Version>1.0.0-rc1</Version>
</PackageReference>
<PackageReference Include="AtsEx.PluginHost">
<Version>1.0.0-rc3</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
<Version>2.2.2</Version>
</PackageReference>
<PackageReference Include="ObjectiveHarmonyPatch">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="SlimDX">
<Version>4.0.13.44</Version>
</PackageReference>
<PackageReference Include="UnembeddedResources">
<Version>1.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TGMT-CBTC-EX_WCU\TGMT-CBTC-EX_WCU.csproj">
<Project>{ab7ee309-f15f-4ad4-a658-d0dd210627ce}</Project>
<Name>TGMT-CBTC-EX_WCU</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
74 changes: 74 additions & 0 deletions TGMT-CBTC-EX_WCU/TGMT-CBTC-EX_WCU.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AB7EE309-F15F-4AD4-A658-D0DD210627CE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TGMTAts.WCU</RootNamespace>
<AssemblyName>TGMT-CBTC-EX_WCU</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Config.cs" />
<Compile Include="PluginMain.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AtsEx.CoreExtensions">
<Version>1.0.0-rc1</Version>
</PackageReference>
<PackageReference Include="AtsEx.PluginHost">
<Version>1.0.0-rc3</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
<Version>2.2.2</Version>
</PackageReference>
<PackageReference Include="ObjectiveHarmonyPatch">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="SlimDX">
<Version>4.0.13.44</Version>
</PackageReference>
<PackageReference Include="UnembeddedResources">
<Version>1.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit a975fcd

Please sign in to comment.