diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-12-12 12:56:50 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-12-12 12:56:50 +0200 |
| commit | dd96ebe466a3dbef253d8568910faf199b689b21 (patch) | |
| tree | 0b5dfdbefcc3ac147785e7f83aa03e832a0ff66c /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | 218046025d4c38af2e94cbb099c9d50969e98a18 (diff) | |
| download | Tango-dd96ebe466a3dbef253d8568910faf199b689b21.tar.gz Tango-dd96ebe466a3dbef253d8568910faf199b689b21.zip | |
Fixed collision of ConversionType.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index 9effc3fcf..a1f1db7a5 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -59,6 +59,7 @@ <Compile Include="ColorLab\ColorSpace.cs" /> <Compile Include="ColorLab\ConversionInput.cs" /> <Compile Include="ColorLab\ConversionOutput.cs" /> + <Compile Include="ColorLab\ConversionType.cs" /> <Compile Include="ColorLab\GradientConversionInput.cs" /> <Compile Include="ColorLab\GradientConversionOutput.cs" /> <Compile Include="ColorLab\GradientInputStop.cs" /> @@ -513,7 +514,7 @@ </PropertyGroup> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
